xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xenballoond.init: remove 4 from default runlevel
@ 2012-10-05 17:35 Olaf Hering
  2012-10-08 11:19 ` Ian Campbell
  2012-10-08 19:48 ` Dan Magenheimer
  0 siblings, 2 replies; 4+ messages in thread
From: Olaf Hering @ 2012-10-05 17:35 UTC (permalink / raw)
  To: xen-devel

# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1349458470 -7200
# Node ID 65ab6762cd37d0f43ff031e00637d5a88514aadb
# Parent  964fd4a693f940b5ae31d6d9021e0c89afaee703
xenballoond.init: remove 4 from default runlevel

Remove 4 from default runlevel in xenballoond.init.

Similar to what changeset 24847:0900b1c905f1 does in xencommons, remove
runlevel 4 from the other runlevel scripts. LSB defines runlevel 4 as
reserved for local use, the local sysadmin is responsible for symlink
creation in rc4.d.

Signed-off-by: Olaf Hering <olaf@aepfle.de>

diff -r 964fd4a693f9 -r 65ab6762cd37 tools/xenballoon/xenballoond.init
--- a/tools/xenballoon/xenballoond.init
+++ b/tools/xenballoon/xenballoond.init
@@ -14,7 +14,7 @@
 # Should-Start:
 # Required-Stop:     $syslog $remote_fs
 # Should-Stop:
-# Default-Start:     3 4 5
+# Default-Start:     3 5
 # Default-Stop:      0 1 2 6
 # Short-Description: Start/stop xenballoond
 # Description:       Starts and stops the Xen ballooning daemon.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-08 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05 17:35 [PATCH] xenballoond.init: remove 4 from default runlevel Olaf Hering
2012-10-08 11:19 ` Ian Campbell
2012-10-08 19:48 ` Dan Magenheimer
2012-10-08 21:13   ` Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).