|
@@ -0,0 +1,31 @@
+--- init-script.suse.in.orig 2009-01-09 20:48:58.000000000 +0100
++++ init-script.suse.in 2009-01-09 20:50:04.000000000 +0100
+@@ -8,8 +8,8 @@
+ #
+ ### BEGIN INIT INFO
+ # Provides: nrpe
+-# Required-Start: $network
+-# Required-Stop:
++# Required-Start: $network $remote_fs
++# Required-Stop: $null
+ # Default-Start: 2 3 5
+ # Default-Stop: 0 1 6
+ # Description: start nrpe
+@@ -63,7 +63,7 @@
+ killproc -TERM $NRPEBIN
+ rc_status -v ; rc_reset
+ ;;
+- restart)
++ restart|reload)
+ $0 stop
+ $0 start
+ rc_status
+@@ -76,7 +76,7 @@
+
+ ;;
+ *)
+- echo "Usage: $0 {start|stop|restart|status}"
++ echo "Usage: $0 {start|stop|restart|reload|status}"
+ exit 1
+ ;;
+ esac
|