Description of problem: enabling ntp adds a "restrict ... nomodify notrap noquery" line for every server. Thats not usefull since the default ntp.conf has a line: "restrict default nomodify notrap noquery". Version-Release number of selected component (if applicable): system-config-date-1.8.2-1 How reproducible: always. Steps to Reproduce: 1. enable ntp with a default configuration Actual results: adds restrict 0.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery restrict 1.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery restrict 2.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery to /etc/ntp.conf Expected results: something like chkconfig ntpd on && service ntpd start, nothing else Additional info: