[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.91 and 1.92

version 1.91, 1997/09/08 02:34:44 version 1.92, 1997/09/12 09:53:08
Line 104  if [ $? -ne 0 ]; then
Line 104  if [ $? -ne 0 ]; then
         exit 1          exit 1
 fi  fi
   
 mount /usr >/dev/null 2>&1  if [ ! -d /usr/bin ]; then
           mount /usr >/dev/null 2>&1
   fi
 mount /var >/dev/null 2>&1  mount /var >/dev/null 2>&1
   
 # "Critical" file systems are now mounted.  Go ahead and swap  # "Critical" file systems are now mounted.  Go ahead and swap

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

CVSweb <webmaster@jp.NetBSD.org>