[alpine-devel] [PATCH] make xend init.d depends on xencommons
Export this patch
a small patch found on the same web pages
https://bugs.gentoo.org/show_bug.cgi?id=336487
---
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 6958c04..ee26c3f 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
}
--
1.7.6
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---