X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configs%2Fgeneric%2Fhooks;h=2f9a3f4b24e409fb54ec1d98cf3cb3bb4dabeacc;hb=b0c429831be13d7c192ca0738cdc98fb994c02f3;hp=ed7aec1a259b64acfd1581645dffddad0ec740cc;hpb=435543f7a3bb9b1bd8ff0c742e5ea67759593bd3;p=xodist 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()