svn commit: r298123 - head/contrib/ntp/ntpd
Glen Barber
gjb at FreeBSD.org
Sat Apr 16 18:10:12 UTC 2016
Author: gjb
Date: Sat Apr 16 18:10:11 2016
New Revision: 298123
URL: https://svnweb.freebsd.org/changeset/base/298123
Log:
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
Modified:
head/contrib/ntp/ntpd/ntp_control.c (contents, props changed)
Modified: head/contrib/ntp/ntpd/ntp_control.c
==============================================================================
--- head/contrib/ntp/ntpd/ntp_control.c Sat Apr 16 18:07:44 2016 (r298122)
+++ head/contrib/ntp/ntpd/ntp_control.c Sat Apr 16 18:10:11 2016 (r298123)
@@ -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
More information about the svn-src-head
mailing list