diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-01-21 23:35:58 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-01-21 23:35:58 +0000 |
commit | 09eb53ad7fd40895420263a14a12e97e74ebabd4 (patch) | |
tree | edab75d343eade537b20470a5d1a6861b595c76c /etc/rc | |
parent | b4537ccc91f8b38fecfeefafb7a0fb6dae526e58 (diff) |
Add ${nfsiod_flags}
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |