summaryrefslogtreecommitdiff
path: root/sysutils/xentools33
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/xentools33
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/xentools33')
-rw-r--r--sysutils/xentools33/Makefile4
-rw-r--r--sysutils/xentools33/files/xend.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xentools33/Makefile b/sysutils/xentools33/Makefile
index 3f4727d90f5..dc49dde1362 100644
--- a/sysutils/xentools33/Makefile
+++ b/sysutils/xentools33/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2009/01/13 13:48:32 cegger Exp $
+# $NetBSD: Makefile,v 1.13 2009/01/17 12:31:10 bouyer Exp $
#
VERSION= 3.3.1
DISTNAME= xen-${VERSION}
PKGNAME= xentools33-${VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
EXTRACT_SUFX= .tar.gz
diff --git a/sysutils/xentools33/files/xend.sh b/sysutils/xentools33/files/xend.sh
index 6526f517bf8..60cf916825d 100644
--- a/sysutils/xentools33/files/xend.sh
+++ b/sysutils/xentools33/files/xend.sh
@@ -1,9 +1,9 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: xend.sh,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
+# $NetBSD: xend.sh,v 1.2 2009/01/17 12:31:10 bouyer Exp $
#
# PROVIDE: xend
-# REQUIRE: disks network
+# REQUIRE: DAEMON
. /etc/rc.subr