X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fntp;h=1f1c5244dd56028018b8ac74dc0742395f70a6eb;hb=776363274f82bb389b040bfe8f281edf5307e047;hp=147e0a8f013e3d8467e5499957e5d7f1f10b23ab;hpb=582fa1555574ac0b6abc0a4daee906d1a9a091ef;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/ntp b/lfs/ntp index 147e0a8f01..1f1c5244dd 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2017 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 4.2.6p5 +VER = 4.2.8p10 THISAPP = ntp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 00df80a84ec9528fcfb09498075525bc +$(DL_FILE)_MD5 = 745384ed0dedb3f66b33fe84d66466f9 install : $(TARGET) @@ -73,7 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && \ ./configure \ --prefix=/usr \ - --bindir=/usr/sbin \ --sysconfdir=/etc \ --disable-nls \ --enable-all-clocks \ @@ -86,7 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) chown -R ntp:ntp /etc/ntp echo "disable monitor" > /etc/ntp.conf echo "restrict default nomodify noquery" >> /etc/ntp.conf - echo "server 127.127.1.0" >> /etc/ntp.conf + echo "server 127.127.1.0 prefer" >> /etc/ntp.conf echo "fudge 127.127.1.0 stratum 10" >> /etc/ntp.conf echo "driftfile /etc/ntp/drift" >> /etc/ntp.conf