diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4be9ae8..3ed99f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ etckeeper (0.55) UNRELEASED; urgency=low Thanks, Thomas Moschny * Avoid being noisy in post-install after automatic yum updates. (Tuomo Soini) + * Ignore FHS violating prelink.cache and openvpn-status.log. -- Joey Hess <joeyh@debian.org> Tue, 31 May 2011 17:34:54 -0400 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index f6bdaf1..1996de3 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -118,6 +118,7 @@ writefile () { comment "some other files in /etc that typically do not need to be tracked" ignore nologin ignore ld.so.cache + ignore prelink.cache ignore mtab ignore mtab.fuselock ignore .pwd.lock @@ -140,6 +141,7 @@ writefile () { ignore "*.pyc" ignore "*.pyo" ignore "init.d/.depend.*" + ignore "openvpn/openvpn-status.log" nl comment "editor temp files" |