=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.58 retrieving revision 1.59 diff -c -r1.58 -r1.59 *** src/etc/rc 1997/12/21 06:40:50 1.58 --- src/etc/rc 1998/01/21 23:35:56 1.59 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.58 1997/12/21 06:40:50 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $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,183 **** # $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 fi if [ X${amd} = X"YES" -a -d ${amd_dir} -a -r ${amd_master} ]; then --- 177,183 ---- # $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 ${nfsiod_flags} fi if [ X${amd} = X"YES" -a -d ${amd_dir} -a -r ${amd_master} ]; then