[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.95 and 1.95.2.1

version 1.95, 1997/10/10 09:37:54 version 1.95.2.1, 1997/11/13 00:04:15
Line 14  trap : 2
Line 14  trap : 2
 trap : 3        # shouldn't be needed  trap : 3        # shouldn't be needed
   
 export HOME=/  export HOME=/
 export PATH=/sbin:/bin:/usr/sbin:/usr/bin  export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
   
 # Configure ccd devices.  # Configure ccd devices.
 if [ -f /etc/ccd.conf ]; then  if [ -f /etc/ccd.conf ]; then
Line 404  if checkyesno sendmail; then
Line 404  if checkyesno sendmail; then
         fi          fi
 fi  fi
   
   # Start xfs before boot daemons, so its ready before client xterminals.
   if checkyesno xfs; then
           echo -n ' xfs';                 xfs $xfs_flags &
   fi
   
 if checkyesno rarpd; then  if checkyesno rarpd; then
         if [ -r /etc/ethers ]; then          if [ -r /etc/ethers ]; then
                 echo -n ' rarpd';       rarpd $rarpd_flags                  echo -n ' rarpd';       rarpd $rarpd_flags
Line 442  if checkyesno inetd; then
Line 447  if checkyesno inetd; then
         fi          fi
 fi  fi
   
   if checkyesno xdm; then
           echo -n ' xdm';                 xdm $xdm_flags
   fi
   
 echo '.'  echo '.'
   
 # Kerberos runs ONLY on the Kerberos server machine  # Kerberos runs ONLY on the Kerberos server machine

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.95.2.1

CVSweb <webmaster@jp.NetBSD.org>