aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-11-02 11:49:06 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-11-02 11:04:04 +0000
commit8b73a35ea12d83d01826fcc288fdfb8555ab7c40 (patch)
tree47742ee37c6930f0153aa96c88f00d81717aeb71 /main/xen
parentd624497503dfe70fcb678e9541505c2f095875fd (diff)
downloadaports-8b73a35ea12d83d01826fcc288fdfb8555ab7c40.tar.bz2
aports-8b73a35ea12d83d01826fcc288fdfb8555ab7c40.tar.xz
xen: fix init scripts
Xen init scripts doesn't need to depend on 'net' Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
Diffstat (limited to 'main/xen')
-rw-r--r--main/xen/xend.initd2
-rw-r--r--main/xen/xenstored.initd1
2 files changed, 1 insertions, 2 deletions
diff --git a/main/xen/xend.initd b/main/xen/xend.initd
index 1c667e8312..bd5550bd14 100644
--- a/main/xen/xend.initd
+++ b/main/xen/xend.initd
@@ -4,7 +4,7 @@
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xend.initd-r2,v 1.2 2011/09/10 17:22:46 alexxy Exp $
depend() {
- need net xenconsoled xenstored
+ need xenconsoled xenstored
after firewall
before xendomains sshd
}
diff --git a/main/xen/xenstored.initd b/main/xen/xenstored.initd
index f2c22cc705..6187c02cc2 100644
--- a/main/xen/xenstored.initd
+++ b/main/xen/xenstored.initd
@@ -4,7 +4,6 @@
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd,v 1.2 2011/04/05 21:25:03 alexxy Exp $
depend() {
- need net
before xendomains xend sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp
}