Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 08:16:25 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11319 for review
Message-ID:  <200205141516.g4EFGPh82903@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11319

Change 11319 by jake@jake_sparc64 on 2002/05/14 08:15:28

	Make read only etc work again.

Affected files ...

... //depot/projects/sparc64/etc/rc.diskless1#3 edit

Differences ...

==== //depot/projects/sparc64/etc/rc.diskless1#3 (text+ko) ====

@@ -125,7 +125,7 @@
 # if the info is available via dhcp/kenv
 # build the resolv.conf
 #
-if [ ! -e /etc/resolv.conf ]; then
+if [ -d /conf/default/etc -a ! -e /etc/resolv.conf ]; then
         echo domain `kenv dhcp.domain-name` > /etc/resolv.conf
 
         set `kenv dhcp.domain-name-servers`

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205141516.g4EFGPh82903>