BIND 10 #2710: b10-cmdctl needs restart when adding users

BIND 10 Development do-not-reply at isc.org
Sun Feb 17 07:30:01 UTC 2013


#2710: b10-cmdctl needs restart when adding users
-------------------------------------+-------------------------------------
            Reporter:  jelte         |                        Owner:
                Type:  defect        |                       Status:  new
            Priority:  medium        |                    Milestone:  New
           Component:  Unclassified  |  Tasks
            Keywords:                |                   Resolution:
           Sensitive:  0             |                 CVSS Scoring:
         Sub-Project:  DNS           |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------

Comment (by muks):

 We'd have to keep around an `mtime` of `self._accounts_file`:
 {{{
         new_mtime = os.stat(accounts_file).st_mtime
         if (self._accounts_file == accounts_file) and
 (self._accounts_file_mtime >= new_mtime):
             return
         self._accounts_file_mtime = new_mtime
 }}}

 The ticket may need more work inside `cmdctl.py.in`.

-- 
Ticket URL: <http://bind10.isc.org/ticket/2710#comment:3>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list