summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-06-19 13:12:47 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-06-19 13:12:47 +0000
commit0d10e42407e6709fe41f65635b0e4c195e88d1b0 (patch)
tree0b312c4276f75d4db859637aa55e71087ec89b61 /bind.spec
parent6cc6de13eda0875ce7fca3792537129e98da91f5 (diff)
- typo in post section
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index 979f4ca..6cb0f63 100644
--- a/bind.spec
+++ b/bind.spec
@@ -414,7 +414,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.189 2007/06/19 10:57:53 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.190 2007/06/19 13:12:47 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:
@@ -447,8 +447,8 @@ if [ "$1" -eq 1 ]; then
fi
[ -x /sbin/restorecon ] && /sbin/restorecon /etc/rndc.* /etc/named.* >/dev/null 2>&1 ;
- [ -x /sbin/restorecon] && /sbin/restorecon /etc/named.conf >/dev/null 2>&1 || :;
- [ -x /sbin/restorecon] && /sbin/restorecon /etc/named.rfc1912.zones >/dev/null 2>&1 || :;
+ [ -x /sbin/restorecon ] && /sbin/restorecon /etc/named.conf >/dev/null 2>&1 || :;
+ [ -x /sbin/restorecon ] && /sbin/restorecon /etc/named.rfc1912.zones >/dev/null 2>&1 || :;
[ -x /usr/sbin/bind-chroot-admin ] && /usr/sbin/bind-chroot-admin --sync;
fi
:;