]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-init-fix.patch
- new
[packages/ceph.git] / ceph-init-fix.patch
1 diff -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.050263 seconds and 3 git commands to generate.