CVS: initscripts/rc.d rc.sysinit,1.2,1.3

Jasper Huysmans jasper at lunar-linux.org
Thu Oct 30 12:47:36 GMT 2003


Update of /var/cvs/lunar/initscripts/rc.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12339

Modified Files:
	rc.sysinit 
Log Message:
Reformat file to improve readability. Comment out RH graphical boot stuff. Add a few comments. Mount devfs if required.

Index: rc.sysinit
===================================================================
RCS file: /var/cvs/lunar/initscripts/rc.d/rc.sysinit,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rc.sysinit	29 Oct 2003 23:08:24 -0000	1.2
+++ rc.sysinit	30 Oct 2003 12:47:34 -0000	1.3
@@ -4,21 +4,26 @@
 #
 # Taken in part from Miquel van Smoorenburg's bcheckrc.
 # Edited for Lunar Linux by Chuck Mead <csm at lunar-linux.org>
+#                           Jasper Huijsmans <jasper at lunar-linux.org>
 
 # Rerun ourselves through initlog
 if [ -z "$IN_INITLOG" -a -x /sbin/initlog ]; then
-    exec /sbin/initlog $INITLOG_ARGS -r /etc/rc.d/rc.sysinit
+  exec /sbin/initlog $INITLOG_ARGS -r /etc/rc.d/rc.sysinit
 fi
 
[...1297 lines suppressed...]
-	touch /var/run/confirm
+  touch /var/run/confirm
 fi
 if [ "$PROMPT" != "no" ]; then
-	/sbin/getkey i && touch /var/run/confirm
+  /sbin/getkey i && touch /var/run/confirm
 fi
 wait
 
-if [ -x /sbin/redhat-support-check -a -f /var/lib/supportinfo ]; then
- /sbin/redhat-support-check || {
-  echo $"Normal startup will continue in 10 seconds."
-  sleep 10
- }
+if [ -x /sbin/lunar-support-check -a -f /var/lib/supportinfo ]; then
+  /sbin/lunar-support-check || {
+    echo $"Normal startup will continue in 10 seconds."
+    sleep 10
+  }
 fi




More information about the Lunar-commits mailing list