Add /root/, /.cshrc, and /.profile to the default UpdateIfUnmodified
directive. Users get irritated if FreeBSD Update steps on these while upgrading to a new release. MFC after: 3 days
This commit is contained in:
parent
b3e2a63fa6
commit
095daa921a
@ -24,7 +24,7 @@ IgnorePaths
|
||||
# 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).
|
||||
UpdateIfUnmodified /etc/ /var/
|
||||
UpdateIfUnmodified /etc/ /var/ /root/ /.cshrc /.profile
|
||||
|
||||
# When upgrading to a new FreeBSD release, files which match MergeChanges
|
||||
# will have any local changes merged into the version from the new release.
|
||||
|
Loading…
Reference in New Issue
Block a user