diff options
author | dholland <dholland@pkgsrc.org> | 2016-06-11 21:34:54 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-06-11 21:34:54 +0000 |
commit | a0506e52e362223ead618b3d49c0a6ec2046e4c0 (patch) | |
tree | 1a93bcd2023754e5557b6cb017808e1b1949d5f5 /pkgtools | |
parent | 74cad7955710e48828226e563ae3db87412ce2a0 (diff) | |
download | pkgsrc-a0506e52e362223ead618b3d49c0a6ec2046e4c0.tar.gz |
Add a BUG: you can't ignore single files, only whole subtrees, but
there are a number of files from pkgsrc that ought to be ignored by
default, such as $PREFIX/info/dir.
Ride previous version bump.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_filecheck/files/pkg_filecheck.conf.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/pkg_filecheck/files/pkg_filecheck.conf.5 b/pkgtools/pkg_filecheck/files/pkg_filecheck.conf.5 index 98ed173f7c9..d9f852d53df 100644 --- a/pkgtools/pkg_filecheck/files/pkg_filecheck.conf.5 +++ b/pkgtools/pkg_filecheck/files/pkg_filecheck.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_filecheck.conf.5,v 1.1.1.1 2003/07/13 16:15:34 wiz Exp $ +.\" $NetBSD: pkg_filecheck.conf.5,v 1.2 2016/06/11 21:34:54 dholland Exp $ .\" .\" Copyright (c) 2003 Thomas Klausner .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd July 13, 2003 +.Dd June 11, 2016 .Dt PKG_FILECHECK.CONF 5 .Os .Sh NAME @@ -72,4 +72,5 @@ are ignored. only allows filenames, not paths, as .Sy db arguments. - +.Pp +It is not possible to ignore single files, only whole subtrees. |