summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-26 15:23:04 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-26 15:23:04 -0500
commitfad31646237370d684bf0d5c7c72475ac410640e (patch)
tree806da5cb85f30381dcd3c3f8d954137536002cd7
parentafdd2320221883c1cb9e4b743694349285d95578 (diff)
Add webmin fsdump status files to ignore list. Closes: #567000
-rw-r--r--debian/changelog1
-rwxr-xr-xupdate-ignore.d/01update-ignore7
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 <joeyh@debian.org> 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"