[Initng-svn] r2302 - initng

svn at initng.thinktux.net svn at initng.thinktux.net
Thu Dec 1 06:48:54 CET 2005


Author: thelich
Date: Thu Dec  1 06:48:53 2005
New Revision: 2302

Modified:
   initng/gen_system_runlevel
Log:
fixed: missed ' ; then' that prevented this script to run normally

Modified: initng/gen_system_runlevel
==============================================================================
--- initng/gen_system_runlevel	(original)
+++ initng/gen_system_runlevel	Thu Dec  1 06:48:53 2005
@@ -110,7 +110,7 @@
     fi
   done
 
-  if [ $deflevel == "5" ]
+  if [ $deflevel == "5" ]; then
     if [ -f /etc/sysconfig/desktop ]; then
       . /etc/sysconfig/desktop
       if [ "$DISPLAYMANAGER" = GNOME ] && [ -x /usr/sbin/gdm ] ; then


More information about the Initng-svn mailing list