~alpine/devel

make xend init.d depends on xencommons v1 PROPOSED

Guillaume Sellier: 1
 make xend init.d depends on xencommons

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/104/mbox | git am -3
Learn more about email & git

[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
---