Changes of Revision 2
[-] [+] | Changed | icinga-mod_gearman.spec |
[-] [+] | Added | mod_gearman-init-worker.patch ^ |
@@ -0,0 +1,14 @@ +--- worker/initscript.in.orig 2011-01-13 12:54:57.320793344 +0100 ++++ worker/initscript.in 2011-01-13 12:57:22.412234657 +0100 +@@ -2,10 +2,8 @@ + + ### BEGIN INIT INFO + # Provides: mod_gearman_worker +-# Required-Start: $local_fs ++# Required-Start: $local_fs $remote_fs + # Required-Stop: $local_fs +-# Should-Start: +-# Should-Stop: + # Default-Start: 2 3 4 5 + # Default-Stop: 0 1 6 + # Short-Description: Start/Stop the mod_gearman worker daemon |