diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 15:39:33 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-26 15:39:33 -0500 |
commit | a5b49f44826af176aef9817c2eabacd2d040d2d8 (patch) | |
tree | 653bf585b92c55d9c00ccb314bf855d55ed6af64 | |
parent | 047573bea0741a415727c27777bebff87a868e29 (diff) |
Add ntp.conf.dhcp to ignore list. (See #491401)
-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 |