Petites modifs sur le dict info

darcs-hash:20080209100110-ffbb2-a47ba7d4168fe3df2cf6d641756b194f966ac8ab.gz
This commit is contained in:
Nicolas Dandrimont 2008-02-09 11:01:10 +01:00
parent ced3d37a56
commit 548b89edd5
2 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,6 @@
info = {"owner":"root", info["owner"] = "root"
"group":"bind", info["group"] = "bind"
"perms":0644, info["perms"] = 0644
}
@// Fichier gere par BCfg2 (Plugin Python) @// Fichier gere par BCfg2 (Plugin Python)
@// @//

View file

@ -1,9 +1,9 @@
include("secrets") include("secrets")
info = {"owner": "root", info["owner"] = "root"
"group": "bind", info["group"] = "bind"
"perms": 0640, info["perms"] = 0640
}
@// Fichier gere par BCfg2 (plugin Python) @// Fichier gere par BCfg2 (plugin Python)
@// @//