aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2007-11-28 22:45:09 +0000
committerColin Percival <cperciva@FreeBSD.org>2007-11-28 22:45:09 +0000
commit095daa921a2996fe3b7b45221568b3567fe2306c (patch)
tree6a3aff3fb5cf5211659fb5fac0c8bfd4132c2911 /etc
parentb3e2a63fa6872b59a9f5d755ab8fbf5a4a7a2826 (diff)
downloadsrc-095daa921a2996fe3b7b45221568b3567fe2306c.tar.gz
src-095daa921a2996fe3b7b45221568b3567fe2306c.zip
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/freebsd-update.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/freebsd-update.conf b/etc/freebsd-update.conf
index 7f634b2c71c1..001042e5420d 100644
--- a/etc/freebsd-update.conf
+++ b/etc/freebsd-update.conf
@@ -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.