replace openntpd with ntp

This commit is contained in:
parazyd 2017-09-25 12:12:43 +02:00
parent 87e4a90817
commit b7dc708178
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 1 additions and 7 deletions

2
config
View File

@ -57,7 +57,7 @@ qemu_bin="/usr/bin/qemu-arm-static" # Devuan
## extra_packages for all images
extra_packages+=(fake-hwclock busybox-static openntpd)
extra_packages+=(fake-hwclock busybox-static ntp)
extra_packages+=(fbterm pciutils usbutils)
purge_packages+=()

View File

@ -1,6 +0,0 @@
# /etc/default/openntpd
# Append '-s' to set the system time when starting in case the offset
# between the local clock and the servers is more than 180 seconds.
# For other options, see man ntpd(8).
DAEMON_OPTS="-f /etc/openntpd/ntpd.conf -s"