diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:14:00 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:14:00 +0000 |
commit | b95d96bc16d277c53410b110013534d1bd848b3e (patch) | |
tree | 4d654bee4cd886bba4fadeae34663b7492d0f75a | |
parent | Fixed bug #98450, stablized on x86 and sparc and added ~amd64 keyword. (diff) | |
download | gentoo-2-b95d96bc16d277c53410b110013534d1bd848b3e.tar.gz gentoo-2-b95d96bc16d277c53410b110013534d1bd848b3e.tar.bz2 gentoo-2-b95d96bc16d277c53410b110013534d1bd848b3e.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | net-fs/shfs/shfs-0.31-r1.ebuild | 30 | ||||
-rw-r--r-- | net-fs/shfs/shfs-0.32-r1.ebuild | 30 | ||||
-rw-r--r-- | net-fs/shfs/shfs-0.32.ebuild | 30 | ||||
-rw-r--r-- | net-fs/shfs/shfs-0.34.ebuild | 30 | ||||
-rw-r--r-- | net-fs/shfs/shfs-0.35-r1.ebuild | 30 | ||||
-rw-r--r-- | net-fs/shfs/shfs-0.35.ebuild | 30 | ||||
-rw-r--r-- | net-mail/mailer-config/mailer-config-0.1.ebuild | 8 | ||||
-rw-r--r-- | net-mail/mailer-config/mailer-config-0.2.ebuild | 8 | ||||
-rw-r--r-- | net-misc/htun/htun-0.9.5.ebuild | 26 | ||||
-rw-r--r-- | net-misc/ltsp/ltsp-4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ltsp/ltsp-4.1.1.ebuild | 8 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-5.0.27-r6.ebuild | 24 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-5.0.28-r4.ebuild | 28 |
13 files changed, 142 insertions, 144 deletions
diff --git a/net-fs/shfs/shfs-0.31-r1.ebuild b/net-fs/shfs/shfs-0.31-r1.ebuild index c8717307f711..1da850e6e8ce 100644 --- a/net-fs/shfs/shfs-0.31-r1.ebuild +++ b/net-fs/shfs/shfs-0.31-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.31-r1.ebuild,v 1.10 2004/10/04 22:47:14 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.31-r1.ebuild,v 1.11 2005/07/09 17:12:23 swegener Exp $ inherit eutils @@ -75,19 +75,19 @@ pkg_postinst() { echo "running depmod...." depmod -aq || die - echo " " + echo einfo " Use either 'shfsmount' or 'mount -t shfs' to mount remote" - einfo " filesystems to into your local filesystem. " - echo " " - echo " " - einfo " Note the following: " - einfo " " - einfo " 1. The shfs.o kernel module has to be loaded first " - einfo " before you can start mounting filesystems. " - einfo " Try: 'insmod shfs' as root. " - einfo " " - einfo " 2. When mounting, you must enter the absolute path of " - einfo " the remote filesystem without any special chars, " - einfo " such as tilde (~), for example. " - echo " " + einfo " filesystems to into your local filesystem." + echo + echo + einfo " Note the following:" + einfo + einfo " 1. The shfs.o kernel module has to be loaded first" + einfo " before you can start mounting filesystems." + einfo " Try: 'insmod shfs' as root." + einfo + einfo " 2. When mounting, you must enter the absolute path of" + einfo " the remote filesystem without any special chars," + einfo " such as tilde (~), for example." + echo } diff --git a/net-fs/shfs/shfs-0.32-r1.ebuild b/net-fs/shfs/shfs-0.32-r1.ebuild index 9c8b427b844d..200b702f5abc 100644 --- a/net-fs/shfs/shfs-0.32-r1.ebuild +++ b/net-fs/shfs/shfs-0.32-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.32-r1.ebuild,v 1.4 2004/06/24 22:44:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.32-r1.ebuild,v 1.5 2005/07/09 17:12:23 swegener Exp $ inherit eutils @@ -92,19 +92,19 @@ pkg_postinst() { echo "running depmod...." depmod -aq || die - echo " " + echo einfo " Use either 'shfsmount' or 'mount -t shfs' to mount remote" - einfo " filesystems to into your local filesystem. " - echo " " - echo " " - einfo " Note the following: " - einfo " " - einfo " 1. The shfs kernel module has to be loaded first " - einfo " before you can start mounting filesystems. " - einfo " Try: 'modprobe shfs' as root. " - einfo " " - einfo " 2. When mounting, you must enter the absolute path of " - einfo " the remote filesystem without any special chars, " - einfo " such as tilde (~), for example. " - echo " " + einfo " filesystems to into your local filesystem." + echo + echo + einfo " Note the following:" + einfo + einfo " 1. The shfs kernel module has to be loaded first" + einfo " before you can start mounting filesystems." + einfo " Try: 'modprobe shfs' as root." + einfo + einfo " 2. When mounting, you must enter the absolute path of" + einfo " the remote filesystem without any special chars," + einfo " such as tilde (~), for example." + echo } diff --git a/net-fs/shfs/shfs-0.32.ebuild b/net-fs/shfs/shfs-0.32.ebuild index a207653c98ca..495d18b55b9f 100644 --- a/net-fs/shfs/shfs-0.32.ebuild +++ b/net-fs/shfs/shfs-0.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.32.ebuild,v 1.7 2004/06/24 22:44:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.32.ebuild,v 1.8 2005/07/09 17:12:23 swegener Exp $ IUSE="amd doc" @@ -88,19 +88,19 @@ pkg_postinst() { echo "running depmod...." depmod -aq || die - echo " " + echo einfo " Use either 'shfsmount' or 'mount -t shfs' to mount remote" - einfo " filesystems to into your local filesystem. " - echo " " - echo " " - einfo " Note the following: " - einfo " " - einfo " 1. The shfs kernel module has to be loaded first " - einfo " before you can start mounting filesystems. " - einfo " Try: 'modprobe shfs' as root. " - einfo " " - einfo " 2. When mounting, you must enter the absolute path of " - einfo " the remote filesystem without any special chars, " - einfo " such as tilde (~), for example. " - echo " " + einfo " filesystems to into your local filesystem." + echo + echo + einfo " Note the following:" + einfo + einfo " 1. The shfs kernel module has to be loaded first" + einfo " before you can start mounting filesystems." + einfo " Try: 'modprobe shfs' as root." + einfo + einfo " 2. When mounting, you must enter the absolute path of" + einfo " the remote filesystem without any special chars," + einfo " such as tilde (~), for example." + echo } diff --git a/net-fs/shfs/shfs-0.34.ebuild b/net-fs/shfs/shfs-0.34.ebuild index 6bff7c20573f..95fe28cc1989 100644 --- a/net-fs/shfs/shfs-0.34.ebuild +++ b/net-fs/shfs/shfs-0.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.34.ebuild,v 1.3 2004/06/24 22:44:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.34.ebuild,v 1.4 2005/07/09 17:12:23 swegener Exp $ inherit eutils @@ -94,19 +94,19 @@ pkg_postinst() { echo "running depmod...." depmod -aq || die - echo " " + echo einfo " Use either 'shfsmount' or 'mount -t shfs' to mount remote" - einfo " filesystems to into your local filesystem. " - echo " " - echo " " - einfo " Note the following: " - einfo " " - einfo " 1. The shfs kernel module has to be loaded first " - einfo " before you can start mounting filesystems. " - einfo " Try: 'modprobe shfs' as root. " - einfo " " - einfo " 2. When mounting, you must enter the absolute path of " - einfo " the remote filesystem without any special chars, " - einfo " such as tilde (~), for example. " - echo " " + einfo " filesystems to into your local filesystem." + echo + echo + einfo " Note the following:" + einfo + einfo " 1. The shfs kernel module has to be loaded first" + einfo " before you can start mounting filesystems." + einfo " Try: 'modprobe shfs' as root." + einfo + einfo " 2. When mounting, you must enter the absolute path of" + einfo " the remote filesystem without any special chars," + einfo " such as tilde (~), for example." + echo } diff --git a/net-fs/shfs/shfs-0.35-r1.ebuild b/net-fs/shfs/shfs-0.35-r1.ebuild index db46f8e93fb0..2dda6d574095 100644 --- a/net-fs/shfs/shfs-0.35-r1.ebuild +++ b/net-fs/shfs/shfs-0.35-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r1.ebuild,v 1.2 2005/04/07 16:05:24 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r1.ebuild,v 1.3 2005/07/09 17:12:23 swegener Exp $ inherit eutils @@ -95,19 +95,19 @@ pkg_postinst() { echo "running depmod...." depmod -aq || die - echo " " + echo einfo " Use either 'shfsmount' or 'mount -t shfs' to mount remote" - einfo " filesystems to into your local filesystem. " - echo " " - echo " " - einfo " Note the following: " - einfo " " - einfo " 1. The shfs kernel module has to be loaded first " - einfo " before you can start mounting filesystems. " - einfo " Try: 'modprobe shfs' as root. " - einfo " " - einfo " 2. When mounting, you must enter the absolute path of " - einfo " the remote filesystem without any special chars, " - einfo " such as tilde (~), for example. " - echo " " + einfo " filesystems to into your local filesystem." + echo + echo + einfo " Note the following:" + einfo + einfo " 1. The shfs kernel module has to be loaded first" + einfo " before you can start mounting filesystems." + einfo " Try: 'modprobe shfs' as root." + einfo + einfo " 2. When mounting, you must enter the absolute path of" + einfo " the remote filesystem without any special chars," + einfo " such as tilde (~), for example." + echo } diff --git a/net-fs/shfs/shfs-0.35.ebuild b/net-fs/shfs/shfs-0.35.ebuild index 16a55dbc54ed..f8f91dc4aeeb 100644 --- a/net-fs/shfs/shfs-0.35.ebuild +++ b/net-fs/shfs/shfs-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35.ebuild,v 1.2 2004/12/15 06:40:23 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35.ebuild,v 1.3 2005/07/09 17:12:23 swegener Exp $ inherit eutils @@ -94,19 +94,19 @@ pkg_postinst() { echo "running depmod...." depmod -aq || die - echo " " + echo einfo " Use either 'shfsmount' or 'mount -t shfs' to mount remote" - einfo " filesystems to into your local filesystem. " - echo " " - echo " " - einfo " Note the following: " - einfo " " - einfo " 1. The shfs kernel module has to be loaded first " - einfo " before you can start mounting filesystems. " - einfo " Try: 'modprobe shfs' as root. " - einfo " " - einfo " 2. When mounting, you must enter the absolute path of " - einfo " the remote filesystem without any special chars, " - einfo " such as tilde (~), for example. " - echo " " + einfo " filesystems to into your local filesystem." + echo + echo + einfo " Note the following:" + einfo + einfo " 1. The shfs kernel module has to be loaded first" + einfo " before you can start mounting filesystems." + einfo " Try: 'modprobe shfs' as root." + einfo + einfo " 2. When mounting, you must enter the absolute path of" + einfo " the remote filesystem without any special chars," + einfo " such as tilde (~), for example." + echo } diff --git a/net-mail/mailer-config/mailer-config-0.1.ebuild b/net-mail/mailer-config/mailer-config-0.1.ebuild index 1c3a1d7a435f..1839ebf74ede 100644 --- a/net-mail/mailer-config/mailer-config-0.1.ebuild +++ b/net-mail/mailer-config/mailer-config-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.1.ebuild,v 1.4 2005/04/25 19:44:04 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.1.ebuild,v 1.5 2005/07/09 17:11:19 swegener Exp $ DESCRIPTION="Utility to switch between mailers using mailwrapper" HOMEPAGE="http://www.gentoo.org" @@ -22,14 +22,14 @@ src_install() { } pkg_postinst() { - einfo " " + einfo einfo "Because /etc/mail/mailer.conf is now handled for you, it will" einfo "save time if you add:" einfo " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\"" einfo "to your /etc/make.conf file." - einfo " " + einfo einfo "With this, when a new profile is installed, it will be switched to" einfo "automatically, and you will not be prompted to etc-update" einfo "mailer.conf manually. Instead, you should always use mailer-config." - einfo " " + einfo } diff --git a/net-mail/mailer-config/mailer-config-0.2.ebuild b/net-mail/mailer-config/mailer-config-0.2.ebuild index 9ca38fdf806f..7753a1ae252e 100644 --- a/net-mail/mailer-config/mailer-config-0.2.ebuild +++ b/net-mail/mailer-config/mailer-config-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.2.ebuild,v 1.1 2005/07/04 14:21:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.2.ebuild,v 1.2 2005/07/09 17:11:19 swegener Exp $ DESCRIPTION="Utility to switch between mailers using mailwrapper" HOMEPAGE="http://www.gentoo.org" @@ -22,14 +22,14 @@ src_install() { } pkg_postinst() { - einfo " " + einfo einfo "Because /etc/mail/mailer.conf is now handled for you, it will" einfo "save time if you add:" einfo " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\"" einfo "to your /etc/make.conf file." - einfo " " + einfo einfo "With this, when a new profile is installed, it will be switched to" einfo "automatically, and you will not be prompted to etc-update" einfo "mailer.conf manually. Instead, you should always use mailer-config." - einfo " " + einfo } diff --git a/net-misc/htun/htun-0.9.5.ebuild b/net-misc/htun/htun-0.9.5.ebuild index efc374072c17..4ed5f88a2fce 100644 --- a/net-misc/htun/htun-0.9.5.ebuild +++ b/net-misc/htun/htun-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/htun/htun-0.9.5.ebuild,v 1.4 2004/07/15 02:53:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/htun/htun-0.9.5.ebuild,v 1.5 2005/07/09 17:10:31 swegener Exp $ DESCRIPTION="Project to tunnel IP traffic over HTTP" HOMEPAGE="http://htun.runslinux.net/" @@ -29,19 +29,17 @@ src_install() { doins ${S}/doc/htund.conf dodoc doc/* - einfo " " - einfo " " - einfo "NOTE: HTun requires the Universal TUN/TAP module " + einfo + einfo "NOTE: HTun requires the Universal TUN/TAP module" einfo "available in the Linux kernel. Make sure you have" - einfo "compiled the tun.o driver as a module! " - einfo " " - einfo "It can be found in the kernel configuration under " - einfo "Network Device Support --> Universal TUN/TAP " - einfo " " - einfo "To configure HTun, run the following commands as root: " - einfo " # mknod /dev/net/tun c 10 200 " + einfo "compiled the tun.o driver as a module!" + einfo + einfo "It can be found in the kernel configuration under" + einfo "Network Device Support --> Universal TUN/TAP" + einfo + einfo "To configure HTun, run the following commands as root:" + einfo " # mknod /dev/net/tun c 10 200" einfo " # echo \"alias char-major-10-200 tun\" >> /etc/modules.conf" - einfo " # depmod -e " - einfo " " - einfo " " + einfo " # depmod -e" + einfo } diff --git a/net-misc/ltsp/ltsp-4.1-r1.ebuild b/net-misc/ltsp/ltsp-4.1-r1.ebuild index 5d7d7ef46007..0f7cdeedad86 100644 --- a/net-misc/ltsp/ltsp-4.1-r1.ebuild +++ b/net-misc/ltsp/ltsp-4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp/ltsp-4.1-r1.ebuild,v 1.10 2005/04/29 11:30:20 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp/ltsp-4.1-r1.ebuild,v 1.11 2005/07/09 17:09:11 swegener Exp $ IUSE="X debug nas esd audiofile snmp" @@ -159,6 +159,6 @@ src_install() { pkg_postinst() { einfo einfo "Either use ltspcfg to configure your stuff, or follow the guide at gentoo.org:" - einfo " http://www.gentoo.org/doc/en/ltsp.xml " + einfo " http://www.gentoo.org/doc/en/ltsp.xml" einfo } diff --git a/net-misc/ltsp/ltsp-4.1.1.ebuild b/net-misc/ltsp/ltsp-4.1.1.ebuild index f4e586e96f43..beb403163f3f 100644 --- a/net-misc/ltsp/ltsp-4.1.1.ebuild +++ b/net-misc/ltsp/ltsp-4.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp/ltsp-4.1.1.ebuild,v 1.3 2005/06/07 08:39:06 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp/ltsp-4.1.1.ebuild,v 1.4 2005/07/09 17:09:11 swegener Exp $ inherit eutils @@ -190,10 +190,10 @@ src_install() { pkg_postinst() { einfo einfo "Either use ltspcfg to configure your stuff, or follow the guide at gentoo.org:" - einfo " http://www.gentoo.org/doc/en/ltsp.xml " + einfo " http://www.gentoo.org/doc/en/ltsp.xml" einfo - einfo " NOTE: The directory containing LTSP has changed to /opt/ltsp-4.1.1/ " + einfo " NOTE: The directory containing LTSP has changed to /opt/ltsp-4.1.1/" einfo - einfo " NOTE: to enable USB you have to add USB=Y to your lts.conf " + einfo " NOTE: to enable USB you have to add USB=Y to your lts.conf" einfo } diff --git a/www-servers/tomcat/tomcat-5.0.27-r6.ebuild b/www-servers/tomcat/tomcat-5.0.27-r6.ebuild index 4edb346d5061..5e5b2371f6fc 100644 --- a/www-servers/tomcat/tomcat-5.0.27-r6.ebuild +++ b/www-servers/tomcat/tomcat-5.0.27-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.27-r6.ebuild,v 1.1 2005/05/15 15:36:37 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.27-r6.ebuild,v 1.2 2005/07/09 17:14:00 swegener Exp $ inherit eutils @@ -91,7 +91,7 @@ pkg_postinst() { chmod 750 /etc/${TOMCAT_NAME} - einfo " " + einfo einfo " NOTICE!" einfo " FILE LOCATIONS:" einfo " 1. Tomcat home directory: ${TOMCAT_HOME}" @@ -100,30 +100,30 @@ pkg_postinst() { einfo " Contains CLASSPATH and JAVA_HOME settings." einfo " 3. Configuration: /etc/${TOMCAT_NAME}" einfo " 4. Logs: /var/log/${TOMCAT_NAME}/" - einfo " " - einfo " " + einfo + einfo einfo " STARTING AND STOPPING TOMCAT:" einfo " /etc/init.d/${TOMCAT_NAME} start" einfo " /etc/init.d/${TOMCAT_NAME} stop" einfo " /etc/init.d/${TOMCAT_NAME} restart" - einfo " " - einfo " " + einfo + einfo ewarn " If you are upgrading from older ebuild do NOT use" ewarn " /etc/init.d/tomcat and /etc/conf.d/tomcat you probably" - ewarn " want to remove these. " + ewarn " want to remove these." ewarn " A version number has been appended so that tomcat 3, 4 and 5" ewarn " can be installed side by side" - einfo " " + einfo einfo " NETWORK CONFIGURATION:" einfo " By default, Tomcat runs on port 8080. You can change this" einfo " value by editing /etc/${TOMCAT_NAME}/server.xml." - einfo " " + einfo einfo " To test Tomcat while it's running, point your web browser to:" einfo " http://localhost:8080/" - einfo " " - einfo " " + einfo + einfo einfo " BUGS:" einfo " Please file any bugs at http://bugs.gentoo.org/ or else it" einfo " may not get seen. Thank you." - einfo " " + einfo } diff --git a/www-servers/tomcat/tomcat-5.0.28-r4.ebuild b/www-servers/tomcat/tomcat-5.0.28-r4.ebuild index cb4fdabfaae0..626606018ee5 100644 --- a/www-servers/tomcat/tomcat-5.0.28-r4.ebuild +++ b/www-servers/tomcat/tomcat-5.0.28-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.28-r4.ebuild,v 1.4 2005/05/25 15:26:37 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.28-r4.ebuild,v 1.5 2005/07/09 17:14:00 swegener Exp $ inherit eutils java-pkg @@ -226,7 +226,7 @@ pkg_postinst() { chmod -R 750 /etc/${TOMCAT_NAME} - einfo " " + einfo einfo " NOTICE!" einfo " FILE LOCATIONS:" einfo " 1. Tomcat home directory: ${TOMCAT_HOME}" @@ -235,36 +235,36 @@ pkg_postinst() { einfo " Contains CLASSPATH and JAVA_HOME settings." einfo " 3. Configuration: /etc/${TOMCAT_NAME}/default" einfo " 4. Logs: /var/log/${TOMCAT_NAME}/default" - einfo " " - einfo " " + einfo + einfo einfo " STARTING AND STOPPING TOMCAT:" einfo " /etc/init.d/${TOMCAT_NAME} start" einfo " /etc/init.d/${TOMCAT_NAME} stop" einfo " /etc/init.d/${TOMCAT_NAME} restart" - einfo " " - einfo " " + einfo + einfo ewarn " If you are upgrading from older ebuild do NOT use" ewarn " /etc/init.d/tomcat and /etc/conf.d/tomcat you probably" - ewarn " want to remove these. " - einfo " " + ewarn " want to remove these." + einfo ewarn " This ebuild implements a new filesystem layout for tomcat" ewarn " please read http://gentoo-wiki.com/Tomcat_Gentoo_ebuild for" ewarn " more information!." - einfo " " + einfo einfo " NETWORK CONFIGURATION:" einfo " By default, Tomcat runs on port 8080. You can change this" einfo " value by editing /etc/${TOMCAT_NAME}/default/server.xml." - einfo " " + einfo einfo " To test Tomcat while it's running, point your web browser to:" einfo " http://localhost:8080/" if ! use examples; then - ewarn "" + ewarn ewarn "You do not have the examples USE flag set, examples have NOT been installed." - ewarn " " + ewarn fi - einfo " " + einfo einfo " BUGS:" einfo " Please file any bugs at http://bugs.gentoo.org/ or else it" einfo " may not get seen. Thank you." - einfo " " + einfo } |