The xendomains rc.d script should only depend on xencommons.
This commit is contained in:
parent
b1cf12df90
commit
316fef9375
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2013/11/07 00:47:39 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2013/12/02 20:38:12 jnemeth Exp $
|
||||
#
|
||||
|
||||
VERSION= 4.2.3
|
||||
|
@ -6,7 +6,7 @@ VERSION_IPXE= 1.0.0
|
|||
|
||||
DISTNAME= xen-${VERSION}
|
||||
PKGNAME= xentools42-${VERSION}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!@RCD_SCRIPTS_SHELL@
|
||||
#
|
||||
# PROVIDE: xendomains
|
||||
# REQUIRE: xend
|
||||
# REQUIRE: xencommons
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# xendomains This required variable is a whitespace-separated
|
||||
|
|
Loading…
Reference in a new issue