Bug 141316

Summary: ntpd(8): ntpd does not honor -d flag
Product: Documentation Reporter: Robert Schulze <rs>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Robert Schulze 2009-12-09 10:00:08 UTC
ntpd(8) says, that there is an option "-d" which enables debugging in
ntpd, but when trying to start ntpd with -d, it says "/usr/sbin/ntpd:
illegal option -- d" and then exits.

How-To-Repeat: # ntpd -d
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2010-05-18 19:18:57 UTC
State Changed
From-To: open->closed

The issue was fixed in r208273. The -d option can be used 
when ntpd is compiled with debug support, see docs/138206. 
Your PR kind of triggered this solution process, so thanks 
for sending it anyway. PR closed.