summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/named
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/named')
-rwxr-xr-xetc/rc.d/named22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/rc.d/named b/etc/rc.d/named
index f4ac4c7..0bd5cac 100755
--- a/etc/rc.d/named
+++ b/etc/rc.d/named
@@ -52,18 +52,18 @@ chroot_autoupdate()
cp -p /usr/libexec/named-xfer "${named_chrootdir}/usr/libexec"
fi
- # Copy /dev/null over, if neccessary. Preserve everything (perms,
- # ownership, mod times).
- #
- if [ ! -c "${named_chrootdir}/dev/null" ]; then
- rm -f "${named_chrootdir}/dev/null"
- ( cd /dev ; /bin/pax -rw -pe null "${named_chrootdir}/dev" )
- fi
+ # Copy /dev/null over, if neccessary. Preserve everything (perms,
+ # ownership, mod times).
+ #
+ if [ ! -c "${named_chrootdir}/dev/null" ]; then
+ rm -f "${named_chrootdir}/dev/null"
+ ( cd /dev ; /bin/pax -rw -pe null "${named_chrootdir}/dev" )
+ fi
- # Copy local timezone information if it's not up-to-date.
- #
- if [ -f /etc/localtime ]; then
- cmp -s /etc/localtime "${named_chrootdir}/etc/localtime" || \
+ # Copy local timezone information if it's not up-to-date.
+ #
+ if [ -f /etc/localtime ]; then
+ cmp -s /etc/localtime "${named_chrootdir}/etc/localtime" || \
cp -p /etc/localtime "${named_chrootdir}/etc/localtime"
fi
}
OpenPOWER on IntegriCloud