summaryrefslogtreecommitdiff
path: root/sysutils/xentools3
diff options
context:
space:
mode:
authorbouyer <bouyer>2009-01-17 12:31:10 +0000
committerbouyer <bouyer>2009-01-17 12:31:10 +0000
commit07f9e65ece43000edb9606e787ffdaf2d3d2e371 (patch)
tree68ff63baae6f3a2ccb5e4741e98a53288276381b /sysutils/xentools3
parent8250c2591fa781e8cb8b7c9b48843708e8948397 (diff)
downloadpkgsrc-07f9e65ece43000edb9606e787ffdaf2d3d2e371.tar.gz
Require DAEMON for /etc/rc.d/xend instead of "disks network". Should fix
issue reported Damian Sobczak on port-xen@ where xend is started before mountall. bump PKGREVISION
Diffstat (limited to 'sysutils/xentools3')
-rw-r--r--sysutils/xentools3/Makefile4
-rw-r--r--sysutils/xentools3/files/xend.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xentools3/Makefile b/sysutils/xentools3/Makefile
index cd828cdd2d9..c88a47f3a78 100644
--- a/sysutils/xentools3/Makefile
+++ b/sysutils/xentools3/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2008/09/16 19:39:06 bouyer Exp $
+# $NetBSD: Makefile,v 1.17 2009/01/17 12:31:10 bouyer Exp $
#
VERSION= 3.1.4
DISTNAME= xen-${VERSION}
PKGNAME= xentools3-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
EXTRACT_SUFX= .tar.gz
diff --git a/sysutils/xentools3/files/xend.sh b/sysutils/xentools3/files/xend.sh
index 045182c4601..b7ebcd309f6 100644
--- a/sysutils/xentools3/files/xend.sh
+++ b/sysutils/xentools3/files/xend.sh
@@ -1,9 +1,9 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: xend.sh,v 1.2 2008/03/03 16:45:27 hannken Exp $
+# $NetBSD: xend.sh,v 1.3 2009/01/17 12:31:10 bouyer Exp $
#
# PROVIDE: xend
-# REQUIRE: disks network
+# REQUIRE: DAEMON
. /etc/rc.subr