[arch-commits] Commit in ntp/repos (20 files)
Gaetan Bisson
bisson at archlinux.org
Fri Feb 6 17:23:15 UTC 2015
Date: Friday, February 6, 2015 @ 18:23:15
Author: bisson
Revision: 230904
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
ntp/repos/extra-i686/PKGBUILD
(from rev 230903, ntp/trunk/PKGBUILD)
ntp/repos/extra-i686/install
(from rev 230903, ntp/trunk/install)
ntp/repos/extra-i686/ntp.conf
(from rev 230903, ntp/trunk/ntp.conf)
ntp/repos/extra-i686/ntpd.service
(from rev 230903, ntp/trunk/ntpd.service)
ntp/repos/extra-i686/ntpdate.service
(from rev 230903, ntp/trunk/ntpdate.service)
ntp/repos/extra-x86_64/PKGBUILD
(from rev 230903, ntp/trunk/PKGBUILD)
ntp/repos/extra-x86_64/install
(from rev 230903, ntp/trunk/install)
ntp/repos/extra-x86_64/ntp.conf
(from rev 230903, ntp/trunk/ntp.conf)
ntp/repos/extra-x86_64/ntpd.service
(from rev 230903, ntp/trunk/ntpd.service)
ntp/repos/extra-x86_64/ntpdate.service
(from rev 230903, ntp/trunk/ntpdate.service)
Deleted:
ntp/repos/extra-i686/PKGBUILD
ntp/repos/extra-i686/install
ntp/repos/extra-i686/ntp.conf
ntp/repos/extra-i686/ntpd.service
ntp/repos/extra-i686/ntpdate.service
ntp/repos/extra-x86_64/PKGBUILD
ntp/repos/extra-x86_64/install
ntp/repos/extra-x86_64/ntp.conf
ntp/repos/extra-x86_64/ntpd.service
ntp/repos/extra-x86_64/ntpdate.service
------------------------------+
/PKGBUILD | 106 +++++++++++++++++++++++++++++++++++++++++
/install | 22 ++++++++
/ntp.conf | 48 ++++++++++++++++++
/ntpd.service | 26 ++++++++++
/ntpdate.service | 24 +++++++++
extra-i686/PKGBUILD | 53 --------------------
extra-i686/install | 11 ----
extra-i686/ntp.conf | 24 ---------
extra-i686/ntpd.service | 13 -----
extra-i686/ntpdate.service | 12 ----
extra-x86_64/PKGBUILD | 53 --------------------
extra-x86_64/install | 11 ----
extra-x86_64/ntp.conf | 24 ---------
extra-x86_64/ntpd.service | 13 -----
extra-x86_64/ntpdate.service | 12 ----
15 files changed, 226 insertions(+), 226 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-i686/PKGBUILD 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: kevin <kevin at archlinux.org>
-
-pkgname=ntp
-_pkgname=ntp #-dev
-_pkgver=4.2.8
-pkgver=${_pkgver/p/.p}
-pkgrel=1
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-#source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz"
-source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}-${_pkgver}.tar.gz"
- 'ntp.conf'
- 'ntpd.service'
- 'ntpdate.service')
-sha1sums=('6d1c017a8a0e97d5cf8bf4e5e38333973ffd22d5'
- 'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
- '0cccca872385e0142888ab48d273fec0669b30a8'
- '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
-
-options=('!emptydirs')
-install=install
-
-build() {
- cd "${srcdir}/${_pkgname}-${_pkgver}"
-
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --enable-linuxcaps \
- --enable-ntp-signd \
-
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${_pkgver}"
-
- make DESTDIR="${pkgdir}" install
-
- install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
- install -Dm644 ../ntpd.service "${pkgdir}"/usr/lib/systemd/system/ntpd.service
- install -Dm644 ../ntpdate.service "${pkgdir}"/usr/lib/systemd/system/ntpdate.service
- install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
- install -d -o 87 "${pkgdir}"/var/lib/ntp
- echo > "${pkgdir}/var/lib/ntp/.placeholder"
-}
Copied: ntp/repos/extra-i686/PKGBUILD (from rev 230903, ntp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
+
+pkgname=ntp
+_pkgname=ntp #-dev
+_pkgver=4.2.8p1
+pkgver=${_pkgver/p/.p}
+pkgrel=1
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+#source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz"
+source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}-${_pkgver}.tar.gz"
+ 'ntp.conf'
+ 'ntpd.service'
+ 'ntpdate.service')
+sha1sums=('1e6d8894bbd3456bd71aa890b02f802f2e611e86'
+ 'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
+ '0cccca872385e0142888ab48d273fec0669b30a8'
+ '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
+
+options=('!emptydirs')
+install=install
+
+build() {
+ cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --enable-linuxcaps \
+ --enable-ntp-signd \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
+ install -Dm644 ../ntpd.service "${pkgdir}"/usr/lib/systemd/system/ntpd.service
+ install -Dm644 ../ntpdate.service "${pkgdir}"/usr/lib/systemd/system/ntpdate.service
+ install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+ install -d -o 87 "${pkgdir}"/var/lib/ntp
+ echo > "${pkgdir}/var/lib/ntp/.placeholder"
+}
Deleted: extra-i686/install
===================================================================
--- extra-i686/install 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-i686/install 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,11 +0,0 @@
-post_install() {
- getent group ntp &>/dev/null || groupadd -g 87 ntp >/dev/null
- getent passwd ntp &>/dev/null || useradd -u 87 -g ntp -d /var/lib/ntp -c 'Network Time Protocol' -s /bin/false ntp >/dev/null
- true
-}
-
-post_remove() {
- getent passwd ntp &>/dev/null && userdel ntp >/dev/null
- getent group ntp &>/dev/null && groupdel ntp >/dev/null
- true
-}
Copied: ntp/repos/extra-i686/install (from rev 230903, ntp/trunk/install)
===================================================================
--- extra-i686/install (rev 0)
+++ extra-i686/install 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +1,11 @@
+post_install() {
+ getent group ntp &>/dev/null || groupadd -g 87 ntp >/dev/null
+ getent passwd ntp &>/dev/null || useradd -u 87 -g ntp -d /var/lib/ntp -c 'Network Time Protocol' -s /bin/false ntp >/dev/null
+ true
+}
+
+post_remove() {
+ getent passwd ntp &>/dev/null && userdel ntp >/dev/null
+ getent group ntp &>/dev/null && groupdel ntp >/dev/null
+ true
+}
Deleted: extra-i686/ntp.conf
===================================================================
--- extra-i686/ntp.conf 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-i686/ntp.conf 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,24 +0,0 @@
-# Please consider joining the pool:
-#
-# http://www.pool.ntp.org/join.html
-#
-# For additional information see:
-# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
-# - http://support.ntp.org/bin/view/Support/GettingStarted
-# - the ntp.conf man page
-
-# Associate to Arch's NTP pool
-server 0.arch.pool.ntp.org
-server 1.arch.pool.ntp.org
-server 2.arch.pool.ntp.org
-server 3.arch.pool.ntp.org
-
-# By default, the server allows:
-# - all queries from the local host
-# - only time queries from remote hosts, protected by rate limiting and kod
-restrict default kod limited nomodify nopeer noquery notrap
-restrict 127.0.0.1
-restrict ::1
-
-# Location of drift file
-driftfile /var/lib/ntp/ntp.drift
Copied: ntp/repos/extra-i686/ntp.conf (from rev 230903, ntp/trunk/ntp.conf)
===================================================================
--- extra-i686/ntp.conf (rev 0)
+++ extra-i686/ntp.conf 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +1,24 @@
+# Please consider joining the pool:
+#
+# http://www.pool.ntp.org/join.html
+#
+# For additional information see:
+# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
+# - http://support.ntp.org/bin/view/Support/GettingStarted
+# - the ntp.conf man page
+
+# Associate to Arch's NTP pool
+server 0.arch.pool.ntp.org
+server 1.arch.pool.ntp.org
+server 2.arch.pool.ntp.org
+server 3.arch.pool.ntp.org
+
+# By default, the server allows:
+# - all queries from the local host
+# - only time queries from remote hosts, protected by rate limiting and kod
+restrict default kod limited nomodify nopeer noquery notrap
+restrict 127.0.0.1
+restrict ::1
+
+# Location of drift file
+driftfile /var/lib/ntp/ntp.drift
Deleted: extra-i686/ntpd.service
===================================================================
--- extra-i686/ntpd.service 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-i686/ntpd.service 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Network Time Service
-After=network.target nss-lookup.target
-Conflicts=systemd-timesyncd.service
-
-[Service]
-Type=forking
-PrivateTmp=true
-ExecStart=/usr/bin/ntpd -g -u ntp:ntp
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
Copied: ntp/repos/extra-i686/ntpd.service (from rev 230903, ntp/trunk/ntpd.service)
===================================================================
--- extra-i686/ntpd.service (rev 0)
+++ extra-i686/ntpd.service 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Network Time Service
+After=network.target nss-lookup.target
+Conflicts=systemd-timesyncd.service
+
+[Service]
+Type=forking
+PrivateTmp=true
+ExecStart=/usr/bin/ntpd -g -u ntp:ntp
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
Deleted: extra-i686/ntpdate.service
===================================================================
--- extra-i686/ntpdate.service 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-i686/ntpdate.service 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,12 +0,0 @@
-[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 -n -g -u ntp:ntp
-
-[Install]
-WantedBy=multi-user.target
Copied: ntp/repos/extra-i686/ntpdate.service (from rev 230903, ntp/trunk/ntpdate.service)
===================================================================
--- extra-i686/ntpdate.service (rev 0)
+++ extra-i686/ntpdate.service 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +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 -n -g -u ntp:ntp
+
+[Install]
+WantedBy=multi-user.target
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-x86_64/PKGBUILD 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: kevin <kevin at archlinux.org>
-
-pkgname=ntp
-_pkgname=ntp #-dev
-_pkgver=4.2.8
-pkgver=${_pkgver/p/.p}
-pkgrel=1
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-#source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz"
-source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}-${_pkgver}.tar.gz"
- 'ntp.conf'
- 'ntpd.service'
- 'ntpdate.service')
-sha1sums=('6d1c017a8a0e97d5cf8bf4e5e38333973ffd22d5'
- 'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
- '0cccca872385e0142888ab48d273fec0669b30a8'
- '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
-
-options=('!emptydirs')
-install=install
-
-build() {
- cd "${srcdir}/${_pkgname}-${_pkgver}"
-
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --enable-linuxcaps \
- --enable-ntp-signd \
-
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${_pkgver}"
-
- make DESTDIR="${pkgdir}" install
-
- install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
- install -Dm644 ../ntpd.service "${pkgdir}"/usr/lib/systemd/system/ntpd.service
- install -Dm644 ../ntpdate.service "${pkgdir}"/usr/lib/systemd/system/ntpdate.service
- install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
- install -d -o 87 "${pkgdir}"/var/lib/ntp
- echo > "${pkgdir}/var/lib/ntp/.placeholder"
-}
Copied: ntp/repos/extra-x86_64/PKGBUILD (from rev 230903, ntp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
+
+pkgname=ntp
+_pkgname=ntp #-dev
+_pkgver=4.2.8p1
+pkgver=${_pkgver/p/.p}
+pkgrel=1
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+#source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz"
+source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}-${_pkgver}.tar.gz"
+ 'ntp.conf'
+ 'ntpd.service'
+ 'ntpdate.service')
+sha1sums=('1e6d8894bbd3456bd71aa890b02f802f2e611e86'
+ 'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
+ '0cccca872385e0142888ab48d273fec0669b30a8'
+ '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
+
+options=('!emptydirs')
+install=install
+
+build() {
+ cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --enable-linuxcaps \
+ --enable-ntp-signd \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
+ install -Dm644 ../ntpd.service "${pkgdir}"/usr/lib/systemd/system/ntpd.service
+ install -Dm644 ../ntpdate.service "${pkgdir}"/usr/lib/systemd/system/ntpdate.service
+ install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+ install -d -o 87 "${pkgdir}"/var/lib/ntp
+ echo > "${pkgdir}/var/lib/ntp/.placeholder"
+}
Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-x86_64/install 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,11 +0,0 @@
-post_install() {
- getent group ntp &>/dev/null || groupadd -g 87 ntp >/dev/null
- getent passwd ntp &>/dev/null || useradd -u 87 -g ntp -d /var/lib/ntp -c 'Network Time Protocol' -s /bin/false ntp >/dev/null
- true
-}
-
-post_remove() {
- getent passwd ntp &>/dev/null && userdel ntp >/dev/null
- getent group ntp &>/dev/null && groupdel ntp >/dev/null
- true
-}
Copied: ntp/repos/extra-x86_64/install (from rev 230903, ntp/trunk/install)
===================================================================
--- extra-x86_64/install (rev 0)
+++ extra-x86_64/install 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +1,11 @@
+post_install() {
+ getent group ntp &>/dev/null || groupadd -g 87 ntp >/dev/null
+ getent passwd ntp &>/dev/null || useradd -u 87 -g ntp -d /var/lib/ntp -c 'Network Time Protocol' -s /bin/false ntp >/dev/null
+ true
+}
+
+post_remove() {
+ getent passwd ntp &>/dev/null && userdel ntp >/dev/null
+ getent group ntp &>/dev/null && groupdel ntp >/dev/null
+ true
+}
Deleted: extra-x86_64/ntp.conf
===================================================================
--- extra-x86_64/ntp.conf 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-x86_64/ntp.conf 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,24 +0,0 @@
-# Please consider joining the pool:
-#
-# http://www.pool.ntp.org/join.html
-#
-# For additional information see:
-# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
-# - http://support.ntp.org/bin/view/Support/GettingStarted
-# - the ntp.conf man page
-
-# Associate to Arch's NTP pool
-server 0.arch.pool.ntp.org
-server 1.arch.pool.ntp.org
-server 2.arch.pool.ntp.org
-server 3.arch.pool.ntp.org
-
-# By default, the server allows:
-# - all queries from the local host
-# - only time queries from remote hosts, protected by rate limiting and kod
-restrict default kod limited nomodify nopeer noquery notrap
-restrict 127.0.0.1
-restrict ::1
-
-# Location of drift file
-driftfile /var/lib/ntp/ntp.drift
Copied: ntp/repos/extra-x86_64/ntp.conf (from rev 230903, ntp/trunk/ntp.conf)
===================================================================
--- extra-x86_64/ntp.conf (rev 0)
+++ extra-x86_64/ntp.conf 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +1,24 @@
+# Please consider joining the pool:
+#
+# http://www.pool.ntp.org/join.html
+#
+# For additional information see:
+# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
+# - http://support.ntp.org/bin/view/Support/GettingStarted
+# - the ntp.conf man page
+
+# Associate to Arch's NTP pool
+server 0.arch.pool.ntp.org
+server 1.arch.pool.ntp.org
+server 2.arch.pool.ntp.org
+server 3.arch.pool.ntp.org
+
+# By default, the server allows:
+# - all queries from the local host
+# - only time queries from remote hosts, protected by rate limiting and kod
+restrict default kod limited nomodify nopeer noquery notrap
+restrict 127.0.0.1
+restrict ::1
+
+# Location of drift file
+driftfile /var/lib/ntp/ntp.drift
Deleted: extra-x86_64/ntpd.service
===================================================================
--- extra-x86_64/ntpd.service 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-x86_64/ntpd.service 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Network Time Service
-After=network.target nss-lookup.target
-Conflicts=systemd-timesyncd.service
-
-[Service]
-Type=forking
-PrivateTmp=true
-ExecStart=/usr/bin/ntpd -g -u ntp:ntp
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
Copied: ntp/repos/extra-x86_64/ntpd.service (from rev 230903, ntp/trunk/ntpd.service)
===================================================================
--- extra-x86_64/ntpd.service (rev 0)
+++ extra-x86_64/ntpd.service 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Network Time Service
+After=network.target nss-lookup.target
+Conflicts=systemd-timesyncd.service
+
+[Service]
+Type=forking
+PrivateTmp=true
+ExecStart=/usr/bin/ntpd -g -u ntp:ntp
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
Deleted: extra-x86_64/ntpdate.service
===================================================================
--- extra-x86_64/ntpdate.service 2015-02-06 17:21:04 UTC (rev 230903)
+++ extra-x86_64/ntpdate.service 2015-02-06 17:23:15 UTC (rev 230904)
@@ -1,12 +0,0 @@
-[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 -n -g -u ntp:ntp
-
-[Install]
-WantedBy=multi-user.target
Copied: ntp/repos/extra-x86_64/ntpdate.service (from rev 230903, ntp/trunk/ntpdate.service)
===================================================================
--- extra-x86_64/ntpdate.service (rev 0)
+++ extra-x86_64/ntpdate.service 2015-02-06 17:23:15 UTC (rev 230904)
@@ -0,0 +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 -n -g -u ntp:ntp
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list