From dd27404faf24c9b0575a2a107d6286386c4c53aa Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 29 Feb 2024 00:22:13 +0000 Subject: app-emulation/xen-tools: update init.d for nfsmount removal Bug: https://bugs.gentoo.org/925459 Signed-off-by: Sam James --- app-emulation/xen-tools/files/xenstored.initd-r1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/xen-tools/files/xenstored.initd-r1 b/app-emulation/xen-tools/files/xenstored.initd-r1 index 88d3ad7ba890..0c420851937e 100644 --- a/app-emulation/xen-tools/files/xenstored.initd-r1 +++ b/app-emulation/xen-tools/files/xenstored.initd-r1 @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 depend() { - before xendomains xend sshd ntp-client ntpd nfs nfsmount rsyncd portmap dhcp + before xendomains xend sshd ntp-client ntpd nfs rsyncd portmap dhcp need xencommons } -- cgit v1.2.3-65-gdbad