From a7fbbdf0a40e1e0b0e4bb7b75584d9f39d369eeb Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Sat, 2 Aug 2008 00:11:43 +0000 Subject: [PATCH] Make `freebsd-update IDS` not complain about /usr/share/man/cat* by default. --- etc/freebsd-update.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/freebsd-update.conf b/etc/freebsd-update.conf index b46aefcc7bd..309e84e9db1 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).