pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Require DAEMON for /etc/rc.d/xend instead of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b06ced4434be
branches:  trunk
changeset: 553195:b06ced4434be
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sat Jan 17 12:31:10 2009 +0000

description:
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:

 sysutils/xentools3/Makefile       |  4 ++--
 sysutils/xentools3/files/xend.sh  |  4 ++--
 sysutils/xentools33/Makefile      |  4 ++--
 sysutils/xentools33/files/xend.sh |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r 35e3f4be560c -r b06ced4434be sysutils/xentools3/Makefile
--- a/sysutils/xentools3/Makefile       Sat Jan 17 12:23:29 2009 +0000
+++ b/sysutils/xentools3/Makefile       Sat Jan 17 12:31:10 2009 +0000
@@ -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 -r 35e3f4be560c -r b06ced4434be sysutils/xentools3/files/xend.sh
--- a/sysutils/xentools3/files/xend.sh  Sat Jan 17 12:23:29 2009 +0000
+++ b/sysutils/xentools3/files/xend.sh  Sat Jan 17 12:31:10 2009 +0000
@@ -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 -r 35e3f4be560c -r b06ced4434be sysutils/xentools33/Makefile
--- a/sysutils/xentools33/Makefile      Sat Jan 17 12:23:29 2009 +0000
+++ b/sysutils/xentools33/Makefile      Sat Jan 17 12:31:10 2009 +0000
@@ -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 -r 35e3f4be560c -r b06ced4434be sysutils/xentools33/files/xend.sh
--- a/sysutils/xentools33/files/xend.sh Sat Jan 17 12:23:29 2009 +0000
+++ b/sysutils/xentools33/files/xend.sh Sat Jan 17 12:31:10 2009 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index