xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/hotplug/Linux/init.d/: create /var/run/xen if not exists
@ 2012-03-07 14:45 Fabio Fantoni
  2012-03-13 17:31 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Fantoni @ 2012-03-07 14:45 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com


[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-13 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07 14:45 [PATCH] tools/hotplug/Linux/init.d/: create /var/run/xen if not exists Fabio Fantoni
2012-03-13 17:31 ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).