bind: Split into multiple outputs

A patch is needed to make bind not print its configure flags on
'named -V'.
This commit is contained in:
Tuomas Tynkkynen
2016-05-14 22:12:59 +03:00
committed by Tuomas Tynkkynen
parent d359ce90e8
commit 0561e14c3b
3 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ in
chown ${bindUser} /var/run/named
'';
script = "${pkgs.bind}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile} -f";
script = "${pkgs.bind.bin}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile} -f";
};
};
}