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/xenstored.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/xenstored.initd')
-rw-r--r-- | main/xen/xenstored.initd | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |