mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
ntp: hook in NTP implementation for systemd-timedated(1).
This commit is contained in:
parent
62a28bb8d9
commit
34700a6a94
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ntp'
|
# Template file for 'ntp'
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
version=4.2.6p5
|
version=4.2.6p5
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-linuxcap"
|
configure_args="--enable-linuxcap"
|
||||||
makedepends="readline-devel openssl-devel libcap-devel"
|
makedepends="readline-devel openssl-devel libcap-devel"
|
||||||
|
@ -23,6 +23,8 @@ systemd_services="ntpd.service on"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/ntpd.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/ntpd.service 644 usr/lib/systemd/system
|
||||||
|
vinstall ${FILESDIR}/ntpd.service 644 \
|
||||||
|
usr/lib/systemd/ntp-units.d 60-ntpd.list
|
||||||
vinstall ${FILESDIR}/ntp.conf 644 etc
|
vinstall ${FILESDIR}/ntp.conf 644 etc
|
||||||
vinstall ${FILESDIR}/ntpd.logrotate 644 etc/logrotate.d ntpd
|
vinstall ${FILESDIR}/ntpd.logrotate 644 etc/logrotate.d ntpd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue