changeset: 26007:fe756682cc7f user: Olaf Hering date: Mon Oct 08 12:18:31 2012 +0100 files: tools/xenballoon/xenballoond.init description: 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 Acked-by: Ian Campbell Committed-by: Ian Campbell diff -r 8b6870d686d6 -r fe756682cc7f tools/xenballoon/xenballoond.init --- a/tools/xenballoon/xenballoond.init Mon Oct 08 12:18:30 2012 +0100 +++ b/tools/xenballoon/xenballoond.init Mon Oct 08 12:18:31 2012 +0100 @@ -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.