From: Matthias Pfafferodt Subject: Add LSB init header to xendomains init script Signed-off-by: Kurt Garloff diff -uNrp xen-2.0-testing-2/tools/examples/init.d/xendomains xen-2.0-testing/tools/examples/init.d/xendomains --- xen-2.0-testing-2/tools/examples/init.d/xendomains 2005-03-13 05:03:15.000000000 +0100 +++ xen-2.0-testing/tools/examples/init.d/xendomains 2005-03-13 12:32:29.633866478 +0100 @@ -14,6 +14,18 @@ # Applications HOWTO" by Avi Alkalay # # +### BEGIN INIT INFO +# Provides: xendomains +# Required-Start: $syslog $remote_fs xend +# Should-Start: +# Required-Stop: $syslog $remote_fs xend +# Should-Stop: +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Start/stop secondary xen domains +# Description: Start / stop domains automatically when domain 0 +# boots / shuts down. +### END INIT INFO if ! [ -e /proc/xen/privcmd ]; then exit 0