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

Diff for /src/etc/netstart between version 1.29 and 1.30

version 1.29, 1997/09/04 01:12:23 version 1.30, 1997/10/14 20:34:55
Line 2 
Line 2 
 #  #
 #       $OpenBSD$  #       $OpenBSD$
   
 # pick up option configuration  
 . /etc/rc.conf  
   
 # /etc/myname contains my symbolic name  # /etc/myname contains my symbolic name
 #  #
 hostname=`cat /etc/myname`  hostname=`cat /etc/myname`
Line 12 
Line 9 
 if [ -f /etc/defaultdomain ]; then  if [ -f /etc/defaultdomain ]; then
         domainname `cat /etc/defaultdomain`          domainname `cat /etc/defaultdomain`
 fi  fi
   
   # pick up option configuration
   . /etc/rc.conf
   
 # Configure the IP filter before configuring network interfaces  # Configure the IP filter before configuring network interfaces
 #  #

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30