Package: ntp Version: 1:4.2.8p4+dfsg-3+b1 Followup-For: Bug #809344 Tags: patch
Since the original bug report didn't have the "patch" tag, I'm following up to add the patch tag.
--- ntp.orig 2016-03-30 19:04:47.859783599 -0600 +++ ntp.fixed 2016-03-30 19:31:39.542680609 -0600 @@ -40,9 +40,9 @@ echo "server $server iburst" done echo - sed -r -e '/^ *(server|peer).*$/d' $NTP_CONF + sed -r -e '/^ *(server|peer|pool).*$/d' $NTP_CONF ) >>$tmp - + mv $tmp $NTP_DHCP_CONF ntp_server_restart