From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 23 16:23:37 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FB2716A428; Mon, 23 Jan 2006 16:23:37 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id A36E843D5A; Mon, 23 Jan 2006 16:23:36 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id k0NGNaG2010948; Mon, 23 Jan 2006 08:23:36 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id k0NGNasV010947; Mon, 23 Jan 2006 08:23:36 -0800 Date: Mon, 23 Jan 2006 08:23:36 -0800 From: Brooks Davis To: Wes Peters Message-ID: <20060123162336.GC9145@odin.ac.hmc.edu> References: <200601230549.k0N5ncSr065887@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HG+GLK89HZ1zG0kk" Content-Disposition: inline In-Reply-To: <200601230549.k0N5ncSr065887@freefall.freebsd.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: freebsd-bugs@freebsd.org Subject: Re: bin/90518: [patch] dhclient(8): dhclient-script problems with symlink'd resolv.conf when /etc is read-only X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2006 16:23:37 -0000 --HG+GLK89HZ1zG0kk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This code is wrong because it assumes /tmp is a writable directory during early startup when infact it isn't necessicairly writable until well after network startup is complete. It looks like /var/tmp should be OK. The TMPDIR bit should just be removed. IMO, it's pointless. -- rooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --HG+GLK89HZ1zG0kk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFD1QMGXY6L6fI4GtQRAuTxAJ9oT41vr2L8S2r7vCp4/aBEwT8D/ACg1yTy AOUYJ/hpe3gsGxoTVXu9ugk= =MFz+ -----END PGP SIGNATURE----- --HG+GLK89HZ1zG0kk--