[Fai-commit] r4874 - trunk/lib
lange at alioth.debian.org
lange at alioth.debian.org
Sun May 4 08:39:42 UTC 2008
Author: lange
Date: 2008-05-04 08:39:42 +0000 (Sun, 04 May 2008)
New Revision: 4874
Modified:
trunk/lib/fai-abort
Log:
add LSB formatted dependency info (closes: #469716)
Modified: trunk/lib/fai-abort
===================================================================
--- trunk/lib/fai-abort 2008-04-29 10:40:35 UTC (rev 4873)
+++ trunk/lib/fai-abort 2008-05-04 08:39:42 UTC (rev 4874)
@@ -1,5 +1,13 @@
#!/bin/sh
+### BEGIN INIT INFO
+# Provides: fai-abort
+# Required-Start: $remote_fs
+# Required-Stop:
+# Default-Start: 2
+# Default-Stop:
+### END INIT INFO
+
case "$1" in
start) ;;
stop) ;;
More information about the Fai-commit
mailing list