Josef Bacik 8f23225
diff -up ceph-0.46/src/init-ceph.in.orig ceph-0.46/src/init-ceph.in
Josef Bacik 8f23225
--- ceph-0.46/src/init-ceph.in.orig	2012-04-24 16:06:39.000000000 -0400
Josef Bacik 8f23225
+++ ceph-0.46/src/init-ceph.in	2012-05-09 16:41:36.500004052 -0400
Steven Pritchard cf2b700
@@ -1,11 +1,11 @@
5dd73cb
 #!/bin/sh
5dd73cb
 # Start/stop ceph daemons
Steven Pritchard cf2b700
-# chkconfig: 2345 60 80
5dd73cb
+# chkconfig: - 60 80
5dd73cb
 
5dd73cb
 ### BEGIN INIT INFO
5dd73cb
 # Provides:          ceph
Josef Bacik 8f23225
-# Default-Start:     2 3 4 5
5dd73cb
-# Default-Stop:      0 1 6
Josef Bacik 8f23225
+# Default-Start:
Josef Bacik 8f23225
+# Default-Stop:
5dd73cb
 # Required-Start:    $remote_fs $named $network $time
5dd73cb
 # Required-Stop:     $remote_fs $named $network $time
5dd73cb
 # Short-Description: Start Ceph distributed file system daemons at boot time