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

Levente Polyak anthraxx at archlinux.org
Sat Apr 23 22:46:36 UTC 2016


    Date: Sunday, April 24, 2016 @ 00:46:36
  Author: anthraxx
Revision: 171667

upgpkg: openntpd 5.9p1-2

- fix ntp user home dir difference to ntp package

Modified:
  openntpd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-23 22:05:59 UTC (rev 171666)
+++ PKGBUILD	2016-04-23 22:46:36 UTC (rev 171667)
@@ -6,7 +6,7 @@
 
 pkgname=openntpd
 pkgver=5.9p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Free, easy to use implementation of the Network Time Protocol'
 url='http://www.openntpd.org/'
 arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@
     --sbindir=/usr/bin \
     --with-privsep-user=ntp \
     --with-privsep-path=/run/openntpd \
-    --localstatedir=/var/lib/openntpd \
+    --localstatedir=/var/lib/ntp \
     --with-adjtimex
   make
 }



More information about the arch-commits mailing list