salimma / rpms / ceph

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