]> git.pld-linux.org Git - packages/bind.git/commitdiff
- copy localtime with --preserve=mode,ownership,timestamps --update
authorTomasz Pala <gotar@pld-linux.org>
Thu, 12 Nov 2009 19:02:55 +0000 (19:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    named.init -> 1.40

named.init

index 1a77c34192c2ba50b2fa001ddaa006f14bd973e5..c13ced6425253ee937805cab8ecd52fc165f7fa3 100644 (file)
@@ -41,7 +41,7 @@ start() {
        if [ ! -f /var/lock/subsys/named ]; then
                msg_starting "Named"
                modprobe -s capability > /dev/null 2>&1
-               [ -f /etc/localtime ] && cp -aL /etc/localtime $CHROOT_TO_DIR/etc/localtime
+               [ -f /etc/localtime ] && cp -puL /etc/localtime $CHROOT_TO_DIR/etc/localtime
                touch $CHROOT_TO_DIR/named.log && \
                        chown named:named $CHROOT_TO_DIR/named.log
                daemon --pidfile /var/lib/named/named.pid /usr/sbin/named -u named \
This page took 0.040985 seconds and 4 git commands to generate.