diff options
author | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2015-12-07 23:36:35 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-11 11:49:28 -0600 |
commit | 78b624a34932581f19aa76f197aabc45b056014d (patch) | |
tree | 7ad626bc64b8ea2db4a03957b9e016206b4935cf | |
parent | Allow nfs to be activated from the kernel command line (diff) | |
download | livecd-tools-2.1.tar.gz livecd-tools-2.1.tar.bz2 livecd-tools-2.1.zip |
Replace nfsmount with nfsclient2.1
nfsmount is deprecated and partially replaced by nfsclient...but should we
also add netmount?
-rw-r--r-- | init.d/autoconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |