]> git.pld-linux.org Git - packages/ceph.git/blame - ceph-init-fix.patch
- rel 1
[packages/ceph.git] / ceph-init-fix.patch
CommitLineData
2a1a6301
JR
1diff -up ceph-0.41/src/init-ceph.in.init ceph-0.41/src/init-ceph.in
2--- ceph-0.41/src/init-ceph.in.init 2012-01-17 15:33:20.000000000 -0500
3+++ ceph-0.41/src/init-ceph.in 2012-02-16 12:48:50.887279921 -0500
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
12-# Default-Start: 2 3 5
13-# Default-Stop: 0 1 6
14+# Default-Start:
15+# Default-Stop:
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.118708 seconds and 4 git commands to generate.