Date: Wed, 25 Jun 2014 12:32:41 +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: r267867 - in head: . etc/mtree share/examples share/examples/cvsup Message-ID: <201406251232.s5PCWfbH096615@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Wed Jun 25 12:32:41 2014 New Revision: 267867 URL: http://svnweb.freebsd.org/changeset/base/267867 Log: Remove example cvsup config files. MFC after: 1 week Deleted: head/share/examples/cvsup/ Modified: head/ObsoleteFiles.inc head/etc/mtree/BSD.usr.dist head/share/examples/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Wed Jun 25 12:28:22 2014 (r267866) +++ head/ObsoleteFiles.inc Wed Jun 25 12:32:41 2014 (r267867) @@ -43,6 +43,11 @@ 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 +OLD_FILES+=usr/share/examples/cvsup/README +OLD_FILES+=usr/share/examples/cvsup/cvs-supfile +OLD_FILES+=usr/share/examples/cvsup/stable-supfile +OLD_FILES+=usr/share/examples/cvsup/standard-supfile +OLD_DIRS+=usr/share/examples/cvsup # 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/etc/mtree/BSD.usr.dist ============================================================================== --- head/etc/mtree/BSD.usr.dist Wed Jun 25 12:28:22 2014 (r267866) +++ head/etc/mtree/BSD.usr.dist Wed Jun 25 12:32:41 2014 (r267867) @@ -301,8 +301,6 @@ .. csh .. - cvsup - .. diskless .. dma Modified: head/share/examples/Makefile ============================================================================== --- head/share/examples/Makefile Wed Jun 25 12:28:22 2014 (r267866) +++ head/share/examples/Makefile Wed Jun 25 12:32:41 2014 (r267867) @@ -10,7 +10,6 @@ LDIRS= BSD_daemon \ bhyve \ bootforth \ csh \ - cvsup \ diskless \ drivers \ etc \ @@ -52,10 +51,6 @@ XFILES= BSD_daemon/FreeBSD.pfa \ bootforth/menuconf.4th \ bootforth/screen.4th \ csh/dot.cshrc \ - cvsup/README \ - cvsup/cvs-supfile \ - cvsup/stable-supfile \ - cvsup/standard-supfile \ diskless/ME \ diskless/README.BOOTP \ diskless/README.TEMPLATING \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251232.s5PCWfbH096615>