From 8bb1601e882018f22d7d8b73e9cc058cb7232d9f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Mar 2009 16:06:55 +0200 Subject: [PATCH] ntp: set time via ntpdate in the bg, to speed up the boot process. Bump revision. --HG-- extra : convert_revision : eb272871b4758755e7fdcb7ec19ae621b7ca527a --- templates/ntp/files/ntpdate | 2 +- templates/ntp/template | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/ntp/files/ntpdate b/templates/ntp/files/ntpdate index a6f5bd99ab..d07aea0199 100644 --- a/templates/ntp/files/ntpdate +++ b/templates/ntp/files/ntpdate @@ -28,7 +28,7 @@ ntpdate_start() fi if [ -n "$ntpdate_hosts" ]; then echo "Setting date via ntp." - $command $rc_flags $ntpdate_hosts + $command $rc_flags $ntpdate_hosts 2>&1 >/dev/null & fi } diff --git a/templates/ntp/template b/templates/ntp/template index 94505e9ce1..3bc4a50ada 100644 --- a/templates/ntp/template +++ b/templates/ntp/template @@ -1,7 +1,8 @@ # Template file for 'ntp' pkgname=ntp -sourcepkg=ntp +sourcepkg=$pkgname version=4.2.4p6 +revision=1 distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz" build_style=gnu_configure configure_args="--enable-linuxcaps --enable-getifaddrs=glibc