summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-12-06 15:27:04 -0400
committerJoey Hess <joey@kitenet.net>2011-12-06 15:27:04 -0400
commitaeeebf383483acbf7756bdf81e8c49d28b49c713 (patch)
tree59f30843f277a9ddd320f1db036541423df07009
parent79b5cfe1ddbc8641dc1c4030000d230acfc88490 (diff)
Add /etc/cups/subscriptions.conf to default ignores, as the content of this file does not normally contain configuration and it changes frequently. Closes: #651168
-rw-r--r--debian/changelog8
-rwxr-xr-xupdate-ignore.d/01update-ignore2
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5ac0c62..70e3a2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+etckeeper (0.59) UNRELEASED; urgency=low
+
+ * Add /etc/cups/subscriptions.conf to default ignores, as the content of
+ this file does not normally contain configuration and it changes
+ frequently. Closes: #651168
+
+ -- Joey Hess <joeyh@debian.org> Tue, 06 Dec 2011 15:26:18 -0400
+
etckeeper (0.58) unstable; urgency=low
* Changed to store all permissions of files and directories, even those
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore
index 6d583eb..44740ca 100755
--- a/update-ignore.d/01update-ignore
+++ b/update-ignore.d/01update-ignore
@@ -143,6 +143,8 @@ writefile () {
ignore "*.pyo"
ignore "init.d/.depend.*"
ignore "openvpn/openvpn-status.log"
+ ignore "etc/cups/subscriptions.conf"
+ ignore "etc/cups/subscriptions.conf.O"
nl
comment "editor temp files"