apf+braice : correction du pidfile de bind sur squeeze
Ignore-this: bbcf7586acb9372973f0ac8bb67d2078 darcs-hash:20111101161122-80890-cd8969cf69c74766a111d9c9390c504f5822edf5.gz
This commit is contained in:
parent
43ba3b0dce
commit
8876ee48f4
1 changed files with 9 additions and 3 deletions
|
@ -61,9 +61,15 @@ service("backuppc-server",
|
|||
name="backuppc",
|
||||
pidf="backuppc/BackupPC")
|
||||
|
||||
service("bind",
|
||||
init="bind9",
|
||||
pidf="bind/run/named")
|
||||
# bind's pidfile has changed on squeeze
|
||||
if has("squeeze"):
|
||||
service("bind",
|
||||
init="bind9",
|
||||
pidf="named/named")
|
||||
else:
|
||||
service("bind",
|
||||
init="bind9",
|
||||
pidf="bind/run/named")
|
||||
|
||||
service("cups",
|
||||
pidf="cups/cupsd")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue