[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.58 and 1.59

version 1.58, 1997/12/21 06:40:50 version 1.59, 1998/01/21 23:35:56
Line 177 
Line 177 
 # $nfs_client is imported from /etc/rc.conf;  # $nfs_client is imported from /etc/rc.conf;
 # if $nfs_client == YES, the machine is setup for being an nfs client  # if $nfs_client == YES, the machine is setup for being an nfs client
 if [ X${nfs_client} = X"YES" ]; then  if [ X${nfs_client} = X"YES" ]; then
         echo -n ' nfsiod';              nfsiod -n 4          echo -n ' nfsiod';              nfsiod ${nfsiod_flags}
 fi  fi
   
 if [ X${amd} = X"YES" -a -d ${amd_dir} -a -r ${amd_master} ]; then  if [ X${amd} = X"YES" -a -d ${amd_dir} -a -r ${amd_master} ]; then

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59