diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-04 22:02:26 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-04 22:02:26 +0000 |
commit | 5cb2cfbe6152bc7b9b7f57a995a0ee9c77292bf8 (patch) | |
tree | 2b203a3806cf45c1c9fb303872ef2d9e8f23c15f /net-zope | |
parent | Fixed bug $10923. (diff) | |
download | historical-5cb2cfbe6152bc7b9b7f57a995a0ee9c77292bf8.tar.gz historical-5cb2cfbe6152bc7b9b7f57a995a0ee9c77292bf8.tar.bz2 historical-5cb2cfbe6152bc7b9b7f57a995a0ee9c77292bf8.zip |
Fixed typos in install_help
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope/files/digest-zope-2.6.1 | 13 | ||||
-rw-r--r-- | net-zope/zope/zope-2.6.1.ebuild | 6 |
2 files changed, 16 insertions, 3 deletions
diff --git a/net-zope/zope/files/digest-zope-2.6.1 b/net-zope/zope/files/digest-zope-2.6.1 index 2f3b61877e76..0ea4c1538411 100644 --- a/net-zope/zope/files/digest-zope-2.6.1 +++ b/net-zope/zope/files/digest-zope-2.6.1 @@ -1 +1,14 @@ +MD5 c8f695d11a964dd2410a3b200a71cf2f /files/custom_zodb.py 219 +MD5 111f2aacb074731c923a5eb93a53f6af /files/zctl.py 9455 +MD5 f8fdebc428a825403b6ecdd86d8454e1 /files/zope 5574 +MD5 841ff9ee1831723a25c4ea88e5708c55 /files/zope.conf 850 +MD5 0725d42870729649cd5f4d6653e8bc8e /files/zope.rc6 5556 +MD5 059430a8af8231b822716856b23f4e28 /files/2.6.0/zope.envd 944 +MD5 233ab97f54e0028e70fb89bfc8f54321 /files/2.6.0/zope.initd 710 +MD5 0567b37de6b2652270b3ef0db8264554 /files/2.6.0/DateTime.py.bz2 15046 +MD5 66f307247ff11363f14ad01a8503d049 /files/2.6.0/zope-r1.initd 3668 +MD5 509b71afb36834876312800731024b1e /files/2.6.0/zope-r2.initd 3676 +MD5 e2bc676da913a7fe562407b9c7f622f0 /files/2.6.1/zope.envd 922 +MD5 469595a67bb46b3ba20cced1ad18d99d /files/2.6.1/zope.initd 3673 +MD5 34b23a920ed06fa94322a696743e79db /zope-2.6.1.ebuild 4258 MD5 a17f36b86b6e489797d8e52f1ba48efe Zope-2.6.1-src.tgz 2318685 diff --git a/net-zope/zope/zope-2.6.1.ebuild b/net-zope/zope/zope-2.6.1.ebuild index 02cac709a681..836412c87206 100644 --- a/net-zope/zope/zope-2.6.1.ebuild +++ b/net-zope/zope/zope-2.6.1.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-zope/zope/zope-2.6.1.ebuild,v 1.2 2003/04/04 03:05:26 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.6.1.ebuild,v 1.3 2003/04/04 22:01:54 kutsuya Exp $ S="${WORKDIR}/Zope-${PV}-src" @@ -65,10 +65,10 @@ setup_security() install_help() { - einfo "Need to setup an inituser \(admin\) before executing zope:" + einfo "Need to setup an inituser (admin) before executing zope:" einfo "\tzope-config --zpasswd" einfo "To execute default Zope instance:" - einfo "\t/etc/conf.d/${ZGID} start" + einfo "\t/etc/init.d/${ZGID} start" } # |