summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorbouyer <bouyer>2012-09-23 15:10:44 +0000
committerbouyer <bouyer>2012-09-23 15:10:44 +0000
commitd79cffd77a684da262c9af42e9e41ee61be498cd (patch)
treef0eac9ef8b865d543b440d185dc8390e74494572 /sysutils
parentd03aad9ef262632e6cee17818ce07904c87b93f2 (diff)
downloadpkgsrc-d79cffd77a684da262c9af42e9e41ee61be498cd.tar.gz
Add missing command_interpreter in rc.d script, as pointed out by
dieter roelants. Bump pkgrevision
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xentools41/Makefile3
-rw-r--r--sysutils/xentools41/files/xend.sh1
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile
index 5222bc4062a..979dcfb5cb6 100644
--- a/sysutils/xentools41/Makefile
+++ b/sysutils/xentools41/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/09/12 11:09:32 drochner Exp $
+# $NetBSD: Makefile,v 1.22 2012/09/23 15:10:44 bouyer Exp $
#
# VERSION is set in version.mk as it is shared with other packages
.include "version.mk"
@@ -7,6 +7,7 @@ DISTNAME= xen-${VERSION}
PKGNAME= xentools41-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
+PKGREVISION= 1
DISTFILES= ${DISTNAME}.tar.gz
DISTFILES+= ipxe-git-v1.0.0.tar.gz
diff --git a/sysutils/xentools41/files/xend.sh b/sysutils/xentools41/files/xend.sh
index b7f52f3db21..9bd4b870e9b 100644
--- a/sysutils/xentools41/files/xend.sh
+++ b/sysutils/xentools41/files/xend.sh
@@ -8,6 +8,7 @@
name="xend"
rcvar=$name
command="@PREFIX@/sbin/xend"
+command_interpreter="@RCD_INTERPRETER@"
start_cmd="echo Starting ${name}. && PATH=${PATH}:@PREFIX@/sbin ${command} start"
pidfile="/var/run/xend.pid"