]> spindle.queued.net Git - xodist/blobdiff - configs/generic/hooks
generic: use ntp instead of openntpd
[xodist] / configs / generic / hooks
index ed7aec1a259b64acfd1581645dffddad0ec740cc..2f9a3f4b24e409fb54ec1d98cf3cb3bb4dabeacc 100644 (file)
@@ -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()