From: Jelte Jansen Date: Mon, 26 Mar 2012 12:07:49 +0000 (+0200) Subject: [1443] docstring update for backup file X-Git-Tag: trac2351_base~226^2~116^2~95^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90df5f971e7988a7a024ce95fc83dd9dea3c9b6f;p=thirdparty%2Fkea.git [1443] docstring update for backup file --- diff --git a/src/lib/python/isc/config/cfgmgr.py b/src/lib/python/isc/config/cfgmgr.py index 9bb7544039..8934de8009 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