]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1443] docstring update for backup file
authorJelte Jansen <jelte@isc.org>
Mon, 26 Mar 2012 12:07:49 +0000 (14:07 +0200)
committerJelte Jansen <jelte@isc.org>
Mon, 26 Mar 2012 12:07:49 +0000 (14:07 +0200)
src/lib/python/isc/config/cfgmgr.py

index 9bb75440398abea2d87c01c6328d2aa81d927ec5..8934de800910f59f21a24260f47edc712e390e73 100644 (file)
@@ -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