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

Diff for /src/etc/rc between version 1.90 and 1.91

version 1.90, 1998/10/12 03:02:57 version 1.91, 1998/10/28 17:47:00
Line 222 
Line 222 
   
 if [ "X${afs}" = X"YES" -a -c ${afs_device} -a -d ${afs_mount_point} ]; then  if [ "X${afs}" = X"YES" -a -c ${afs_device} -a -d ${afs_mount_point} ]; then
         echo -n 'mounting afs:'          echo -n 'mounting afs:'
         mount -t afs ${afs_device} ${afs_mount_point}          mount -t xfs ${afs_device} ${afs_mount_point}
         /usr/libexec/afsd ${afsd_flags} -d ${afs_device}          /usr/libexec/afsd ${afsd_flags} -d ${afs_device}
         echo ' done.'          echo ' done.'
 fi  fi

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91