[arch-commits] Commit in ntp/trunk (PKGBUILD ntpdate.service)
Gaetan Bisson
bisson at nymeria.archlinux.org
Tue Mar 11 04:39:48 UTC 2014
Date: Tuesday, March 11, 2014 @ 05:39:48
Author: bisson
Revision: 207490
implement FS#39326
Modified:
ntp/trunk/PKGBUILD
ntp/trunk/ntpdate.service
-----------------+
PKGBUILD | 4 ++--
ntpdate.service | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-11 02:45:16 UTC (rev 207489)
+++ PKGBUILD 2014-03-11 04:39:48 UTC (rev 207490)
@@ -5,7 +5,7 @@
pkgname=ntp
pkgver=4.2.6.p5
_realver=4.2.6p5
-pkgrel=18
+pkgrel=19
pkgdesc='Network Time Protocol reference implementation'
url='http://www.ntp.org/'
license=('custom')
@@ -20,7 +20,7 @@
sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
'dd24216e8333e12d5080965696602591c72537b1'
- 'e1c48cba549b7d21501aadf513926e463884c090'
+ '059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
)
install=install
Modified: ntpdate.service
===================================================================
--- ntpdate.service 2014-03-11 02:45:16 UTC (rev 207489)
+++ ntpdate.service 2014-03-11 04:39:48 UTC (rev 207490)
@@ -1,11 +1,12 @@
[Unit]
Description=One-Shot Network Time Service
After=network.target nss-lookup.target
+Before=ntpd.service
[Service]
Type=oneshot
PrivateTmp=true
-ExecStart=/usr/bin/ntpd -q -g -u ntp:ntp
+ExecStart=/usr/bin/ntpd -q -n -g -u ntp:ntp
[Install]
WantedBy=multi-user.target
More information about the arch-commits
mailing list