summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1998-01-21 23:35:58 +0000
committerJason Downs <downsj@cvs.openbsd.org>1998-01-21 23:35:58 +0000
commit09eb53ad7fd40895420263a14a12e97e74ebabd4 (patch)
treeedab75d343eade537b20470a5d1a6861b595c76c /etc/rc
parentb4537ccc91f8b38fecfeefafb7a0fb6dae526e58 (diff)
Add ${nfsiod_flags}
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 9633627f127..2a2b5bb85dc 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.58 1997/12/21 06:40:50 deraadt Exp $
+# $OpenBSD: rc,v 1.59 1998/01/21 23:35:56 downsj Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -177,7 +177,7 @@ fi
# $nfs_client is imported from /etc/rc.conf;
# if $nfs_client == YES, the machine is setup for being an nfs client
if [ X${nfs_client} = X"YES" ]; then
- echo -n ' nfsiod'; nfsiod -n 4
+ echo -n ' nfsiod'; nfsiod ${nfsiod_flags}
fi
if [ X${amd} = X"YES" -a -d ${amd_dir} -a -r ${amd_master} ]; then