svn commit: r204456 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sun Feb 28 14:29:22 UTC 2010


Author: antoine
Date: Sun Feb 28 14:29:22 2010
New Revision: 204456
URL: http://svn.freebsd.org/changeset/base/204456

Log:
  Update files to remove when MK_RCMDS=no.

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:26:28 2010	(r204455)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:29:22 2010	(r204456)
@@ -1766,16 +1766,24 @@ OLD_FILES+=usr/lib/libz_p.a
 
 .if ${MK_RCMDS} == no
 OLD_FILES+=bin/rcp
+OLD_FILES+=etc/periodic/daily/140.clean-rwho 
+OLD_FILES+=etc/periodic/daily/430.status-rwho
 OLD_FILES+=rescue/rcp
 OLD_FILES+=usr/bin/rlogin
 OLD_FILES+=usr/bin/rsh
+OLD_FILES+=usr/bin/ruptime
+OLD_FILES+=usr/bin/rwho
 OLD_FILES+=usr/libexec/rlogind
 OLD_FILES+=usr/libexec/rshd
+OLD_FILES+=usr/sbin/rwhod
 OLD_FILES+=usr/share/man/man1/rcp.1.gz
 OLD_FILES+=usr/share/man/man1/rlogin.1.gz
 OLD_FILES+=usr/share/man/man1/rsh.1.gz
+OLD_FILES+=usr/share/man/man1/ruptime.1.gz
+OLD_FILES+=usr/share/man/man1/rwho.1.gz
 OLD_FILES+=usr/share/man/man8/rlogind.8.gz
 OLD_FILES+=usr/share/man/man8/rshd.8.gz
+OLD_FILES+=usr/share/man/man8/rwhod.8.gz
 .endif
 
 .if ${MK_RCS} == no


More information about the svn-src-all mailing list