Bug 187137 - enabling ntp changes /etc/ntp.conf without reason
Summary: enabling ntp changes /etc/ntp.conf without reason
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-date
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-28 19:03 UTC by feily
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: fc6
Clone Of:
Environment:
Last Closed: 2006-11-13 17:58:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description feily 2006-03-28 19:03:14 UTC
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:


Note You need to log in before you can comment on or make changes to this bug.