ceph/ceph-init-fix.patch

18 lines
577 B
Diff
Raw Normal View History

2010-08-30 17:30:32 +00:00
--- ceph-0.21.1/src/init-ceph.in.orig 2010-07-29 15:16:49.000000000 -0500
+++ ceph-0.21.1/src/init-ceph.in 2010-08-26 14:58:25.328581937 -0500
@@ -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
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Default-Start:
+# Default-Stop:
# 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