summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2003-03-28 07:39:03 +0000
committerDylan Carlson <absinthe@gentoo.org>2003-03-28 07:39:03 +0000
commit6df2a2bde84f79122180bd372a827cfeb50542e0 (patch)
tree167f925defc3bb9762b8865314d74695b233221d /net-www/tomcat/files
parentmark vice-1.11 as stable (diff)
downloadgentoo-2-6df2a2bde84f79122180bd372a827cfeb50542e0.tar.gz
gentoo-2-6df2a2bde84f79122180bd372a827cfeb50542e0.tar.bz2
gentoo-2-6df2a2bde84f79122180bd372a827cfeb50542e0.zip
Fixed sed path in conf.d/tomcat.
Diffstat (limited to 'net-www/tomcat/files')
-rw-r--r--net-www/tomcat/files/4.1.24/tomcat.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/tomcat/files/4.1.24/tomcat.conf b/net-www/tomcat/files/4.1.24/tomcat.conf
index 7f6aa6fd19ce..8a6d49c81f9b 100644
--- a/net-www/tomcat/files/4.1.24/tomcat.conf
+++ b/net-www/tomcat/files/4.1.24/tomcat.conf
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/files/4.1.24/tomcat.conf,v 1.1 2003/03/25 16:35:11 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/files/4.1.24/tomcat.conf,v 1.2 2003/03/28 07:39:03 absinthe Exp $
# JVM Runtime
# Using the default setting, it will determine your JVM from the system-vm
@@ -8,7 +8,7 @@
# You can override this value with whatever path you wish.
# Example: JAVA_HOME=/opt/sun-jdk-1.4.1.01
-JAVA_HOME=`/bin/grep -e "JAVA_HOME" /etc/profile.env | sed -e "s/^.*'\(.*\)'$/\1/"`
+JAVA_HOME=`/bin/grep -e "JAVA_HOME" /etc/profile.env | /bin/sed -e "s/^.*'\(.*\)'$/\1/"`
# (Optional) Java runtime options used when the "start", "stop", or "run"
# commands are executed.