[Fai-commit] r3865 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Tue Sep 5 16:14:28 UTC 2006
Author: lange
Date: 2006-09-05 16:14:27 +0000 (Tue, 05 Sep 2006)
New Revision: 3865
Added:
trunk/bin/policy-rc.d.fai
Log:
do call udev but no other scripts in /etc/init.d
Added: trunk/bin/policy-rc.d.fai
===================================================================
--- trunk/bin/policy-rc.d.fai (rev 0)
+++ trunk/bin/policy-rc.d.fai 2006-09-05 16:14:27 UTC (rev 3865)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# whioch init.d do we like to start?
+
+case "$1" in
+ udev)
+ exit 0
+ ;;
+esac
+
+# all other will not be started
+exit 101
More information about the Fai-commit
mailing list