[arch-commits] Commit in ntp/repos/extra-x86_64 (10 files)
Lukas Fleischer
lfleischer at archlinux.org
Wed Mar 18 13:47:28 UTC 2020
Date: Wednesday, March 18, 2020 @ 13:47:28
Author: lfleischer
Revision: 377860
archrelease: copy trunk to extra-x86_64
Added:
ntp/repos/extra-x86_64/PKGBUILD
(from rev 377859, ntp/trunk/PKGBUILD)
ntp/repos/extra-x86_64/ntp.conf
(from rev 377859, ntp/trunk/ntp.conf)
ntp/repos/extra-x86_64/ntp.sysusers
(from rev 377859, ntp/trunk/ntp.sysusers)
ntp/repos/extra-x86_64/ntpd.service
(from rev 377859, ntp/trunk/ntpd.service)
ntp/repos/extra-x86_64/ntpdate.service
(from rev 377859, ntp/trunk/ntpdate.service)
Deleted:
ntp/repos/extra-x86_64/PKGBUILD
ntp/repos/extra-x86_64/ntp.conf
ntp/repos/extra-x86_64/ntp.sysusers
ntp/repos/extra-x86_64/ntpd.service
ntp/repos/extra-x86_64/ntpdate.service
-----------------+
PKGBUILD | 96 +++++++++++++++++++++++++++---------------------------
ntp.conf | 48 +++++++++++++--------------
ntp.sysusers | 4 +-
ntpd.service | 26 +++++++-------
ntpdate.service | 24 ++++++-------
5 files changed, 99 insertions(+), 99 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-18 13:47:12 UTC (rev 377859)
+++ PKGBUILD 2020-03-18 13:47:28 UTC (rev 377860)
@@ -1,48 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: kevin <kevin at archlinux.org>
-
-pkgname=ntp
-_pkgname=ntp #-dev
-_pkgver=4.2.8p13
-pkgver=${_pkgver/p/.p}
-pkgrel=3
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('x86_64')
-depends=('openssl' 'perl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz"
- 'ntp.conf'
- 'ntpd.service'
- 'ntpdate.service'
- 'ntp.sysusers')
-sha1sums=('cff200a987d64e891fb349a22313ecb0feaea090'
- 'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
- '0cccca872385e0142888ab48d273fec0669b30a8'
- '059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
- 'e8d1c895eabeb45b1a5f096fa5fc3c088eb3ee71')
-options=('!emptydirs')
-
-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 ../ntp.sysusers "${pkgdir}"/usr/lib/sysusers.d/ntp.conf
- 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 377859, ntp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-18 13:47:28 UTC (rev 377860)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
+
+pkgname=ntp
+_pkgname=ntp #-dev
+_pkgver=4.2.8p14
+pkgver=${_pkgver/p/.p}
+pkgrel=1
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('x86_64')
+depends=('openssl' 'perl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz"
+ 'ntp.conf'
+ 'ntpd.service'
+ 'ntpdate.service'
+ 'ntp.sysusers')
+sha1sums=('c6f353278cd5b7c8aa11e1189d3ac80985370b8f'
+ 'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
+ '0cccca872385e0142888ab48d273fec0669b30a8'
+ '059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
+ 'e8d1c895eabeb45b1a5f096fa5fc3c088eb3ee71')
+options=('!emptydirs')
+
+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 ../ntp.sysusers "${pkgdir}"/usr/lib/sysusers.d/ntp.conf
+ install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+ install -d -o 87 "${pkgdir}"/var/lib/ntp
+ echo > "${pkgdir}/var/lib/ntp/.placeholder"
+}
Deleted: ntp.conf
===================================================================
--- ntp.conf 2020-03-18 13:47:12 UTC (rev 377859)
+++ ntp.conf 2020-03-18 13:47:28 UTC (rev 377860)
@@ -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 377859, ntp/trunk/ntp.conf)
===================================================================
--- ntp.conf (rev 0)
+++ ntp.conf 2020-03-18 13:47:28 UTC (rev 377860)
@@ -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: ntp.sysusers
===================================================================
--- ntp.sysusers 2020-03-18 13:47:12 UTC (rev 377859)
+++ ntp.sysusers 2020-03-18 13:47:28 UTC (rev 377860)
@@ -1,2 +0,0 @@
-g ntp 87 -
-u ntp 87 "Network Time Protocol" /var/lib/ntp /bin/false
Copied: ntp/repos/extra-x86_64/ntp.sysusers (from rev 377859, ntp/trunk/ntp.sysusers)
===================================================================
--- ntp.sysusers (rev 0)
+++ ntp.sysusers 2020-03-18 13:47:28 UTC (rev 377860)
@@ -0,0 +1,2 @@
+g ntp 87 -
+u ntp 87 "Network Time Protocol" /var/lib/ntp /bin/false
Deleted: ntpd.service
===================================================================
--- ntpd.service 2020-03-18 13:47:12 UTC (rev 377859)
+++ ntpd.service 2020-03-18 13:47:28 UTC (rev 377860)
@@ -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 377859, ntp/trunk/ntpd.service)
===================================================================
--- ntpd.service (rev 0)
+++ ntpd.service 2020-03-18 13:47:28 UTC (rev 377860)
@@ -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: ntpdate.service
===================================================================
--- ntpdate.service 2020-03-18 13:47:12 UTC (rev 377859)
+++ ntpdate.service 2020-03-18 13:47:28 UTC (rev 377860)
@@ -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 377859, ntp/trunk/ntpdate.service)
===================================================================
--- ntpdate.service (rev 0)
+++ ntpdate.service 2020-03-18 13:47:28 UTC (rev 377860)
@@ -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