From 3319cd19d39fcf32264d83c439ff5cc595eb1c8b Mon Sep 17 00:00:00 2001 From: cperciva Date: Sat, 2 Aug 2008 00:11:43 +0000 Subject: Make `freebsd-update IDS` not complain about /usr/share/man/cat* by default. --- etc/freebsd-update.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/freebsd-update.conf b/etc/freebsd-update.conf index b46aefc..309e84e 100644 --- a/etc/freebsd-update.conf +++ b/etc/freebsd-update.conf @@ -21,6 +21,10 @@ Components src world kernel # statement will be ignored. IgnorePaths +# Paths which start with anything matching an entry in an IDSIgnorePaths +# statement will be ignored by "freebsd-update IDS". +IDSIgnorePaths /usr/share/man/cat + # Paths which start with anything matching an entry in an UpdateIfUnmodified # statement will only be updated if the contents of the file have not been # modified by the user (unless changes are merged; see below). -- cgit v1.1