diff options
Diffstat (limited to 'dns/knot2/files')
-rw-r--r-- | dns/knot2/files/knot.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/knot2/files/knot.in b/dns/knot2/files/knot.in index 0942d3711367..d502f6a313df 100644 --- a/dns/knot2/files/knot.in +++ b/dns/knot2/files/knot.in @@ -90,7 +90,7 @@ knot_prestart() if [ ! -d /var/db/${name} ]; then install -d -o ${diruser} -g ${dirgroup} /var/db/${name} fi - ${control} -c ${configfile} checkconf + ${control} -c ${configfile} conf-check } knot_reload() |