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 db491dc..6e9fa86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ etckeeper (0.42) UNRELEASED; urgency=low * Add webmin fsdump status files to ignore list. Closes: #567000 * Add *.old to ignore list (See #462355) * Add *.elc to ignore list (See #491401) + * Add ntp.conf.dhcp to ignore list. (See #491401) -- 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 badde19..ae88cd9 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -118,6 +118,7 @@ writefile () { ignore network/run ignore adjtime ignore lvm/cache + ignore ntp.conf.dhcp ignore "webmin/fsdump/*.status" ignore "*.elc" nl |