summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-12-19 16:29:43 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-12-19 16:29:43 +0000
commitff04c46ad2e6af54d08d44beaa51fd518e04dbaa (patch)
tree96cdc80b5568343806e1346e9422396e0e470bc8
parent96141ea48f76b3865506a41f29cc2f73a68d0c10 (diff)
- fixed typo in post section (CVE-2007-6283)bind-9_5_0-20_b1_fc8
-rw-r--r--bind.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index d48dd08..992ce0e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -416,7 +416,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.234 2007/12/19 15:59:19 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.235 2007/12/19 16:29:43 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -449,8 +449,8 @@ if [ "$1" -eq 1 ]; then
fi
[ -x /sbin/restorecon ] && /sbin/restorecon /etc/rndc.* /etc/named.* >/dev/null 2>&1 ;
# rndc.key has to have correct perms and ownership, CVE-2007-6283
- [ -e /etc/rndc.key] && chown root:named /etc/rndc.key
- [ -e /etc/rndc.key] && chmod 0640 /etc/rndc.key
+ [ -e /etc/rndc.key ] && chown root:named /etc/rndc.key
+ [ -e /etc/rndc.key ] && chmod 0640 /etc/rndc.key
[ -x /usr/sbin/bind-chroot-admin ] && /usr/sbin/bind-chroot-admin --sync;
fi
:;