From b0c429831be13d7c192ca0738cdc98fb994c02f3 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Sun, 21 Nov 2010 20:18:11 -0800 Subject: [PATCH] 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 --- configs/generic/hooks | 7 ------- configs/generic/packages | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) 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 -- 2.39.2