Mon Dec 2 20:38:12 2013 UTC ()
The xendomains rc.d script should only depend on xencommons.


(jnemeth)
diff -r1.10 -r1.11 pkgsrc/sysutils/xentools42/Makefile
diff -r1.1 -r1.2 pkgsrc/sysutils/xentools42/files/xendomains.sh

cvs diff -r1.10 -r1.11 pkgsrc/sysutils/xentools42/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/xentools42/Attic/Makefile 2013/11/07 00:47:39 1.10
+++ pkgsrc/sysutils/xentools42/Attic/Makefile 2013/12/02 20:38:12 1.11
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.10 2013/11/07 00:47:39 joerg Exp $ 1# $NetBSD: Makefile,v 1.11 2013/12/02 20:38:12 jnemeth Exp $
2# 2#
3 3
4VERSION= 4.2.3 4VERSION= 4.2.3
5VERSION_IPXE= 1.0.0 5VERSION_IPXE= 1.0.0
6 6
7DISTNAME= xen-${VERSION} 7DISTNAME= xen-${VERSION}
8PKGNAME= xentools42-${VERSION} 8PKGNAME= xentools42-${VERSION}
9PKGREVISION= 1 9PKGREVISION= 2
10CATEGORIES= sysutils 10CATEGORIES= sysutils
11MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ 11MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
12 12
13DISTFILES= ${DISTNAME}.tar.gz 13DISTFILES= ${DISTNAME}.tar.gz
14DISTFILES+= ipxe-git-v${VERSION_IPXE}.tar.gz 14DISTFILES+= ipxe-git-v${VERSION_IPXE}.tar.gz
15SITES.ipxe-git-v${VERSION_IPXE}.tar.gz += http://xenbits.xensource.com/xen-extfiles/ 15SITES.ipxe-git-v${VERSION_IPXE}.tar.gz += http://xenbits.xensource.com/xen-extfiles/
16 16
17MAINTAINER= pkgsrc-users@NetBSD.org 17MAINTAINER= pkgsrc-users@NetBSD.org
18HOMEPAGE= http://xen.org/ 18HOMEPAGE= http://xen.org/
19COMMENT= Userland Tools for Xen 4.2.x 19COMMENT= Userland Tools for Xen 4.2.x
20LICENSE= gnu-gpl-v2 20LICENSE= gnu-gpl-v2
21 21
22# XXX add version check: Xen requires dev86 >= 0.16.14 22# XXX add version check: Xen requires dev86 >= 0.16.14

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/xentools42/files/Attic/xendomains.sh (expand / switch to unified diff)

--- pkgsrc/sysutils/xentools42/files/Attic/xendomains.sh 2013/05/15 06:58:50 1.1
+++ pkgsrc/sysutils/xentools42/files/Attic/xendomains.sh 2013/12/02 20:38:12 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1#!@RCD_SCRIPTS_SHELL@ 1#!@RCD_SCRIPTS_SHELL@
2# 2#
3# PROVIDE: xendomains 3# PROVIDE: xendomains
4# REQUIRE: xend 4# REQUIRE: xencommons
5# KEYWORD: shutdown 5# KEYWORD: shutdown
6# 6#
7# xendomains This required variable is a whitespace-separated 7# xendomains This required variable is a whitespace-separated
8# list of domains, e.g., xendomains="dom1 dom2 dom3". 8# list of domains, e.g., xendomains="dom1 dom2 dom3".
9# 9#
10# xendomains_config This optional variable is a format string that 10# xendomains_config This optional variable is a format string that
11# represents the path to the configuration file for 11# represents the path to the configuration file for
12# each domain. "%s" is substituted with the name of 12# each domain. "%s" is substituted with the name of
13# the domain. The default is "@PKG_SYSCONFDIR@/%s". 13# the domain. The default is "@PKG_SYSCONFDIR@/%s".
14# 14#
15# xendomains_prehook This optional variable is a format string that 15# xendomains_prehook This optional variable is a format string that
16# represents the command to run, if it exists, before 16# represents the command to run, if it exists, before
17# starting each domain. "%s" is substituted with the 17# starting each domain. "%s" is substituted with the