summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-11 12:08:41 -0400
committerJoey Hess <joey@kitenet.net>2011-06-11 12:08:41 -0400
commiteecbe323dd03c2060ce10b01f50ad93a166e4fb0 (patch)
tree20d47a61dd343f06553730fc481b0abefd4bcebe
parente6ea0c871f0b58783bd3c62ac7577a4ff170ac69 (diff)
Ignore FHS violating prelink.cache and openvpn-status.log.
-rw-r--r--debian/changelog1
-rwxr-xr-xupdate-ignore.d/01update-ignore2
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"