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