diff options
author | Sam James <sam@gentoo.org> | 2024-02-29 00:22:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-29 00:22:13 +0000 |
commit | dd27404faf24c9b0575a2a107d6286386c4c53aa (patch) | |
tree | e9fc33647d98edecb8aee0e50bbe93738019f3df /app-emulation/xen-tools | |
parent | app-emulation/libvirt: update init.d for nfsmount removal (diff) | |
download | gentoo-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>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/files/xenstored.initd-r1 | 2 |
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 } |