2012-05-09 21:00:02 +00:00
|
|
|
diff -up ceph-0.46/src/init-ceph.in.orig ceph-0.46/src/init-ceph.in
|
|
|
|
--- ceph-0.46/src/init-ceph.in.orig 2012-04-24 16:06:39.000000000 -0400
|
|
|
|
+++ ceph-0.46/src/init-ceph.in 2012-05-09 16:41:36.500004052 -0400
|
2010-08-30 17:30:32 +00:00
|
|
|
@@ -1,11 +1,11 @@
|
2010-05-07 17:57:33 +00:00
|
|
|
#!/bin/sh
|
|
|
|
# Start/stop ceph daemons
|
2010-08-30 17:30:32 +00:00
|
|
|
-# chkconfig: 2345 60 80
|
2010-05-07 17:57:33 +00:00
|
|
|
+# chkconfig: - 60 80
|
|
|
|
|
|
|
|
### BEGIN INIT INFO
|
|
|
|
# Provides: ceph
|
2012-05-09 21:00:02 +00:00
|
|
|
-# Default-Start: 2 3 4 5
|
2010-05-07 17:57:33 +00:00
|
|
|
-# Default-Stop: 0 1 6
|
2012-05-09 21:00:02 +00:00
|
|
|
+# Default-Start:
|
|
|
|
+# Default-Stop:
|
2010-05-07 17:57:33 +00:00
|
|
|
# Required-Start: $remote_fs $named $network $time
|
|
|
|
# Required-Stop: $remote_fs $named $network $time
|
|
|
|
# Short-Description: Start Ceph distributed file system daemons at boot time
|