commit:     78b624a34932581f19aa76f197aabc45b056014d
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 04:36:35 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 17:49:28 2015 +0000
URL:        https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=78b624a3

Replace nfsmount with nfsclient

nfsmount is deprecated and partially replaced by nfsclient...but should we
also add netmount?

 init.d/autoconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/autoconfig b/init.d/autoconfig
index 7b31b88..de73b27 100644
--- a/init.d/autoconfig
+++ b/init.d/autoconfig
@@ -242,7 +242,7 @@ list_services() {
        svcs="${svcs} $(check_svc ${GPM} gpm-pre)"
        svcs="${svcs} $(check_svc ${GPM} gpm)"
        svcs="${svcs} $(check_svc ${IDEDMA} hdparm)"
-       svcs="${svcs} $(check_svc ${NFS} nfsmount)"
+       svcs="${svcs} $(check_svc ${NFS} nfsclient)"
        svcs="${svcs} $(check_svc ${PASSWD} pwgen)"
        svcs="${svcs} $(check_svc ${PCMCIA} pcmcia)"
        svcs="${svcs} $(check_svc ${SSHD} sshd)"

Reply via email to