[Fai-commit] r4419 - people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT

lazyboy-guest at alioth.debian.org lazyboy-guest at alioth.debian.org
Sun Jul 8 14:33:45 UTC 2007


Author: lazyboy-guest
Date: 2007-07-08 14:33:45 +0000 (Sun, 08 Jul 2007)
New Revision: 4419

Modified:
   people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/40-install-tomcat
Log:
make sure tomcat init script is there and tomcat is started by default

Modified: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/40-install-tomcat
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/40-install-tomcat	2007-07-07 15:35:45 UTC (rev 4418)
+++ people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/40-install-tomcat	2007-07-08 14:33:45 UTC (rev 4419)
@@ -13,8 +13,5 @@
 
 $ROOTCMD ln -s /opt/apache-tomcat-6.0.13  /opt/tomcat
 
-#[ ! -f /etc/init.d/tomcat6 ] && {
-#	
-#}
-echo "TODO: create a start script, and enable it to be run at system startup"
-#exit 0
+fcopy /etc/init.d/tomcat
+$ROOTCMD chkconfig tomcat on




More information about the Fai-commit mailing list