From: Fabio Fantoni <fantonifabio@tiscali.it>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: [PATCH] tools/hotplug/Linux/init.d/: create /var/run/xen if not exists
Date: Wed, 07 Mar 2012 15:45:07 +0100 [thread overview]
Message-ID: <4F577473.8030208@tiscali.it> (raw)
[-- Attachment #1.1.1: Type: text/plain, Size: 757 bytes --]
# HG changeset patch
# User Fabio Fantoni
# Date 1331130331 -3600
# Node ID 2993a6131f0c7f91dddd28989f06d5a055b17076
# Parent 72a4403915504ca36f53cc69979e2ac9e6a857b1
tools/hotplug/Linux/init.d/: create /var/run/xen if not exists
Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it>
diff -r 72a440391550 -r 2993a6131f0c tools/hotplug/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons mar mar 06 16:22:04 2012
+0100
+++ b/tools/hotplug/Linux/init.d/xencommons mer mar 07 15:25:31 2012
+0100
@@ -58,6 +58,7 @@
modprobe xen-gntdev 2>/dev/null
modprobe evtchn 2>/dev/null
modprobe gntdev 2>/dev/null
+ mkdir -p /var/run/xen
if ! `xenstore-read -s / >/dev/null 2>&1`
then
[-- Attachment #1.1.2: create_run_dir.patch --]
[-- Type: text/plain, Size: 723 bytes --]
# HG changeset patch
# User Fabio Fantoni
# Date 1331130331 -3600
# Node ID 2993a6131f0c7f91dddd28989f06d5a055b17076
# Parent 72a4403915504ca36f53cc69979e2ac9e6a857b1
tools/hotplug/Linux/init.d/: create /var/run/xen if not exists
Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it>
diff -r 72a440391550 -r 2993a6131f0c tools/hotplug/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons mar mar 06 16:22:04 2012 +0100
+++ b/tools/hotplug/Linux/init.d/xencommons mer mar 07 15:25:31 2012 +0100
@@ -58,6 +58,7 @@
modprobe xen-gntdev 2>/dev/null
modprobe evtchn 2>/dev/null
modprobe gntdev 2>/dev/null
+ mkdir -p /var/run/xen
if ! `xenstore-read -s / >/dev/null 2>&1`
then
[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4803 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next reply other threads:[~2012-03-07 14:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 14:45 Fabio Fantoni [this message]
2012-03-13 17:31 ` [PATCH] tools/hotplug/Linux/init.d/: create /var/run/xen if not exists Ian Jackson
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=4F577473.8030208@tiscali.it \
--to=fantonifabio@tiscali.it \
--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.