diff --git a/nsd.conf b/nsd.conf index 35560d8..4c12a30 100644 --- a/nsd.conf +++ b/nsd.conf @@ -195,7 +195,7 @@ remote-control: # what interfaces are listened to for control, default is on localhost. # control-interface: 127.0.0.1 # control-interface: ::1 - control-interface = /run/nsd/nsd.ctl + control-interface: /run/nsd/nsd.ctl # port number for remote control operations (uses TLS over TCP). # control-port: 8952 diff --git a/nsd.spec b/nsd.spec index 9696006..c7ab49d 100644 --- a/nsd.spec +++ b/nsd.spec @@ -7,7 +7,7 @@ Summary: Fast and lean authoritative DNS Name Server Name: nsd Version: 4.1.24 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Url: http://www.nlnetlabs.nl/nsd/ Group: System Environment/Daemons @@ -163,6 +163,9 @@ fi chown nsd:nsd %{_sharedstatedir}/nsd/* 2>&1 || : %changelog +* Sat Nov 03 2018 Paul Wouters - 4.1.24-2 +- Resolves: rhbz#1645743 Fix syntax error at control-interface in nsd.conf + * Mon Aug 13 2018 Paul Wouters - 4.1.24-1 - Resolves: rhbz#1609774 Updated to 4.1.24) - Enable systemd for readiness signalling