]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
init-ceph/init-radosgw: Don't use unspecified runlevel 4
authorHolger Macht <holger@homac.de>
Thu, 15 Dec 2011 16:49:15 +0000 (17:49 +0100)
committerHolger Macht <holger@homac.de>
Thu, 15 Dec 2011 16:49:15 +0000 (17:49 +0100)
Don't use runlevel 4 in init scripts. AFAIK, no distribution is using it
and at least the Open Build Service complains about it.

Signed-off-by: Holger Macht <hmacht@suse.de>
src/init-ceph.in
src/init-radosgw

index 0a5af4e42c91a34a411965a512f782e782275b1f..0a70cd78ebe2e884adc9e3c5fced287ed7615bf0 100644 (file)
@@ -4,7 +4,7 @@
 
 ### BEGIN INIT INFO
 # Provides:          ceph
-# Default-Start:     2 3 5
+# Default-Start:     2 3 5
 # Default-Stop:      0 1 6
 # Required-Start:    $remote_fs $named $network $time
 # Required-Stop:     $remote_fs $named $network $time
index 5f7caa95434da76de5563a4492ed0a500e89f781..d09af22e5fbbd6ec8368b78f0353bc7b353db9f9 100644 (file)
@@ -3,7 +3,7 @@
 # Provides:          radosgw
 # Required-Start:    $remote_fs $named $network $time
 # Required-Stop:     $remote_fs $named $network $time
-# Default-Start:     2 3 5
+# Default-Start:     2 3 5
 # Default-Stop:      0 1 6
 # Short-Description: radosgw RESTful rados gateway
 ### END INIT INFO