[arch-commits] Commit in openntpd/trunk (PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Fri Jan 9 06:23:13 UTC 2015


    Date: Friday, January 9, 2015 @ 07:23:12
  Author: vesa
Revision: 125641

openntpd requires now that /var/lib/ntp is owned by root

Modified:
  openntpd/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-09 06:13:06 UTC (rev 125640)
+++ PKGBUILD	2015-01-09 06:23:12 UTC (rev 125641)
@@ -44,7 +44,7 @@
     "$pkgdir/usr/share/licenses/$pkgname/COPYING"
   sed -i 's/\*/0.0.0.0/' "$pkgdir/etc/ntpd.conf"
 
-  install -d -o 87 -g 87 "$pkgdir/var/lib/ntp"
+  install -d -m700 "$pkgdir/var/lib/ntp"
   install -Dm644 "$srcdir/openntpd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/openntpd.conf"
   install -Dm644 "$srcdir/openntpd.service" "$pkgdir/usr/lib/systemd/system/openntpd.service"
 



More information about the arch-commits mailing list