mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
ntp: disable ntpd jail mode until the issues are sorted out.
This commit is contained in:
parent
201c89e05d
commit
92f6295fe3
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
mkdir -p /var/chroot/ntpd/etc
|
|
||||||
mkdir -p /var/chroot/ntpd/var/db/ntpd
|
#mkdir -p /var/chroot/ntpd/etc
|
||||||
cp /etc/services /var/chroot/ntpd/etc/
|
#mkdir -p /var/chroot/ntpd/var/db/ntpd
|
||||||
ln -fs /var/db/ntpd/drift /var/chroot/ntpd/var/db/ntpd/drift
|
#cp /etc/services /var/chroot/ntpd/etc/
|
||||||
exec ntpd -g -u ntpd:ntpd -n -i /var/chroot/ntpd
|
#ln -fs /var/db/ntpd/drift /var/chroot/ntpd/var/db/ntpd/drift
|
||||||
|
#chown -R ntpd:ntpd /var/chroot/ntpd
|
||||||
|
exec ntpd -g -u ntpd:ntpd -n
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ntp'
|
# Template file for 'ntp'
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
version=4.2.8
|
version=4.2.8
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd
|
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd
|
||||||
ol_cv_pthread_select_yields=yes"
|
ol_cv_pthread_select_yields=yes"
|
||||||
|
|
Loading…
Add table
Reference in a new issue