X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fntp;h=040a0c2aebdc7d3a1e90527f5c1309142c8d1997;hp=c3d8d5855edc8fcaf27ac1cf55b0f5b13f5ecad0;hb=b3a7120c1556bd060caf894fa0b4a5084fc7436a;hpb=db2e0a5baecda01fe22a7bb17010dcb1a73b372b diff --git a/lfs/ntp b/lfs/ntp index c3d8d5855e..040a0c2aeb 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-2019 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.8 +VER = 4.2.8p13 THISAPP = ntp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6972a626be6150db8cfbd0b63d8719e7 +$(DL_FILE)_MD5 = ea040ab9b4ca656b5229b89d6b822f13 install : $(TARGET) @@ -85,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