[Lunar-commits] r15625 - moonbase/trunk/filesys/udev

Jaime Buffery nestu at lunar-linux.org
Thu Jul 7 07:08:44 UTC 2005


Author: nestu
Date: 2005-07-07 07:08:44 +0000 (Thu, 07 Jul 2005)
New Revision: 15625

Modified:
   moonbase/trunk/filesys/udev/BUILD
Log:
Sorry, reverting this. The way the line is added to the non-existant rule file is wrong.


Modified: moonbase/trunk/filesys/udev/BUILD
===================================================================
--- moonbase/trunk/filesys/udev/BUILD	2005-07-07 06:55:00 UTC (rev 15624)
+++ moonbase/trunk/filesys/udev/BUILD	2005-07-07 07:08:44 UTC (rev 15625)
@@ -1,11 +1,11 @@
 (
 
-    patch_it $SOURCE2 0  &&
+    patch_it $SOURCE2 0        &&
 
-    make udevdir=/dev EXTRAS=extras/run_directory  &&
-    prepare_install  &&
-    make udevdir=/dev EXTRAS=extras/run_directory install  &&
-
+    make udevdir=/dev          &&
+    prepare_install            &&
+    make udevdir=/dev install  &&
+ 
     # install the init.d script
     # we cannot use automagic install via coretools
     # since the udev script would be linked from rcX.d
@@ -14,13 +14,11 @@
 
     install ${SCRIPT_DIRECTORY}/49-udev.rules /etc/udev/rules.d/  &&
 
-    if ! grep -q 'ENV{UDEVD_EVENT}=="1", RUN+="/sbin/udev_run_hotplugd"' /etc/udev/rules.d/50-udev.rules; then
-    echo 'ENV{UDEVD_EVENT}=="1", RUN+="/sbin/udev_run_hotplugd"' >> /etc/udev/rules.d/50-udev.rules
-    fi
     mkdir -p /etc/udev/scripts.d/                          
     for script in ide-devfs.sh scsi-devfs.sh dvb.sh raid-devfs.sh
     do
         install extras/${script} /etc/udev/scripts.d/
     done
-
+     
 ) > $C_FIFO 2>&1
+



More information about the Lunar-commits mailing list