CVS: moonbase/zbeta/initscripts PRE_BUILD, NONE, 1.1 POST_INSTALL, 1.3, 1.4

Chuck Mead csm at lunar-linux.org
Fri Oct 31 00:16:45 GMT 2003


Update of /var/cvs/lunar/moonbase/zbeta/initscripts
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12839

Modified Files:
	POST_INSTALL 
Added Files:
	PRE_BUILD 
Log Message:
adding a pre-build warning telling the user what to do prior to installation


--- NEW FILE: PRE_BUILD ---
echo "##################### STOP #####################"
echo "Before testing you will need to do a few things."
echo "1. cp -a /etc $somewheresafe"
echo "2. lin initscripts
echo "3. cd /etc;wget -c http://www.lunar-linux.com/lunar/cache/init.d.tar.bz2"
echo "4. rm -Rf init.d;tar xjvf init.d.tar.bz2"
echo " "
echo "Then you may begin testing!"
sleep 5

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/initscripts/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	29 Oct 2003 01:18:21 -0000	1.3
+++ POST_INSTALL	31 Oct 2003 00:16:43 -0000	1.4
@@ -1,10 +1,3 @@
-echo "Before testing you will need to do a few things."
-echo "1. cp -a /etc $somewheresafe"
-echo "2. cd /etc;wget -c http://www.lunar-linux.com/lunar/cache/init.d.tar.bz2"
-echo "3. rm -Rf init.d;tar xjvf init.d.tar.bz2"
-echo " "
-echo "Then you may begin testing!"
-
 if [ ! -e /etc/sysconfig/network ]; then
    echo "NETWORKING=yes" > /etc/sysconfig/network
    echo "HOSTNAME=$HOSTNAME" >> /etc/sysconfig/network




More information about the Lunar-commits mailing list