summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-29 00:22:13 +0000
committerSam James <sam@gentoo.org>2024-02-29 00:22:13 +0000
commitdd27404faf24c9b0575a2a107d6286386c4c53aa (patch)
treee9fc33647d98edecb8aee0e50bbe93738019f3df
parentapp-emulation/libvirt: update init.d for nfsmount removal (diff)
downloadgentoo-dd27404faf24c9b0575a2a107d6286386c4c53aa.tar.gz
gentoo-dd27404faf24c9b0575a2a107d6286386c4c53aa.tar.bz2
gentoo-dd27404faf24c9b0575a2a107d6286386c4c53aa.zip
app-emulation/xen-tools: update init.d for nfsmount removal
Bug: https://bugs.gentoo.org/925459 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-emulation/xen-tools/files/xenstored.initd-r12
1 files changed, 1 insertions, 1 deletions
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
}