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'
|
||||
pkgname=ntp
|
||||
version=4.2.6p5
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-linuxcap"
|
||||
makedepends="readline-devel openssl-devel libcap-devel"
|
||||
|
@ -23,6 +23,8 @@ systemd_services="ntpd.service on"
|
|||
|
||||
post_install() {
|
||||
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}/ntpd.logrotate 644 etc/logrotate.d ntpd
|
||||
|
||||
|
|
Loading…
Reference in a new issue