[Fai-commit] r4095 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Wed Oct 18 08:16:57 UTC 2006


Author: lange
Date: 2006-10-18 08:16:57 +0000 (Wed, 18 Oct 2006)
New Revision: 4095

Modified:
   trunk/bin/fai-start-stop-daemon
Log:
change regex to match udevd with full path


Modified: trunk/bin/fai-start-stop-daemon
===================================================================
--- trunk/bin/fai-start-stop-daemon	2006-10-17 21:26:26 UTC (rev 4094)
+++ trunk/bin/fai-start-stop-daemon	2006-10-18 08:16:57 UTC (rev 4095)
@@ -38,7 +38,7 @@
 done
 
 case $prog in
-    udevd) /sbin/start-stop-daemon.distrib --start --quiet --exec /sbin/udevd -- --daemon
+    *udevd) /sbin/start-stop-daemon.distrib --start --quiet --exec /sbin/udevd -- --daemon
 	   ;;
 	*) echo "Warning: Dummy start-stop-daemon called $prog. Doing nothing."
 	   ;;




More information about the Fai-commit mailing list