diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0a5b1b5..90efae9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ etckeeper (0.43) UNRELEASED; urgency=low * Prevent cron job autocommit from happening if pre-install file is present, to avoid committing state in the middle of an apt run. Closes: #567538 + * Add /etc/webmin/webmin/oscache to ignore list. Closes: #567255 -- Joey Hess <joeyh@debian.org> Sun, 31 Jan 2010 14:36:44 -0500 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 244ed85..189fca5 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -126,6 +126,7 @@ writefile () { ignore "X11/xdm/authdir/authfiles/*" ignore ntp.conf.dhcp ignore "webmin/fsdump/*.status" + ignore "webmin/webmin/oscache" ignore "service/*/supervise/*" ignore "service/*/log/supervise/*" ignore "sv/*/supervise/*" |