summaryrefslogtreecommitdiff
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
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
-rw-r--r--sysutils/xentools3/Makefile4
-rw-r--r--sysutils/xentools3/files/xend.sh4
-rw-r--r--sysutils/xentools33/Makefile4
-rw-r--r--sysutils/xentools33/files/xend.sh4
4 files changed, 8 insertions, 8 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
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