diff options
-rw-r--r-- | etc/freebsd-update.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/freebsd-update.conf b/etc/freebsd-update.conf index 309e84e..af53be4 100644 --- a/etc/freebsd-update.conf +++ b/etc/freebsd-update.conf @@ -24,6 +24,9 @@ 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 +IDSIgnorePaths /usr/share/man/whatis +IDSIgnorePaths /var/db/locate.database +IDSIgnorePaths /var/log # 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 |