diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-02-26 12:14:43 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-02-26 12:14:43 +0000 |
commit | 297f844fe71377358517d5a690ea175bf7761fe3 (patch) | |
tree | d6f16d61d9cf831f6052f80c2039ae73d88b73cc /net-www | |
parent | Fixed a typo. init.d/ -> conf.d/ (diff) | |
download | historical-297f844fe71377358517d5a690ea175bf7761fe3.tar.gz historical-297f844fe71377358517d5a690ea175bf7761fe3.tar.bz2 historical-297f844fe71377358517d5a690ea175bf7761fe3.zip |
fixed a typo init.d/ -> conf.d/
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/zope/zope-2.6.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/zope/zope-2.6.0-r3.ebuild b/net-www/zope/zope-2.6.0-r3.ebuild index c7cc95a17650..f44e87e89e6d 100644 --- a/net-www/zope/zope-2.6.0-r3.ebuild +++ b/net-www/zope/zope-2.6.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/zope/zope-2.6.0-r3.ebuild,v 1.1 2003/02/26 07:29:22 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/zope/zope-2.6.0-r3.ebuild,v 1.2 2003/02/26 12:14:43 kutsuya Exp $ S="${WORKDIR}/Zope-${PV}-src" @@ -68,7 +68,7 @@ install_help() einfo "Need to setup an inituser \(admin\) before executing zope:" einfo "\tzope-config --zpasswd" einfo "To execute default Zope instance:" - einfo "\t/etc/init.d/${ZGID} start" + einfo "\t/etc/conf.d/${ZGID} start" } # |