[BACK]Return to install.sub CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / miniroot

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

Diff for /src/distrib/miniroot/install.sub between version 1.41 and 1.41.2.1

version 1.41, 2002/04/18 21:41:38 version 1.41.2.1, 2002/06/13 02:34:40
Line 518  enable_network() {
Line 518  enable_network() {
 if [ -f /mnt/etc/rc.conf ]; then  if [ -f /mnt/etc/rc.conf ]; then
 (  (
         # assume network interface configuration style 1.2D and up          # assume network interface configuration style 1.2D and up
           if [ -f /mnt/etc/defaults/rc.conf ]; then
                   . /mnt/etc/defaults/rc.conf
           fi
         . /mnt/etc/rc.conf          . /mnt/etc/rc.conf
   
         if [ "$net_interfaces" != NO ]; then          if [ "$net_interfaces" != NO ]; then

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.41.2.1

CVSweb <webmaster@jp.NetBSD.org>