From aeeebf383483acbf7756bdf81e8c49d28b49c713 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Dec 2011 15:27:04 -0400 Subject: 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 --- debian/changelog | 8 ++++++++ update-ignore.d/01update-ignore | 2 ++ 2 files changed, 10 insertions(+) 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 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" -- cgit v1.2.3