diff options
author | 2003-03-25 17:04:40 +0000 | |
---|---|---|
committer | 2003-03-25 17:04:40 +0000 | |
commit | babd4523098d82922979463bb857971461829e10 (patch) | |
tree | e9c587cb6ffb21a60e468fd7d85782e76031a06d /net-www/tomcat | |
parent | Version bump. Closes #17907; housekeeping. (diff) | |
download | gentoo-2-babd4523098d82922979463bb857971461829e10.tar.gz gentoo-2-babd4523098d82922979463bb857971461829e10.tar.bz2 gentoo-2-babd4523098d82922979463bb857971461829e10.zip |
Minor last minute fix to pkg_postinst comments.
Diffstat (limited to 'net-www/tomcat')
-rw-r--r-- | net-www/tomcat/tomcat-4.1.24.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-www/tomcat/tomcat-4.1.24.ebuild b/net-www/tomcat/tomcat-4.1.24.ebuild index 9ea8218ef213..0274f0f6df6c 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.1 2003/03/25 16:35:11 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24.ebuild,v 1.2 2003/03/25 17:04:40 absinthe Exp $ S=${WORKDIR}/jakarta-${P} At="jakarta-tomcat-${PV}.tar.gz" @@ -99,9 +99,6 @@ pkg_postinst() { einfo " " einfo " NOTICE!" einfo " User and group 'tomcat' have been added." - einfo " Please set a password for the user account 'tomcat'" - einfo " if you have not done so already." - einfo " " einfo " " einfo " FILE LOCATIONS:" einfo " 1. Tomcat home directory: ${TOMCAT_HOME}" |