From 5e63ee24c07abaddfb1d1b2bcd984a367dd35059 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Jan 2012 19:23:27 -0400 Subject: Fix typo in bugfix for #651168. --- debian/changelog | 1 + update-ignore.d/01update-ignore | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e54b32a..4cfc19b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ etckeeper (0.60) UNRELEASED; urgency=low * Updated Dutch translation of debconf templates. Closes: #654244 * Support -h and --help. Closes: #654188 + * Fix typo in bugfix for #651168. -- Joey Hess Mon, 02 Jan 2012 11:40:20 -0400 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 44740ca..b6acf17 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -143,8 +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" + ignore "cups/subscriptions.conf" + ignore "cups/subscriptions.conf.O" nl comment "editor temp files" -- cgit v1.2.3