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

Diff for /src/etc/rc between version 1.232 and 1.233

version 1.232, 2004/01/23 22:11:40 version 1.233, 2004/02/11 23:17:32
Line 306 
Line 306 
         savecore ${savecore_flags} /var/crash          savecore ${savecore_flags} /var/crash
 fi  fi
   
 if [ "X${afs}" = X"YES" -a -c ${afs_device} -a -d ${afs_mount_point} ]; then  if [ "X${afs}" = X"YES" -a -c /dev/xfs0 ]; then
         echo -n 'mounting afs:'          echo -n 'mounting afs:'
         mount -t xfs ${afs_device} ${afs_mount_point}          mkdir -p -m 0755 /afs
         /usr/libexec/afsd ${afsd_flags} -d ${afs_device}          mount -t xfs /dev/xfs0 /afs
           /usr/libexec/afsd ${afsd_flags}
         echo ' done.'          echo ' done.'
 fi  fi
   

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233