ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live

sparky cvs at pld-linux.org
Sun Mar 12 18:14:58 CET 2006


Author: sparky
Date: Sun Mar 12 18:14:56 2006
New Revision: 7151

Modified:
   ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live
Log:
- hide rules.d dir from udev if noauto option specified


Modified: ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live
==============================================================================
--- ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live	(original)
+++ ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live	Sun Mar 12 18:14:56 2006
@@ -9,6 +9,8 @@
 
 setterm -msg off
 
+cmdopt noauto && mv -f /etc/udev/rules.d{,.noauto}
+
 if ! [ -d /dev/input ]; then
 	. /etc/udev/udev.conf
 	/sbin/start_udev


More information about the pld-cvs-commit mailing list