[secrets] Kludge pour facture.py
darcs-hash:20100301024946-ffbb2-acb2e8b7544697226f90f8a220690d0bbfd4def0.gz
This commit is contained in:
parent
11f4fab5f6
commit
c28b1adfac
2 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
info["perms"] = 0440
|
||||
if has("users") or has("2B"):
|
||||
info["owner"] = "respbats"
|
||||
elif has("rouge"):
|
||||
# XXX: kludge pour facture.py (paypal)
|
||||
info["owner"] = "intranet"
|
||||
else:
|
||||
info["owner"] = "root"
|
||||
info["group"] = "adm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue