WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] LSM INIT INFO block added to xendomains

ChangeSet 1.1331, 2005/03/20 15:03:35+00:00, iap10@xxxxxxxxxxxxxxxxxxxx

        LSM INIT INFO block added to xendomains
        From: Kurt Garloff
        Signed-off-by: ian@xxxxxxxxxxxxx



 xendomains |   12 ++++++++++++
 1 files changed, 12 insertions(+)


diff -Nru a/tools/examples/init.d/xendomains b/tools/examples/init.d/xendomains
--- a/tools/examples/init.d/xendomains  2005-03-20 15:04:06 -05:00
+++ b/tools/examples/init.d/xendomains  2005-03-20 15:04:06 -05:00
@@ -14,6 +14,18 @@
 # Applications HOWTO" by Avi Alkalay
 # <http://www.tldp.org/HOWTO/HighQuality-Apps-HOWTO/>
 #
+### 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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] LSM INIT INFO block added to xendomains, BitKeeper Bot <=