Petites modifs sur le dict info
darcs-hash:20080209100110-ffbb2-a47ba7d4168fe3df2cf6d641756b194f966ac8ab.gz
This commit is contained in:
parent
ced3d37a56
commit
548b89edd5
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
info = {"owner":"root",
|
||||
"group":"bind",
|
||||
"perms":0644,
|
||||
}
|
||||
info["owner"] = "root"
|
||||
info["group"] = "bind"
|
||||
info["perms"] = 0644
|
||||
|
||||
@// Fichier gere par BCfg2 (Plugin Python)
|
||||
@//
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
include("secrets")
|
||||
|
||||
info = {"owner": "root",
|
||||
"group": "bind",
|
||||
"perms": 0640,
|
||||
}
|
||||
info["owner"] = "root"
|
||||
info["group"] = "bind"
|
||||
info["perms"] = 0640
|
||||
|
||||
|
||||
@// Fichier gere par BCfg2 (plugin Python)
|
||||
@//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue