From: Holger Macht Date: Thu, 15 Dec 2011 16:49:15 +0000 (+0100) Subject: init-ceph/init-radosgw: Don't use unspecified runlevel 4 X-Git-Tag: v0.40~151^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0e0583f8f34449ff6de5ca0e20dfb4ea01bdfb0f;p=ceph.git init-ceph/init-radosgw: Don't use unspecified runlevel 4 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 --- diff --git a/src/init-ceph.in b/src/init-ceph.in index 0a5af4e42c91..0a70cd78ebe2 100644 --- a/src/init-ceph.in +++ b/src/init-ceph.in @@ -4,7 +4,7 @@ ### BEGIN INIT INFO # Provides: ceph -# Default-Start: 2 3 4 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 diff --git a/src/init-radosgw b/src/init-radosgw index 5f7caa95434d..d09af22e5fbb 100644 --- a/src/init-radosgw +++ b/src/init-radosgw @@ -3,7 +3,7 @@ # Provides: radosgw # Required-Start: $remote_fs $named $network $time # Required-Stop: $remote_fs $named $network $time -# Default-Start: 2 3 4 5 +# Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: radosgw RESTful rados gateway ### END INIT INFO