From owner-cvs-ports@FreeBSD.ORG Tue Dec 28 06:16:28 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2057D16A4CE; Tue, 28 Dec 2004 06:16:28 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE0843D2D; Tue, 28 Dec 2004 06:16:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CE422514EE; Mon, 27 Dec 2004 22:16:27 -0800 (PST) Date: Mon, 27 Dec 2004 22:16:27 -0800 From: Kris Kennaway To: "David E. O'Brien" Message-ID: <20041228061627.GA38825@xor.obsecurity.org> References: <200412280609.iBS692Kg094599@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <200412280609.iBS692Kg094599@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:16:28 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Dec 28, 2004 at 06:09:02AM +0000, David E. O'Brien wrote: > | do-install: > | +# Make sure we have a /dev/null in the chrooted environment. > | + @${MKDIR} ${LINUXBASE}/dev > | + @${RM} -f ${LINUXBASE}/dev/null > | + @mknod ${LINUXBASE}/dev/null c 2 2 > | + @${CHMOD} 666 ${LINUXBASE}/dev/null Will this work on 6.x? I thought device nodes were deprecated outside of devfs. Kris --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0Po7Wry0BWjoQKURAu4uAKDWAVzX6tl4vxp+vKSddkJ8hVNTXACdEW7A aikKJ2q1+KYW7p1L/O9vY4s= =KhZ6 -----END PGP SIGNATURE----- --DocE+STaALJfprDB--