diff options
author | bouyer <bouyer> | 2009-01-17 12:31:10 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2009-01-17 12:31:10 +0000 |
commit | 07f9e65ece43000edb9606e787ffdaf2d3d2e371 (patch) | |
tree | 68ff63baae6f3a2ccb5e4741e98a53288276381b /sysutils/xentools3/Makefile | |
parent | 8250c2591fa781e8cb8b7c9b48843708e8948397 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | sysutils/xentools3/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |