From: Andres Salomon Date: Mon, 22 Nov 2010 04:18:11 +0000 (-0800) Subject: generic: use ntp instead of openntpd X-Git-Tag: v0.6~7 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=b0c429831be13d7c192ca0738cdc98fb994c02f3 generic: use ntp instead of openntpd Openntpd was removed from the archives (well, for squeeze anyways). Ntp is good enough. Signed-off-by: Andres Salomon --- diff --git a/configs/generic/hooks b/configs/generic/hooks index ed7aec1..2f9a3f4 100644 --- a/configs/generic/hooks +++ b/configs/generic/hooks @@ -17,13 +17,6 @@ package_configure_hook() # Any customizations that need to be made after all packages have been # installed should be put here. $ROOT_DIR should be prefixed to any # paths. - - # configure openntpd (to run w/ -s by default) - F=${ROOT_DIR}/etc/default/openntpd - if [ -f ${F} ]; then - sed --in-place "s/^.*DAEMON_OPTS=/DAEMON_OPTS=/" ${F} - fi - } cleanup_chroot_hook() diff --git a/configs/generic/packages b/configs/generic/packages index d6ee392..cfe5110 100644 --- a/configs/generic/packages +++ b/configs/generic/packages @@ -9,4 +9,4 @@ locales busybox sudo -openntpd +ntp