Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 839BF63B85F for ; Sat, 30 Jun 2012 05:10:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 55B8914A356; Sat, 30 Jun 2012 05:10:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC6F914A354 for ; Sat, 30 Jun 2012 05:10:52 +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 dTscgexBznOT for ; Sat, 30 Jun 2012 05:10:52 +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 477A014A33E for ; Sat, 30 Jun 2012 05:10:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 38CFE175DD; Sat, 30 Jun 2012 05:10:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 30 Jun 2012 05:10:52 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/sysutils/p5-Sys-Filesystem To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20120630051052.38CFE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Sat Jun 30 05:10:52 UTC 2012 Modified Files: pkgsrc/sysutils/p5-Sys-Filesystem: Makefile distinfo Added Files: pkgsrc/sysutils/p5-Sys-Filesystem/patches: patch-lib_Sys_Filesystem_Netbsd_pm Log Message: Honor PATH_FSTAB in the environment if present. Allows this package to configure in a chroot that doesn't have an fstab file. Cloned from the corresponding freebsd file. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/p5-Sys-Filesystem/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/p5-Sys-Filesystem/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/sysutils/p5-Sys-Filesystem/patches/patch-lib_Sys_Filesystem_Netbsd_pm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.