diff options
author | Roger Pau Monne <roger.pau@citrix.com> | 2012-11-02 11:49:06 +0100 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-11-02 11:04:04 +0000 |
commit | 8b73a35ea12d83d01826fcc288fdfb8555ab7c40 (patch) | |
tree | 47742ee37c6930f0153aa96c88f00d81717aeb71 /main/xen/xend.initd | |
parent | d624497503dfe70fcb678e9541505c2f095875fd (diff) | |
download | aports-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/xend.initd')
-rw-r--r-- | main/xen/xend.initd | 2 |
1 files changed, 1 insertions, 1 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 } |