Removed runlevel deletion, as it probably wasn't a good idea. This is for bug #130476.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 19 Apr 2006 14:45:02 +0000 (14:45 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 19 Apr 2006 14:45:02 +0000 (14:45 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1117 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/rc-update.sh

index d2356667adb8154d4c04866b4118d752b4f5b6d2..909358992e7bf86f688d295a60f12c1ffdab6cde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.602 2006/04/19 14:28:40 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.603 2006/04/19 14:45:00 wolf31o2 Exp $
+
+  19 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/rc-update.sh:
+  Removed runlevel deletion, as it probably wasn't a good idea. This is for
+  bug #130476.
 
   19 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/bootloader-setup.sh:
index d9183f7f76c9037022f588f0a56bacf1d16a50fa..286284fda93610887af1750d7c7f015a79eb412f 100644 (file)
@@ -63,15 +63,6 @@ then
                do
                        rc-update del "${x%%|*}" "${x##*|}"
                done
-               for x in $(ls /etc/runlevels)
-               do
-                       CONTENTS=$(find /etc/runlevels/${x} -type f)
-                       if [ -z "${CONTENTS}" ]
-                       then
-                               echo "${x}: Empty runlevel found.... deleting"
-                               rmdir "/etc/runlevels/${x}"
-                       fi
-               done
        fi
 fi