[arch-commits] Commit in bind/trunk (PKGBUILD)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Sat Jul 27 21:30:41 UTC 2013
Date: Saturday, July 27, 2013 @ 23:30:40
Author: seblu
Revision: 94608
make /var/named writable by bind
This is required with dynamic zones.
Modified:
bind/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-07-27 21:12:43 UTC (rev 94607)
+++ PKGBUILD 2013-07-27 21:30:40 UTC (rev 94608)
@@ -72,7 +72,7 @@
install -D -m600 named.logrotate "$pkgdir/etc/logrotate.d/named"
install -D -m640 -o 0 -g 40 named.conf "$pkgdir/etc/named.conf"
- install -d -m750 -o 0 -g 40 "$pkgdir/var/named"
+ install -d -m770 -o 0 -g 40 "$pkgdir/var/named"
install -m640 -o 0 -g 40 root.hint "$pkgdir/var/named"
install -m640 -o 0 -g 40 127.0.0.zone "$pkgdir/var/named"
install -m640 -o 0 -g 40 localhost.zone "$pkgdir/var/named"
More information about the arch-commits
mailing list