Pour des raisons de cohérence, perms est devenu mode

This commit is contained in:
Pierre-Elliott Bécue 2015-05-10 15:19:17 +02:00
parent 2c75866ad9
commit 15902c8b57
156 changed files with 187 additions and 181 deletions

View file

@ -3,7 +3,7 @@ include("secrets")
info["owner"] = "backuppc"
info["group"] = "root"
info["perms"] = 0600
info["mode"] = 0600
@#============================================================= -*-perl-*-
@#

View file

@ -4,7 +4,7 @@ include("backups")
info["owner"] = "backuppc"
info["group"] = "adm"
info["perms"] = 0640
info["mode"] = 0640
def backuppc_hosts(comment, hostslist):
print "# %s" % comment