Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/miniroot/install.sub,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/miniroot/install.sub,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.41 retrieving revision 1.41.2.1 diff -u -p -r1.41 -r1.41.2.1 --- src/distrib/miniroot/install.sub 2002/04/18 21:41:38 1.41 +++ src/distrib/miniroot/install.sub 2002/06/13 02:34:40 1.41.2.1 @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: install.sub,v 1.41 2002/04/18 21:41:38 fredette Exp $ +# $NetBSD: install.sub,v 1.41.2.1 2002/06/13 02:34:40 lukem Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -518,6 +518,9 @@ enable_network() { if [ -f /mnt/etc/rc.conf ]; then ( # 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 if [ "$net_interfaces" != NO ]; then