diff options
author | Guillaume Sellier <guillaume@ophane.net> | 2011-08-22 22:14:52 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-02 12:13:14 +0000 |
commit | 53dc26c5ade7dd300354879f5bf93a48dcfbf26c (patch) | |
tree | 1ad1381f597fd739ac6bf834185bb5e4be813128 /main/xen | |
parent | c58b2405b56c8ae0407eda163f78fe650f54cf66 (diff) | |
download | aports-53dc26c5ade7dd300354879f5bf93a48dcfbf26c.tar.bz2 aports-53dc26c5ade7dd300354879f5bf93a48dcfbf26c.tar.xz |
make xend init.d depends on xencommons
a small patch found on the same web pages
https://bugs.gentoo.org/show_bug.cgi?id=336487
Diffstat (limited to 'main/xen')
-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 6958c0479f..ee26c3f331 100644 --- a/main/xen/xend.initd +++ b/main/xen/xend.initd @@ -1,7 +1,7 @@ #!/sbin/runscript depend() { - need net + need net xencommons before xendomains sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp } |