]> git.pld-linux.org Git - packages/ceph.git/blame - ceph-init-fix.patch
- updated to 0.82
[packages/ceph.git] / ceph-init-fix.patch
CommitLineData
041b9abb
PS
1diff -up ceph-0.46/src/init-ceph.in.orig ceph-0.46/src/init-ceph.in
2--- ceph-0.46/src/init-ceph.in.orig 2012-04-24 16:06:39.000000000 -0400
3+++ ceph-0.46/src/init-ceph.in 2012-05-09 16:41:36.500004052 -0400
2a1a6301
JR
4@@ -1,11 +1,11 @@
5 #!/bin/sh
6 # Start/stop ceph daemons
7-# chkconfig: 2345 60 80
8+# chkconfig: - 60 80
9
10 ### BEGIN INIT INFO
11 # Provides: ceph
041b9abb 12-# Default-Start: 2 3 4 5
2a1a6301 13-# Default-Stop: 0 1 6
041b9abb
PS
14+# Default-Start:
15+# Default-Stop:
2a1a6301
JR
16 # Required-Start: $remote_fs $named $network $time
17 # Required-Stop: $remote_fs $named $network $time
18 # Short-Description: Start Ceph distributed file system daemons at boot time
This page took 0.085887 seconds and 4 git commands to generate.