summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-12-27 00:27:11 +0000
committergdt <gdt@pkgsrc.org>2014-12-27 00:27:11 +0000
commit95606dca2bda80e4c47f1683f3332ba90f37a18e (patch)
tree7e2066b05a8d060aefc8c5203fdc45bc7e6047da /sysutils
parent076602d656fbf3b5c715c9ce517d0a934c9d7f9e (diff)
downloadpkgsrc-95606dca2bda80e4c47f1683f3332ba90f37a18e.tar.gz
Use xm, not xl in xendomains.
xl doesn't seem to work in 4.1. xm works for me. Comments from port-xen tend to agree. So make xendomains use xm.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xentools41/Makefile4
-rw-r--r--sysutils/xentools41/files/xendomains.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile
index e2eece505cc..7c38ad93daf 100644
--- a/sysutils/xentools41/Makefile
+++ b/sysutils/xentools41/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.48 2014/10/09 19:14:04 jaapb Exp $
+# $NetBSD: Makefile,v 1.49 2014/12/27 00:27:11 gdt Exp $
#
# VERSION is set in version.mk as it is shared with other packages
.include "version.mk"
DISTNAME= xen-${VERSION}
PKGNAME= xentools41-${VERSION}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
diff --git a/sysutils/xentools41/files/xendomains.sh b/sysutils/xentools41/files/xendomains.sh
index 5af00c4ee9d..92390adddbb 100644
--- a/sysutils/xentools41/files/xendomains.sh
+++ b/sysutils/xentools41/files/xendomains.sh
@@ -28,7 +28,7 @@
. /etc/rc.subr
name="xendomains"
-ctl_command="@PREFIX@/sbin/xl"
+ctl_command="@PREFIX@/sbin/xm"
start_cmd="xendomains_start"
stop_cmd="xendomains_stop"
list_cmd="xendomains_list"