Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 12:06:46 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r267863 - in head: . usr.bin usr.bin/csup
Message-ID:  <201406251206.s5PC6kFF082854@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Wed Jun 25 12:06:45 2014
New Revision: 267863
URL: http://svnweb.freebsd.org/changeset/base/267863

Log:
  Remove csup(1) and its associated cpasswd(1) tool.
  
  With the move by the FreeBSD Project away from CVSup as a distribution
  mechanism, there is no longer a need to keep this in base.
  
  Approved by:	mux (around a year ago), silence on -hackers
  X-MFC-after:	never

Deleted:
  head/usr.bin/csup/
Modified:
  head/ObsoleteFiles.inc
  head/usr.bin/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Jun 25 10:27:17 2014	(r267862)
+++ head/ObsoleteFiles.inc	Wed Jun 25 12:06:45 2014	(r267863)
@@ -38,6 +38,11 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20140625: csup removal
+OLD_FILES+=usr/bin/csup
+OLD_FILES+=usr/bin/cpasswd
+OLD_FILES+=usr/share/man/man1/csup.1.gz
+OLD_FILES+=usr/share/man/man1/cpasswd.1.gz
 # 20140614: send-pr removal
 OLD_FILES+=usr/share/info/send-pr.info.gz
 OLD_FILES+=usr/share/man/man1/send-pr.1.gz

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Wed Jun 25 10:27:17 2014	(r267862)
+++ head/usr.bin/Makefile	Wed Jun 25 12:06:45 2014	(r267863)
@@ -266,10 +266,6 @@ SUBDIR+=	drill
 SUBDIR+=	host
 .endif
 
-.if ${MK_LIBTHR} != "no"
-SUBDIR+=	csup
-.endif
-
 .if ${MK_LOCATE} != "no"
 SUBDIR+=	locate
 .endif



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