diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-03-25 17:04:40 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-03-25 17:04:40 +0000 |
commit | 42f8c23095be3aa040968c314e58990e540d5fc6 (patch) | |
tree | a303df9f47206c292b02489d2bb93583c1a5aa58 | |
parent | Version bump. Closes #17907; housekeeping. (diff) | |
download | historical-42f8c23095be3aa040968c314e58990e540d5fc6.tar.gz historical-42f8c23095be3aa040968c314e58990e540d5fc6.tar.bz2 historical-42f8c23095be3aa040968c314e58990e540d5fc6.zip |
Minor last minute fix to pkg_postinst comments.
-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}" |