[Fai-commit] r4405 - in people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts: RHEL-DEMO-TOMCAT RHEL-DEMO-WEBSERVER

lazyboy-guest at alioth.debian.org lazyboy-guest at alioth.debian.org
Fri Jul 6 22:35:26 UTC 2007


Author: lazyboy-guest
Date: 2007-07-06 22:35:26 +0000 (Fri, 06 Jul 2007)
New Revision: 4405

Added:
   people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/20-install-java
   people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/40-install-tomcat
Removed:
   people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/20-install-java
   people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/40-install-tomcat
Log:
move tomcat scripts to tomcat class

Copied: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/20-install-java (from rev 4394, people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/20-install-java)
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/20-install-java	                        (rev 0)
+++ people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/20-install-java	2007-07-06 22:35:26 UTC (rev 4405)
@@ -0,0 +1,6 @@
+#! /bin/bash
+
+# TODO: only do this if jdk is not already installed!
+
+$ROOTCMD wget -P/tmp http://debmirror/mirrors/binary-packages/jdk-6u1-linux-i586.rpm
+$ROOTCMD rpm -i /tmp/jdk-6u1-linux-i586.rpm

Copied: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/40-install-tomcat (from rev 4394, people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/40-install-tomcat)
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/40-install-tomcat	                        (rev 0)
+++ people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-TOMCAT/40-install-tomcat	2007-07-06 22:35:26 UTC (rev 4405)
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+$ROOTCMD wget -P/tmp http://debmirror/mirrors/binary-packages/apache-tomcat-6.0.13.tar.gz
+$ROOTCMD tar xfz /tmp/apache-tomcat-6.0.13.tar.gz -C /opt/
+
+echo "TODO: create a start script, and enable it to be run at system startup"
+#exit 0

Deleted: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/20-install-java
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/20-install-java	2007-07-06 22:33:49 UTC (rev 4404)
+++ people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/20-install-java	2007-07-06 22:35:26 UTC (rev 4405)
@@ -1,6 +0,0 @@
-#! /bin/bash
-
-# TODO: only do this if jdk is not already installed!
-
-$ROOTCMD wget -P/tmp http://debmirror/mirrors/binary-packages/jdk-6u1-linux-i586.rpm
-$ROOTCMD rpm -i /tmp/jdk-6u1-linux-i586.rpm

Deleted: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/40-install-tomcat
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/40-install-tomcat	2007-07-06 22:33:49 UTC (rev 4404)
+++ people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-WEBSERVER/40-install-tomcat	2007-07-06 22:35:26 UTC (rev 4405)
@@ -1,7 +0,0 @@
-#! /bin/bash
-
-$ROOTCMD wget -P/tmp http://debmirror/mirrors/binary-packages/apache-tomcat-6.0.13.tar.gz
-$ROOTCMD tar xfz /tmp/apache-tomcat-6.0.13.tar.gz -C /opt/
-
-echo "TODO: create a start script, and enable it to be run at system startup"
-#exit 0




More information about the Fai-commit mailing list