Revision 6a5e841d lib/tools/ensure_dirs.py

b/lib/tools/ensure_dirs.py
149 149
  ss = ssconf.SimpleStore()
150 150
  for ss_path in ss.GetFileList():
151 151
    paths.append((ss_path, FILE, constants.SS_FILE_PERMS,
152
                  getent.noded_uid, 0, False))
152
                  getent.noded_uid, getent.noded_gid, False))
153 153

  
154 154
  paths.extend([
155 155
    (pathutils.QUEUE_DIR, DIR, 0700, getent.masterd_uid,

Also available in: Unified diff