2012-02-17 02:21:05 +00:00
|
|
|
diff -up ceph-0.41/src/init-ceph.in.init ceph-0.41/src/init-ceph.in
|
|
|
|
--- ceph-0.41/src/init-ceph.in.init 2012-01-17 15:33:20.000000000 -0500
|
|
|
|
+++ ceph-0.41/src/init-ceph.in 2012-02-16 12:48:50.887279921 -0500
|
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-02-17 02:21:05 +00:00
|
|
|
-# Default-Start: 2 3 5
|
2010-05-07 17:57:33 +00:00
|
|
|
-# Default-Stop: 0 1 6
|
2012-02-17 02:21:05 +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
|