pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q4]: pkgsrc/sysutils Pullup ticket #2639 - requested by bo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f413188a4645
branches:  pkgsrc-2008Q4
changeset: 552242:f413188a4645
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Jan 19 10:40:50 2009 +0000

description:
Pullup ticket #2639 - requested by bouyer
xentools3: fix startup problems during system boot
xentools33: fix startup problems during system boot

Revisions pulled up:
- sysutils/xentools3/Makefile                   1.17
- sysutils/xentools3/files/xend.sh              1.3
- sysutils/xentools33/Makefile                  1.13
- sysutils/xentools33/files/xend.sh             1.2
---
Module Name:    pkgsrc
Committed By:   bouyer
Date:           Sat Jan 17 12:31:10 UTC 2009

Modified Files:
        pkgsrc/sysutils/xentools3: Makefile
        pkgsrc/sysutils/xentools3/files: xend.sh
        pkgsrc/sysutils/xentools33: Makefile
        pkgsrc/sysutils/xentools33/files: xend.sh

Log Message:
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 c0429efc69f4 -r f413188a4645 sysutils/xentools3/Makefile
--- a/sysutils/xentools3/Makefile       Sun Jan 18 12:04:20 2009 +0000
+++ b/sysutils/xentools3/Makefile       Mon Jan 19 10:40:50 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2008/09/16 19:39:06 bouyer Exp $
+# $NetBSD: Makefile,v 1.16.4.1 2009/01/19 10:40:50 tron 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 c0429efc69f4 -r f413188a4645 sysutils/xentools3/files/xend.sh
--- a/sysutils/xentools3/files/xend.sh  Sun Jan 18 12:04:20 2009 +0000
+++ b/sysutils/xentools3/files/xend.sh  Mon Jan 19 10:40:50 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.2.12.1 2009/01/19 10:40:50 tron Exp $
 #
 # PROVIDE: xend
-# REQUIRE: disks network
+# REQUIRE: DAEMON
 
 . /etc/rc.subr
 
diff -r c0429efc69f4 -r f413188a4645 sysutils/xentools33/Makefile
--- a/sysutils/xentools33/Makefile      Sun Jan 18 12:04:20 2009 +0000
+++ b/sysutils/xentools33/Makefile      Mon Jan 19 10:40:50 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2008/10/27 14:02:06 cegger Exp $
+# $NetBSD: Makefile,v 1.11.2.1 2009/01/19 10:40:50 tron Exp $
 #
 
 VERSION=               3.3.0
 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 c0429efc69f4 -r f413188a4645 sysutils/xentools33/files/xend.sh
--- a/sysutils/xentools33/files/xend.sh Sun Jan 18 12:04:20 2009 +0000
+++ b/sysutils/xentools33/files/xend.sh Mon Jan 19 10:40:50 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.1.1.1.6.1 2009/01/19 10:40:50 tron Exp $
 #
 # PROVIDE: xend
-# REQUIRE: disks network
+# REQUIRE: DAEMON
 
 . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index