ANNOUNCEMENT: NSD 2.0.1 released
Miek Gieben
miekg at atoom.net
Tue Mar 16 10:02:13 UTC 2004
[On 15 Mar, @15:05, Erik wrote in "ANNOUNCEMENT: NSD 2.0.1 releas ..."]
> - Bug #75: Fixed bad error message when nsdc update is run for
> the first time.
this "fix" introduces the annoying effect that nsdc is always
rebuilding your zones. So this will be backed out in 2.0.2. Until then
you can apply the following to nsdc.sh.in:
----START-----
--- nsd-2.0.1/nsdc.sh.in 2004-03-04 16:42:16.000000000 +0100
+++ nsd-fix-2.0.1/nsdc.sh.in 2004-03-16 10:58:17.000000000 +0100
@@ -121,5 +121,3 @@ update)
# now get the serial number
- if [ -e ${zonedir}/$file ]; then
serial=`awk '/.*IN[ \t]+SOA.*\($/ { getline; print $1; exit }' ${zonesdir}/$file`
- fi
serial=${serial:-0}
----END------
grtz Miek
More information about the nsd-users
mailing list