[Fai-commit] r4090 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Thu Oct 12 21:00:26 UTC 2006


Author: lange
Date: 2006-10-12 21:00:26 +0000 (Thu, 12 Oct 2006)
New Revision: 4090

Modified:
   trunk/bin/fai-start-stop-daemon
Log:
start udevd (needed for ubuntu) and do not fake s-s-d for it


Modified: trunk/bin/fai-start-stop-daemon
===================================================================
--- trunk/bin/fai-start-stop-daemon	2006-10-12 19:35:18 UTC (rev 4089)
+++ trunk/bin/fai-start-stop-daemon	2006-10-12 21:00:26 UTC (rev 4090)
@@ -36,8 +36,14 @@
         esac
     shift
 done
-echo "Warning: Dummy start-stop-daemon called $prog. Doing nothing."
 
+case $prog in
+    udevd) /sbin/start-stop-daemon.distrib --start --quiet --exec /sbin/udevd -- --daemon
+	   ;;
+	*) echo "Warning: Dummy start-stop-daemon called $prog. Doing nothing."
+	   ;;
+esac
+
 [ -n "$stop" -a -z "$oknodo" ] && exit 1
 
 exit 0




More information about the Fai-commit mailing list