mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Make freebsd-update IDS not complain about /usr/share/man/cat* by
default.
This commit is contained in:
parent
939e434def
commit
a7fbbdf0a4
1 changed files with 4 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue