diff options
author | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2015-12-07 23:36:35 -0500 |
---|---|---|
committer | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2015-12-07 23:36:35 -0500 |
commit | ae88e11257a17cae01f6fea9bb6207d4d2dba7a6 (patch) | |
tree | 7ad626bc64b8ea2db4a03957b9e016206b4935cf | |
parent | add a donfs option (all options should have a positive and negative override) (diff) | |
download | livecd-tools-nfs_cleanup.tar.gz livecd-tools-nfs_cleanup.tar.bz2 livecd-tools-nfs_cleanup.zip |
nfsmount is deprecated and partially replaced by nfsclient...but should we also add netmount in there?nfs_cleanup
-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)" |