Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2010 22:29:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201447 - in head: . usr.sbin/ntp/doc
Message-ID:  <201001032229.o03MT7Ys069079@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan  3 22:29:06 2010
New Revision: 201447
URL: http://svn.freebsd.org/changeset/base/201447

Log:
  Complete ntptrace(8) removal:
  - do not install man page
  - update ObsoleteFiles.inc
  
  Approved by:	roberto@

Modified:
  head/ObsoleteFiles.inc
  head/usr.sbin/ntp/doc/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sun Jan  3 21:49:24 2010	(r201446)
+++ head/ObsoleteFiles.inc	Sun Jan  3 22:29:06 2010	(r201447)
@@ -14,6 +14,9 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20100103: ntptrace(8) removed
+OLD_FILES+=usr/sbin/ntptrace
+OLD_FILES+=usr/share/man/man8/ntptrace.8.gz
 # 20091229: remove no longer relevant examples
 OLD_FILES+=usr/share/examples/pppd/auth-down.sample
 OLD_FILES+=usr/share/examples/pppd/auth-up.sample

Modified: head/usr.sbin/ntp/doc/Makefile
==============================================================================
--- head/usr.sbin/ntp/doc/Makefile	Sun Jan  3 21:49:24 2010	(r201446)
+++ head/usr.sbin/ntp/doc/Makefile	Sun Jan  3 22:29:06 2010	(r201447)
@@ -24,7 +24,7 @@ FILES=	accopt.html assoc.html audio.html
 .endif
 
 MAN=	ntp.conf.5 ntp.keys.5
-MAN+=	ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8
+MAN+=	ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8
 
 .PATH: ${.CURDIR}/../../../contrib/ntp/html \
 	${.CURDIR}/../../../contrib/ntp/html/build \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001032229.o03MT7Ys069079>