openntpd: run ntpd with -s too, to set the time immediately.

This is required in platforms where there's no RTC (rpi, etc),
otherwise it could have wrong time for a while.
This commit is contained in:
Juan RP 2015-02-02 17:39:25 +01:00
parent 61372c15ea
commit 9e0b800aad
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec ntpd -d
exec ntpd -ds

View file

@ -1,7 +1,7 @@
# Template file for 'openntpd'
pkgname=openntpd
version=5.7p3
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-privsep-user=$pkgname"
makedepends="libressl-devel"