From fad31646237370d684bf0d5c7c72475ac410640e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Jan 2010 15:23:04 -0500 Subject: Add webmin fsdump status files to ignore list. Closes: #567000 --- debian/changelog | 1 + update-ignore.d/01update-ignore | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7150604..599dce7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ etckeeper (0.42) UNRELEASED; urgency=low * Deal with removal of the cache directory. Closes: #559418 * Add ucf backups to ignore list. (See #462355) + * Add webmin fsdump status files to ignore list. Closes: #567000 -- Joey Hess Fri, 04 Dec 2009 13:10:28 -0500 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 6ecf2e0..ed74793 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -52,9 +52,9 @@ ignore() { echo "$glob" >>"$file" ;; darcs) - # darcs doesn't understand globs, so we need to translate - # them into regexs. Not a complete converter, but suitable - # for given globs. + # darcs doesn't understand globs, so we need to + # translate them into regexs. Not a complete converter, + # but suitable for given globs. if [ "${glob%\*}" != "$glob" ]; then glob="${glob%\*}" else @@ -109,6 +109,7 @@ writefile () { ignore network/run ignore adjtime ignore lvm/cache + ignore "webmin/fsdump/*.status" nl comment "editor temp files" -- cgit v1.2.3