diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-03-28 07:39:03 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-03-28 07:39:03 +0000 |
commit | 6df2a2bde84f79122180bd372a827cfeb50542e0 (patch) | |
tree | 167f925defc3bb9762b8865314d74695b233221d /net-www/tomcat | |
parent | mark vice-1.11 as stable (diff) | |
download | gentoo-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')
-rw-r--r-- | net-www/tomcat/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/tomcat/files/4.1.24/tomcat.conf | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/tomcat/ChangeLog b/net-www/tomcat/ChangeLog index b9eb6396b896..98c4b93722d2 100644 --- a/net-www/tomcat/ChangeLog +++ b/net-www/tomcat/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-www/tomcat # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.15 2003/03/25 16:35:11 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.16 2003/03/28 07:39:03 absinthe Exp $ *tomcat-4.1.24 (25 Mar 2003) + 28 Mar 2003; Dylan Carlson <absinthe@gentoo.org> files/4.1.24/tomcat.conf: + Fixed sed path in conf.d/tomcat. + 25 Mar 2003; Dylan Carlson <absinthe@gentoo.org> omcat-4.1.24.ebuild, files/4.1.24/21tomcat, tomcat-4.1.24.ebuild, files/4.1.24/21tomcat, files/4.1.24/gentoo.diff, files/4.1.24/tomcat.conf, files/4.1.24/tomcat.init: 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. |