[Pkg-xen-changes] [xen] 01/01: Correct path to xen-init-dom0

Ian James Campbell ijc at moszumanska.debian.org
Thu Jan 29 15:19:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

ijc pushed a commit to branch feature/xen-init-dom0
in repository xen.

commit 30ecf2401a70cbd48cc992b934dd4ae5e38a2dbb
Author: Ian Campbell <ijc at debian.org>
Date:   Thu Jan 29 15:19:33 2015 +0000

    Correct path to xen-init-dom0
---
 debian/xen-utils-common.xen.init | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/xen-utils-common.xen.init b/debian/xen-utils-common.xen.init
index f8320e7..a7dc6fd 100644
--- a/debian/xen-utils-common.xen.init
+++ b/debian/xen-utils-common.xen.init
@@ -198,8 +198,8 @@ xenstored_start()
 init_dom0()
 {
 	log_progress_msg "init-dom0"
-	if [ -e $ROOT/xen-init-dom0 ] ; then
-	    $ROOT/xen-init-dom0
+	if [ -e $ROOT/bin/xen-init-dom0 ] ; then
+	    $ROOT/bin/xen-init-dom0
 	else
 	    xenstore-write "/local/domain/0/name" "Domain-0"
 	    xenstore-write "/local/domain/0/domid" "0"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git



More information about the Pkg-xen-changes mailing list