.\" $NetBSD: pkg_filecheck.conf.5,v 1.2 2016/06/11 21:34:54 dholland Exp $ .\" .\" Copyright (c) 2003 Thomas Klausner .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR, THOMAS KLAUSNER, .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd June 11, 2016 .Dt PKG_FILECHECK.CONF 5 .Os .Sh NAME .Nm pkg_filecheck.conf .Nd .Xr pkg_filecheck 1 configuration file .Sh DESCRIPTION .Nm configures the behaviour of .Xr pkg_filecheck 1 . .Pp Each line can contain one of the following keywords: .Bl -tag -width XdbXdbfileX -offset indent .It Sy check Ar dir Directory hierarchy to check. .It Sy db Ar dbfile Read database .Ar dbfile as input file. .Ar dbfile currently may not contain a path, just a filename. .It Sy dir Ar path Directory containing the database files. Affects the following .Sy db lines (until the next .Sy dir line or EOF). .It Sy ignore Ar dir Do not report files found in the directory .Ar dir (even if they are not in the databases). .El .Pp All keywords can be specified multiple times. .Pp Empty lines or lines starting with a hash sign .Pq Sq # are ignored. .Sh SEE ALSO .Xr pkg_filecheck 1 .Sh BUGS .Nm only allows filenames, not paths, as .Sy db arguments. .Pp It is not possible to ignore single files, only whole subtrees.