diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:53:40 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:53:40 +0000 |
commit | 806c3f1522900c707f6f70edf06941051ad70834 (patch) | |
tree | cbff282e444b02b2dc3cec29bf5f2bd0f84c2f79 /www-servers/resin | |
parent | version bump to 20050701 (diff) | |
download | historical-806c3f1522900c707f6f70edf06941051ad70834.tar.gz historical-806c3f1522900c707f6f70edf06941051ad70834.tar.bz2 historical-806c3f1522900c707f6f70edf06941051ad70834.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-servers/resin')
-rw-r--r-- | www-servers/resin/resin-2.1.14.ebuild | 20 | ||||
-rw-r--r-- | www-servers/resin/resin-3.0.12.ebuild | 7 | ||||
-rw-r--r-- | www-servers/resin/resin-3.0.8-r1.ebuild | 7 |
3 files changed, 15 insertions, 19 deletions
diff --git a/www-servers/resin/resin-2.1.14.ebuild b/www-servers/resin/resin-2.1.14.ebuild index 71b3440afab5..910a1a0ad9b9 100644 --- a/www-servers/resin/resin-2.1.14.ebuild +++ b/www-servers/resin/resin-2.1.14.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/resin/resin-2.1.14.ebuild,v 1.3 2005/04/18 17:23:52 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-2.1.14.ebuild,v 1.4 2005/07/09 17:50:29 swegener Exp $ inherit java-pkg eutils @@ -74,10 +74,10 @@ src_install() { } pkg_postinst() { - einfo " " + einfo einfo " NOTICE!" einfo " User and group 'resin' have been added." - einfo " " + einfo einfo " FILE LOCATIONS:" einfo " 1. Resin home directory: ${RESIN_HOME}" einfo " Contains application data, configuration files." @@ -85,31 +85,29 @@ pkg_postinst() { einfo " Contains CLASSPATH and JAVA_HOME settings." einfo " 3. Logs: /var/log/resin/" einfo " 4. Executables, libraries: /usr/share/resin/" - einfo " " - einfo " " + einfo einfo " STARTING AND STOPPING RESIN:" einfo " /etc/init.d/resin start" einfo " /etc/init.d/resin stop" einfo " /etc/init.d/resin restart" - einfo " " - einfo " " + einfo einfo " NETWORK CONFIGURATION:" einfo " By default, Resin runs on port 8080. You can change this" einfo " value by editing ${RESIN_HOME}/conf/resin.conf." - einfo " " + einfo einfo " To test Resin while it's running, point your web browser to:" einfo " http://localhost:8080/" - einfo " " + einfo einfo " Resin cannot run on port 80 as non-root (as of this time)." einfo " The best way to get Resin to respond on port 80 is via port" einfo " forwarding -- by installing a firewall on the machine running" einfo " Resin or the network gateway. Simply redirect port 80 to" einfo " port 8080." - 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 } pkg_postrm() { diff --git a/www-servers/resin/resin-3.0.12.ebuild b/www-servers/resin/resin-3.0.12.ebuild index 8438f5b61ab9..d23dfde5ae43 100644 --- a/www-servers/resin/resin-3.0.12.ebuild +++ b/www-servers/resin/resin-3.0.12.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/resin/resin-3.0.12.ebuild,v 1.3 2005/04/29 14:31:00 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.12.ebuild,v 1.4 2005/07/09 17:50:29 swegener Exp $ inherit java-pkg eutils @@ -72,7 +72,7 @@ pkg_postinst() { einfo einfo " NOTICE!" einfo " User and group 'resin' have been added." - einfo " " + einfo einfo " FILE LOCATIONS:" einfo " 1. Resin home directory: ${RESIN_HOME}" einfo " Contains application data, configuration files." @@ -83,13 +83,12 @@ pkg_postinst() { einfo einfo "If you are updating from resin-2* your old configuration files" einfo "have been moved to /etc/resin/conf.old" - einfo " " + einfo einfo " STARTING AND STOPPING RESIN:" einfo " /etc/init.d/resin start" einfo " /etc/init.d/resin stop" einfo " /etc/init.d/resin restart" einfo - einfo einfo " NETWORK CONFIGURATION:" einfo " By default, Resin runs on port 8080. You can change this" einfo " value by editing ${RESIN_HOME}/conf/resin.conf." diff --git a/www-servers/resin/resin-3.0.8-r1.ebuild b/www-servers/resin/resin-3.0.8-r1.ebuild index baa9447c227b..9f0a4e0eb102 100644 --- a/www-servers/resin/resin-3.0.8-r1.ebuild +++ b/www-servers/resin/resin-3.0.8-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/www-servers/resin/resin-3.0.8-r1.ebuild,v 1.5 2005/04/19 14:03:56 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.8-r1.ebuild,v 1.6 2005/07/09 17:50:29 swegener Exp $ inherit java-pkg eutils @@ -71,7 +71,7 @@ pkg_postinst() { einfo einfo " NOTICE!" einfo " User and group 'resin' have been added." - einfo " " + einfo einfo " FILE LOCATIONS:" einfo " 1. Resin home directory: ${RESIN_HOME}" einfo " Contains application data, configuration files." @@ -82,13 +82,12 @@ pkg_postinst() { einfo einfo "If you are updating from resin-2* your old configuration files" einfo "have been moved to /etc/resin/conf.old" - einfo " " + einfo einfo " STARTING AND STOPPING RESIN:" einfo " /etc/init.d/resin start" einfo " /etc/init.d/resin stop" einfo " /etc/init.d/resin restart" einfo - einfo einfo " NETWORK CONFIGURATION:" einfo " By default, Resin runs on port 8080. You can change this" einfo " value by editing ${RESIN_HOME}/conf/resin.conf." |