Additionally, there should be NO country-related
configuration!
--with-binsubdir=sbin
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install
- echo "restrict default nomodify noquery" > /etc/ntp.conf
- echo "restrict 127.0.0.1" >> /etc.ntp.conf
- echo "server de.pool.ntp.org" >> /etc/ntp.conf
- echo "driftfile /etc/ntp/drift" >> /etc/ntp.conf
+
+ $(INSTALL_CONFIG) $(DIR_SOURCE)/$(PKG_NAME)/ntp.conf \
+ > /etc/ntp.conf
$(INSTALL_INITSCRIPT)
--- /dev/null
+restrict default nomodify noquery
+restrict 127.0.0.1
+server pool.ntp.org
+driftfile /etc/ntp/drift