diff options
author | gjb <gjb@FreeBSD.org> | 2016-04-16 18:10:11 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-04-16 18:10:11 +0000 |
commit | 2ce876c7ed57d32a75b64a54412e01ec87f5e70e (patch) | |
tree | 9e64148287026213a9fe96df542b12014875a50b /contrib/ntp/ntpd | |
parent | fa2e6a633aca58f2fd6f5d9a895a34c0e855a123 (diff) | |
download | FreeBSD-src-2ce876c7ed57d32a75b64a54412e01ec87f5e70e.zip FreeBSD-src-2ce876c7ed57d32a75b64a54412e01ec87f5e70e.tar.gz |
Remove the RCSID line from ntp_control.c, and set the fbsd:nokeywords
property. This should have been done a while back (certainly before
mergeing projects/release-pkg to head), but I fixed the merge conflicts
and forgot to correct the real problem afterward.
Noticed by: peter
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'contrib/ntp/ntpd')
-rw-r--r-- | contrib/ntp/ntpd/ntp_control.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/ntp/ntpd/ntp_control.c b/contrib/ntp/ntpd/ntp_control.c index 3c02218..e5a567e 100644 --- a/contrib/ntp/ntpd/ntp_control.c +++ b/contrib/ntp/ntpd/ntp_control.c @@ -3,10 +3,6 @@ * traps. Provides service to ntpq and others. */ -/* - * $FreeBSD: projects/release-pkg/contrib/ntp/ntpd/ntp_control.c 277386 2015-01-19 16:15:12Z gjb $ - */ - #ifdef HAVE_CONFIG_H # include <config.h> #endif |