commit: dd27404faf24c9b0575a2a107d6286386c4c53aa Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 29 00:22:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 29 00:22:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd27404f
app-emulation/xen-tools: update init.d for nfsmount removal Bug: https://bugs.gentoo.org/925459 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 }
