[BACK]Return to rc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/rc between version 1.138 and 1.139

version 1.138, 1999/11/23 15:12:43 version 1.139, 2000/01/04 05:20:51
Line 549  fi
Line 549  fi
   
 # Start xfs before boot daemons, so its ready before client xterminals.  # Start xfs before boot daemons, so its ready before client xterminals.
 if checkyesno xfs; then  if checkyesno xfs; then
         echo -n ' xfs';                 xfs $xfs_flags &          echo -n ' xfs';                 xfs $xfs_flags
         sleep 2          sleep 2
 fi  fi
   

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139

CVSweb <webmaster@jp.NetBSD.org>