[Lunar-commits] r18548 - lunar-iso/trunk/scripts

Auke Kok sofar at lunar-linux.org
Mon Feb 6 18:33:46 UTC 2006


Author: sofar
Date: 2006-02-06 18:33:42 +0000 (Mon, 06 Feb 2006)
New Revision: 18548

Modified:
   lunar-iso/trunk/scripts/proper
Log:
Only wipe the startup links.


Modified: lunar-iso/trunk/scripts/proper
===================================================================
--- lunar-iso/trunk/scripts/proper	2006-02-06 18:30:14 UTC (rev 18547)
+++ lunar-iso/trunk/scripts/proper	2006-02-06 18:33:42 UTC (rev 18548)
@@ -70,14 +70,14 @@
 ln -s /usr/bin/zile $ISO_TARGET/usr/bin/emacs
 
 mkdir -p $ISO_TARGET/var/lib/discover
-rm -f $ISO_TARGET/etc/*/*modutils
-rm -f $ISO_TARGET/etc/*/*bootmisc
-rm -f $ISO_TARGET/etc/*/*sysctl
-rm -f $ISO_TARGET/etc/*/*nfslock
-rm -f $ISO_TARGET/etc/*/*nfs
-rm -f $ISO_TARGET/etc/*/*xinetd
-rm -f $ISO_TARGET/etc/*/*serial
-rm -f $ISO_TARGET/etc/*/*portmap
+rm -f $ISO_TARGET/etc/rc*/*modutils
+rm -f $ISO_TARGET/etc/rc*/*bootmisc
+rm -f $ISO_TARGET/etc/rc*/*sysctl
+rm -f $ISO_TARGET/etc/rc*/*nfslock
+rm -f $ISO_TARGET/etc/rc*/*nfs
+rm -f $ISO_TARGET/etc/rc*/*xinetd
+rm -f $ISO_TARGET/etc/rc*/*serial
+rm -f $ISO_TARGET/etc/rc*/*portmap
 
 # this is a space killer:
 echo "+ stripping binaries"



More information about the Lunar-commits mailing list