diff options
author | cperciva <cperciva@FreeBSD.org> | 2008-08-02 00:11:43 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2008-08-02 00:11:43 +0000 |
commit | 3319cd19d39fcf32264d83c439ff5cc595eb1c8b (patch) | |
tree | 744100b5f37b2e34018e30581ca10d1d3d7732d7 | |
parent | 54da1b8fb2a6362abf12130e9274e2abbfc4a36c (diff) | |
download | FreeBSD-src-3319cd19d39fcf32264d83c439ff5cc595eb1c8b.zip FreeBSD-src-3319cd19d39fcf32264d83c439ff5cc595eb1c8b.tar.gz |
Make `freebsd-update IDS` not complain about /usr/share/man/cat* by
default.
-rw-r--r-- | etc/freebsd-update.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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). |