diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-10 07:04:23 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-10 07:04:23 +0000 |
commit | 9fb8459484501c5d0314ebe44f3c134791986d92 (patch) | |
tree | d35b24681326466e683122c3bbbb294e28ff50eb /net-www | |
parent | fix to env.d/21tomcat install. (diff) | |
download | historical-9fb8459484501c5d0314ebe44f3c134791986d92.tar.gz historical-9fb8459484501c5d0314ebe44f3c134791986d92.tar.bz2 historical-9fb8459484501c5d0314ebe44f3c134791986d92.zip |
Minor fix to pkg_postinst() comments.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/tomcat/ChangeLog | 4 | ||||
-rw-r--r-- | net-www/tomcat/files/digest-tomcat-4.1.24 | 2 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.1.24.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-www/tomcat/ChangeLog b/net-www/tomcat/ChangeLog index 58d259d64ff4..ed7f271b3dc0 100644 --- a/net-www/tomcat/ChangeLog +++ b/net-www/tomcat/ChangeLog @@ -1,11 +1,11 @@ # ChangeLog for net-www/tomcat # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.18 2003/04/10 06:57:32 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.19 2003/04/10 07:04:17 absinthe Exp $ *tomcat-4.1.24 (25 Mar 2003) 10 Apr 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.24.ebuild: - fix to env.d/21tomcat install. + Minor fix to pkg_postinst() comments; fix to env.d/21tomcat install. 06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.24.ebuild: x86 ppc sparc moved to stable. diff --git a/net-www/tomcat/files/digest-tomcat-4.1.24 b/net-www/tomcat/files/digest-tomcat-4.1.24 index 376e14fd0efe..073727289a7e 100644 --- a/net-www/tomcat/files/digest-tomcat-4.1.24 +++ b/net-www/tomcat/files/digest-tomcat-4.1.24 @@ -2,5 +2,5 @@ MD5 bf1c6e3b412968c9a06aeb15f21355e9 /files/4.1.24/gentoo.diff 4002 MD5 4a02d76b47f40714c5e3ffbaa803cf91 /files/4.1.24/tomcat.conf 2711 MD5 470d10d035b8fd9decfcc153bc6632d7 /files/4.1.24/tomcat.init 818 MD5 53b2c10f99d7d2c05a69fc49b7acda8b /files/4.1.24/21tomcat 58 -MD5 bb442352f1466c3e5ecaad7428a2247e /tomcat-4.1.24.ebuild 3809 +MD5 64aaa271080e20d7940c5f8c48471723 /tomcat-4.1.24.ebuild 3810 MD5 f71fb9aa13707a62df7ba71963649de6 jakarta-tomcat-4.1.24.tar.gz 7232715 diff --git a/net-www/tomcat/tomcat-4.1.24.ebuild b/net-www/tomcat/tomcat-4.1.24.ebuild index 999e04a7870e..dd1e4c5285bd 100644 --- a/net-www/tomcat/tomcat-4.1.24.ebuild +++ b/net-www/tomcat/tomcat-4.1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24.ebuild,v 1.4 2003/04/10 06:57:32 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24.ebuild,v 1.5 2003/04/10 07:04:17 absinthe Exp $ S=${WORKDIR}/jakarta-${P} At="jakarta-tomcat-${PV}.tar.gz" @@ -109,7 +109,7 @@ pkg_postinst() { einfo " 4. Executables, libraries: /usr/share/tomcat/" einfo " " einfo " " - einfo " STARTING AND STOPPING ORION:" + einfo " STARTING AND STOPPING TOMCAT:" einfo " /etc/init.d/tomcat start" einfo " /etc/init.d/tomcat stop" einfo " /etc/init.d/tomcat restart" |