diff options
author | bouyer <bouyer@pkgsrc.org> | 2009-01-17 12:31:10 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2009-01-17 12:31:10 +0000 |
commit | 2d729161d21afc1f887cca1534fcab9a37ff0ecb (patch) | |
tree | 68ff63baae6f3a2ccb5e4741e98a53288276381b /sysutils/xentools33/Makefile | |
parent | 11495fc1d3d1911a9f51e791d134e3a6ace7985c (diff) | |
download | pkgsrc-2d729161d21afc1f887cca1534fcab9a37ff0ecb.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/Makefile')
-rw-r--r-- | sysutils/xentools33/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |