Revision 098c0958 daemons/ganeti-noded

b/daemons/ganeti-noded
63 63

  
64 64
    to handle the method; subclasses of Avatar are expected to
65 65
    implement methods of this naming convention.
66
    """
67 66

  
67
    """
68 68
    args = broker.unserialize(args, self)
69 69
    kw = broker.unserialize(kw, self)
70 70
    method = getattr(self, "perspective_%s" % message)
......
346 346
def createDaemon():
347 347
  """Detach a process from the controlling terminal and run it in the
348 348
  background as a daemon.
349

  
349 350
  """
350 351
  UMASK = 077
351 352
  WORKDIR = "/"

Also available in: Unified diff