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 | 6b60eb6f41cd5c10726444063b7c651157481435 (patch) | |
tree | 489598b9275e8a83b3c13c5135a94b17ad347840 /pkgtools | |
parent | c8f2ed898a2d043eb769764025348ec32e321d2a (diff) | |
download | pkgsrc-6b60eb6f41cd5c10726444063b7c651157481435.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. |