svn commit: r193308 - in head: . usr.bin usr.bin/window

Ed Schouten ed at FreeBSD.org
Tue Jun 2 13:44:37 UTC 2009


Author: ed
Date: Tue Jun  2 13:44:36 2009
New Revision: 193308
URL: http://svn.freebsd.org/changeset/base/193308

Log:
  Remove window(1) from the base system.
  
  Some time ago Tom Rhodes sent me an email that he was willing to perform
  various cleanups to the window(1) source code. After some discussion, we
  both decided the best thing to do, was to move window(1) to the ports
  tree. The application isn't used a lot nowadays, mainly because it has
  been superseeded by screen, tmux, etc.
  
  A couple of hours ago Tom committed window(1) to ports (misc/window), so
  I'm removing it from the tree. I don't think people will really miss it,
  but I'm describing the change in UPDATING anyway.
  
  Discussed with:	trhodes, pav, kib
  Approved by:	re

Deleted:
  head/usr.bin/window/
Modified:
  head/ObsoleteFiles.inc
  head/UPDATING
  head/usr.bin/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Jun  2 13:03:35 2009	(r193307)
+++ head/ObsoleteFiles.inc	Tue Jun  2 13:44:36 2009	(r193308)
@@ -14,6 +14,9 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20090602: removal of window(1)
+OLD_FILES+=usr/bin/window
+OLD_FILES+=usr/share/man/man1/window.1.gz
 # 20090530: removal of early.sh
 OLD_FILES+=etc/rc.d/early.sh
 # 20090527: renaming of S{LIST,TAILQ}_REMOVE_NEXT() to _REMOVE_AFTER()

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Jun  2 13:03:35 2009	(r193307)
+++ head/UPDATING	Tue Jun  2 13:44:36 2009	(r193308)
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
 	to maximize performance.  (To disable malloc debugging, run
 	ln -s aj /etc/malloc.conf.)
 
+20090602:
+	window(1) has been removed from the base system. It can now be
+	installed from ports. The port is called misc/window.
+
 20090601:
 	The way we are storing and accessing `routing table' entries
 	has changed. Programs reading the FIB, like netstat, need to

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Tue Jun  2 13:03:35 2009	(r193307)
+++ head/usr.bin/Makefile	Tue Jun  2 13:44:36 2009	(r193308)
@@ -222,7 +222,6 @@ SUBDIR=	alias \
 	which \
 	who \
 	whois \
-	window \
 	write \
 	xargs \
 	xinstall \


More information about the svn-src-head mailing list