]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] update changelog for merge of #1443
authorJelte Jansen <jelte@isc.org>
Tue, 27 Mar 2012 09:16:43 +0000 (11:16 +0200)
committerJelte Jansen <jelte@isc.org>
Tue, 27 Mar 2012 09:16:43 +0000 (11:16 +0200)
ChangeLog

index b9840be405c4bec3f52778437f2454b4ce17e97e..1502866460c19e129b758839a714d8fd91eecf26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-411.   [func]          muks
+412.   [func]          jelte
+       Added a command-line option '--clear-config' to bind10, which causes
+       the system to create a backup of the existing configuration database
+       file, and start out with a clean default configuration. This can be
+       used if the configuration file is corrupted to the point where it
+       cannot be read anymore, and BIND 10 refuses to start. The name of
+       the backup file can be found in the logs (CFGMGR_RENAMED_CONFIG_FILE).
+       (Trac #1443, git 52b36c921ee59ec69deefb6123cbdb1b91dc3bc7)
+
+411.   [func]          muks
        Add a -i/--no-kill command-line argument to bind10, which stops
        it from sending SIGTERM and SIGKILL to other b10 processes when
        they're shutting down.