BIND 10 trac1443, updated. 90df5f971e7988a7a024ce95fc83dd9dea3c9b6f [1443] docstring update for backup file

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 26 12:08:07 UTC 2012


The branch, trac1443 has been updated
       via  90df5f971e7988a7a024ce95fc83dd9dea3c9b6f (commit)
      from  0161c02ad4d593dc6a7ad5b352cf7db4e70b3b48 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 90df5f971e7988a7a024ce95fc83dd9dea3c9b6f
Author: Jelte Jansen <jelte at isc.org>
Date:   Mon Mar 26 14:07:49 2012 +0200

    [1443] docstring update for backup file

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/config/cfgmgr.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/config/cfgmgr.py b/src/lib/python/isc/config/cfgmgr.py
index 9bb7544..8934de8 100644
--- a/src/lib/python/isc/config/cfgmgr.py
+++ b/src/lib/python/isc/config/cfgmgr.py
@@ -153,7 +153,8 @@ class ConfigManagerData:
            if it exists. If it does not exist, nothing happens.
            If old_file_name is None (default), the file used in
            read_from_file is used. If new_file_name is None (default), the
-           file old_file_name appended with .bak is used.
+           file old_file_name appended with .bak is used. If that file exists
+           already, .1 is appended. If that file exists, .2 is appended, etc.
         """
         if old_file_name is None:
             old_file_name = self.db_filename



More information about the bind10-changes mailing list