From: Michael Tremer Date: Fri, 30 Oct 2020 15:08:55 +0000 (+0000) Subject: ntp: Make /etc/ntp owned by root X-Git-Tag: v2.25-core155~384^2~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d941effbcfd3344aa244c3f8550fe72bb21af8db;p=ipfire-2.x.git ntp: Make /etc/ntp owned by root This is required for ntpd being able to write its own drift file Signed-off-by: Michael Tremer --- diff --git a/lfs/ntp b/lfs/ntp index 7a10f1737c..c8f69039d7 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -82,7 +82,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install -mkdir /etc/ntp - chown -R ntp:ntp /etc/ntp install -v -m 644 $(DIR_SRC)/config/ntp/ntp.conf /etc/ntp.conf #Enable it by default...