File scpm-fix_boot_script.patch of Package scpm
Index: lib/boot.scpm
===================================================================
--- lib/boot.scpm.orig 2007-03-09 10:43:26.000000000 +0100
+++ lib/boot.scpm 2010-09-15 15:23:50.718726156 +0200
@@ -13,9 +13,11 @@
# Provides: boot.scpm
# Required-Start: boot.rootfsck
# Should-Start: $local_fs
-# Required-Stop:
+# Required-Stop: $null
+# Should-Stop: $null
# Default-Start: B
# Default-Stop:
+# Short-Description: Set up on-boot profile
# Description: Set up on-boot profile
### END INIT INFO
@@ -54,8 +56,25 @@ case "$1" in
fi
rc_status -v
;;
+
stop)
;;
+
+ reload)
+ ## Like force-reload, but if daemon does not support
+ ## signaling, do nothing (!)
+
+ # If it supports signaling:
+ #echo -n "Reload service FOO "
+ #/sbin/killproc -HUP $FOO_BIN
+ #touch /var/run/FOO.pid
+ #rc_status -v
+
+ ## Otherwise if it does not support reload:
+ #rc_failed 3
+ #rc_status -v
+ ;;
+
status)
rc_failed 4
rc_status -v