All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Valentan <R.Valentan@solid-soft.at>
To: xen-devel@lists.xensource.com
Subject: [Patch] init.d - info (eg SuSE-init)
Date: Fri, 27 Apr 2007 17:17:15 +0200	[thread overview]
Message-ID: <463213FB.8020708@solid-soft.at> (raw)

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

This patch add the needed info's into the init.d/xend file.
Without it SuSE (or others?) will start xend before the
network..

Signed-off-by: Robert Valentan <R.Valentan@solid-soft.at>

-- 
Robert Valentan

[-- Attachment #2: init_d_xend.patch --]
[-- Type: text/x-patch, Size: 700 bytes --]

diff -r ee16cdeddade tools/examples/init.d/xend
--- a/tools/examples/init.d/xend	Wed Apr 25 09:39:08 2007
+++ b/tools/examples/init.d/xend	Fri Apr 27 18:01:44 2007
@@ -6,6 +6,18 @@
 #
 # chkconfig: 2345 98 01
 # description: Starts and stops the Xen control daemon.
+### BEGIN INIT INFO
+# Provides:          xend
+# Required-Start:    $syslog $remote_fs
+# Should-Start:
+# Required-Stop:     $syslog $remote_fs
+# Should-Stop:
+# Default-Start:     3 4 5
+# Default-Stop:      0 1 2 6
+# Default-Enabled:   yes
+# Short-Description: Start/stop xend
+# Description:       Starts and stops the Xen control daemon.
+### END INIT INFO
 
 if ! grep -q "control_d" /proc/xen/capabilities ; then
 	exit 0

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

                 reply	other threads:[~2007-04-27 15:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=463213FB.8020708@solid-soft.at \
    --to=r.valentan@solid-soft.at \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.