apf+braice : correction du pidfile de bind sur squeeze

Ignore-this: bbcf7586acb9372973f0ac8bb67d2078

darcs-hash:20111101161122-80890-cd8969cf69c74766a111d9c9390c504f5822edf5.gz
This commit is contained in:
apf 2011-11-01 17:11:22 +01:00
parent 43ba3b0dce
commit 8876ee48f4

View file

@ -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")