Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A8D7863BF6A for ; Sun, 15 Jan 2012 13:34:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8A07B14A1CB; Sun, 15 Jan 2012 13:34:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E673414A1C2 for ; Sun, 15 Jan 2012 13:34:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hYa6NK7ZRq4A for ; Sun, 15 Jan 2012 13:34:29 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4ABEE14A1BD for ; Sun, 15 Jan 2012 13:34:29 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 277D9175DD; Sun, 15 Jan 2012 13:34:29 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 15 Jan 2012 13:34:29 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mk/bulk To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20120115133429.277D9175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sun Jan 15 13:34:29 UTC 2012 Modified Files: pkgsrc/mk/bulk: mksandbox Log Message: PR pkg/45799 * Use "mount -t nullfs" on FreeBSD, instead of "mount -t null". * On Linux, for creating /dev/*, use "mount --bind". Tested on FreeBSD/i386 9.0-RC3 and 9.0-RELEASE, CentOS/i386 6.2, 5.4, and Gentoo Linux/i386 (Linux kernel 3). O.K.ed by wiz@ To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/mk/bulk/mksandbox Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.