summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2007-05-20 23:11:45 +0000
committerWilliam Thomson <wltjr@gentoo.org>2007-05-20 23:11:45 +0000
commit1f69d56680b3a5659d815cd677424cb8a2c81198 (patch)
tree2c6e756c305936bcf0b8f03c4759b0910767c80a /www-servers
parentStable for HPPA (bug #175465). (diff)
downloadgentoo-2-1f69d56680b3a5659d815cd677424cb8a2c81198.tar.gz
gentoo-2-1f69d56680b3a5659d815cd677424cb8a2c81198.tar.bz2
gentoo-2-1f69d56680b3a5659d815cd677424cb8a2c81198.zip
Fixed init script error -> eerror.
(Portage version: 2.1.2.7)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/tomcat/ChangeLog6
-rwxr-xr-xwww-servers/tomcat/files/5.5/tomcat.init.28
2 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog
index 04fefd8c6084..a29cc2669ba8 100644
--- a/www-servers/tomcat/ChangeLog
+++ b/www-servers/tomcat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/tomcat
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.142 2007/05/20 21:42:12 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.143 2007/05/20 23:11:45 wltjr Exp $
+
+ 20 May 2007; William L. Thomson Jr. <wltjr@gentoo.org>
+ files/5.5/tomcat.init.2:
+ Fixed init script error -> eerror.
*tomcat-5.5.23-r4 (20 May 2007)
diff --git a/www-servers/tomcat/files/5.5/tomcat.init.2 b/www-servers/tomcat/files/5.5/tomcat.init.2
index 33b55921d8f8..a97dc5a3d7be 100755
--- a/www-servers/tomcat/files/5.5/tomcat.init.2
+++ b/www-servers/tomcat/files/5.5/tomcat.init.2
@@ -1,13 +1,13 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/files/5.5/tomcat.init.2,v 1.4 2007/05/20 21:42:12 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/files/5.5/tomcat.init.2,v 1.5 2007/05/20 23:11:45 wltjr Exp $
init_env_vars() {
if [ "$(gjl -p tomcat-5.5 --get-vm)" ] ; then
- error "Tomcat has been compiled with java5 USE flag set."
- error "Tomcat now requires a VM >=1.5 to run."
- error "Please check your VM version, and restart Tomcat."
+ eerror "Tomcat has been compiled with java5 USE flag set."
+ eerror "Tomcat now requires a VM >=1.5 to run."
+ eerror "Please check your VM version, and restart Tomcat."
eend 1
fi