Merge pull request #5097 from Hoshpak/ntpd-tty

ntp: redirect output to /dev/null
This commit is contained in:
Toyam Cox 2016-11-06 12:35:30 -05:00 committed by GitHub
commit 71b105fc4f
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec ntpd -g -u ntpd:ntpd -n 2>&1
exec ntpd -g -u ntpd:ntpd -n >/dev/null 2>&1

View File

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