summaryrefslogtreecommitdiffstats
path: root/etc/rc.network
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-10-10 20:36:51 +0000
committerjhb <jhb@FreeBSD.org>2001-10-10 20:36:51 +0000
commit33c3770bff2aa5b67301c544f2ee3f522052d736 (patch)
tree4eda19623cc349b28ac8f66ca9bdd80e229fa40b /etc/rc.network
parent9ef67c1f0e6bdb45cdbc7219acc225b576c1e1f6 (diff)
downloadFreeBSD-src-33c3770bff2aa5b67301c544f2ee3f522052d736.zip
FreeBSD-src-33c3770bff2aa5b67301c544f2ee3f522052d736.tar.gz
Remove references to nfsiod and nfs_client_flags now that they are
obsolete. Submitted by: Gordon Tetlow <gordont@gnf.org>
Diffstat (limited to 'etc/rc.network')
-rw-r--r--etc/rc.network1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.network b/etc/rc.network
index b715539..67c88a0 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -659,7 +659,6 @@ network_pass3() {
case ${nfs_client_enable} in
[Yy][Ee][Ss])
- #echo -n ' nfsiod'; nfsiod ${nfs_client_flags}
if [ -n "${nfs_access_cache}" ]; then
echo -n " NFS access cache time=${nfs_access_cache}"
sysctl -w vfs.nfs.access_cache_timeout=${nfs_access_cache} >/dev/null
OpenPOWER on IntegriCloud