ntp: forgot to install tmpfiles.d/ntpd.conf.
This commit is contained in:
parent
8dc5a449ac
commit
b42bbfa288
1 changed files with 2 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=13
|
revision=14
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --with-lineeditlibs=readline"
|
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --with-lineeditlibs=readline"
|
||||||
hostmakedepends="bison perl-HTML-Parser"
|
hostmakedepends="bison perl-HTML-Parser"
|
||||||
|
@ -15,6 +15,7 @@ checksum=d6ab8371f9d31e594eb6922823d5ccd03dcc4e9d84b0e23ea25ac1405432f91c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# ntpd service
|
# ntpd service
|
||||||
|
vinstall ${FILESDIR}/ntpd.tmpfiles 644 usr/lib/tmpfiles.d ntpd.conf
|
||||||
vinstall ${FILESDIR}/ntpd.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/ntpd.service 644 usr/lib/systemd/system
|
||||||
vinstall ${FILESDIR}/ntp.conf 644 etc
|
vinstall ${FILESDIR}/ntp.conf 644 etc
|
||||||
# ntpdate service
|
# ntpdate service
|
||||||
|
|
Loading…
Reference in a new issue