diff options
author | 2004-08-08 18:39:49 +0000 | |
---|---|---|
committer | 2004-08-08 18:39:49 +0000 | |
commit | 1c1dd39228c78a0f98891e7ba6475e0f879eca42 (patch) | |
tree | 598e38fa6893eb07c42a6408f3dec9378c4515cd /www-servers/tomcat/files/5.0.27/gentoo.diff | |
parent | Initial version (Manifest recommit) (diff) | |
download | gentoo-2-1c1dd39228c78a0f98891e7ba6475e0f879eca42.tar.gz gentoo-2-1c1dd39228c78a0f98891e7ba6475e0f879eca42.tar.bz2 gentoo-2-1c1dd39228c78a0f98891e7ba6475e0f879eca42.zip |
Moved from net-www/tomcat to www-servers/tomcat.
Diffstat (limited to 'www-servers/tomcat/files/5.0.27/gentoo.diff')
-rw-r--r-- | www-servers/tomcat/files/5.0.27/gentoo.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www-servers/tomcat/files/5.0.27/gentoo.diff b/www-servers/tomcat/files/5.0.27/gentoo.diff new file mode 100644 index 000000000000..0bfcb4523fec --- /dev/null +++ b/www-servers/tomcat/files/5.0.27/gentoo.diff @@ -0,0 +1,13 @@ +--- bin/catalina.sh 2004-05-19 02:25:07.000000000 -0400 ++++ bin/catalina.sh 2004-05-19 02:23:20.128089696 -0400 +@@ -38,6 +38,10 @@ + # $Id: gentoo.diff,v 1.1 2004/08/08 18:39:49 stuart Exp $ + # ----------------------------------------------------------------------------- + ++# source the appropriate files right away ++source /etc/profile ++source /etc/conf.d/tomcat5 ++ + # OS specific support. $var _must_ be set to either true or false. + cygwin=false + os400=false |