ntp: set time via ntpdate in the bg, to speed up the boot process.
Bump revision. --HG-- extra : convert_revision : eb272871b4758755e7fdcb7ec19ae621b7ca527a
This commit is contained in:
parent
ef0afd83a6
commit
8bb1601e88
2 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,7 @@ ntpdate_start()
|
||||||
fi
|
fi
|
||||||
if [ -n "$ntpdate_hosts" ]; then
|
if [ -n "$ntpdate_hosts" ]; then
|
||||||
echo "Setting date via ntp."
|
echo "Setting date via ntp."
|
||||||
$command $rc_flags $ntpdate_hosts
|
$command $rc_flags $ntpdate_hosts 2>&1 >/dev/null &
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'ntp'
|
# Template file for 'ntp'
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
sourcepkg=ntp
|
sourcepkg=$pkgname
|
||||||
version=4.2.4p6
|
version=4.2.4p6
|
||||||
|
revision=1
|
||||||
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
|
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
|
configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue