ntp: disable ntpd jail mode until the issues are sorted out.

This commit is contained in:
Juan RP 2014-12-31 10:49:15 +01:00
parent 201c89e05d
commit 92f6295fe3
2 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
mkdir -p /var/chroot/ntpd/etc
mkdir -p /var/chroot/ntpd/var/db/ntpd
cp /etc/services /var/chroot/ntpd/etc/
ln -fs /var/db/ntpd/drift /var/chroot/ntpd/var/db/ntpd/drift
exec ntpd -g -u ntpd:ntpd -n -i /var/chroot/ntpd
#mkdir -p /var/chroot/ntpd/etc
#mkdir -p /var/chroot/ntpd/var/db/ntpd
#cp /etc/services /var/chroot/ntpd/etc/
#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

View File

@ -1,7 +1,7 @@
# Template file for 'ntp'
pkgname=ntp
version=4.2.8
revision=4
revision=5
build_style=gnu-configure
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd
ol_cv_pthread_select_yields=yes"