Author: nwhitehorn Date: Mon Oct 3 15:13:09 2011 New Revision: 225937 URL: http://svn.freebsd.org/changeset/base/225937
Log: Farewall, sysinstall! You served us well for many years, but 10.0 is one digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). Deleted: head/release/Makefile.inc.docports head/release/Makefile.sysinstall head/release/amd64/boot_crunch.conf head/release/fixit.profile head/release/fixit.services head/release/i386/boot_crunch.conf head/release/i386/fixit_crunch.conf head/release/ia64/boot_crunch.conf head/release/pc98/boot_crunch.conf head/release/pc98/fixit-small_crunch.conf head/release/pc98/fixit_crunch.conf head/release/powerpc/boot_crunch.conf head/release/scripts/base-install.sh head/release/scripts/catpages-install.sh head/release/scripts/catpages-make.sh head/release/scripts/checkindex.pl head/release/scripts/chkINDEX head/release/scripts/commerce-install.sh head/release/scripts/dict-install.sh head/release/scripts/dict-make.sh head/release/scripts/doFS.sh head/release/scripts/doc-install.sh head/release/scripts/doc-make.sh head/release/scripts/games-install.sh head/release/scripts/info-install.sh head/release/scripts/info-make.sh head/release/scripts/info.sh head/release/scripts/kernels-install.sh head/release/scripts/lib32-install.sh head/release/scripts/manpages-install.sh head/release/scripts/manpages-make.sh head/release/scripts/mkpkghier head/release/scripts/mkpkgindex.sh head/release/scripts/package-split.py head/release/scripts/package-trees.sh head/release/scripts/ports-install.sh head/release/scripts/proflibs-install.sh head/release/scripts/proflibs-make.sh head/release/scripts/split-file.sh head/release/scripts/src-install.sh head/release/scripts/tar.sh head/release/scripts/xperimnt-install.sh head/release/sparc64/boot_crunch.conf head/usr.sbin/sysinstall/ Modified: head/MAINTAINERS head/Makefile.inc1 head/ObsoleteFiles.inc head/UPDATING head/usr.sbin/Makefile Modified: head/MAINTAINERS ============================================================================== --- head/MAINTAINERS Mon Oct 3 14:23:00 2011 (r225936) +++ head/MAINTAINERS Mon Oct 3 15:13:09 2011 (r225937) @@ -123,8 +123,6 @@ usr.sbin/zic edwin Heads-up appreciat maintained by a third party source. lib/libc/stdtime edwin Heads-up appreciated, since parts of this code is maintained by a third party source. -sysinstall randi Please contact about any major changes so that - they can be co-ordinated. sbin/routed bms Pre-commit review; notify vendor at rhyolite.com Following are the entries from the Makefiles, and a few other sources. Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Mon Oct 3 14:23:00 2011 (r225936) +++ head/Makefile.inc1 Mon Oct 3 15:13:09 2011 (r225937) @@ -1106,7 +1106,6 @@ build-tools: ${_aicasm} \ usr.bin/awk \ lib/libmagic \ - usr.sbin/sysinstall \ usr.bin/mkesdb_static \ usr.bin/mkcsmapper_static ${_+_}@${ECHODIR} "===> ${_tool} (obj,build-tools)"; \ Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Mon Oct 3 14:23:00 2011 (r225936) +++ head/ObsoleteFiles.inc Mon Oct 3 15:13:09 2011 (r225937) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20110930: sysinstall removed +OLD_FILES+=usr/sbin/sysinstall usr/share/man/man8/sysinstall.8.gz # 20110915: rename congestion control manpages OLD_FILES+=usr/share/man/man4/cc.4.gz OLD_FILES+=usr/share/man/man9/cc.9.gz Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 3 14:23:00 2011 (r225936) +++ head/UPDATING Mon Oct 3 15:13:09 2011 (r225937) @@ -22,6 +22,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10 machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20110930: + sysinstall has been removed + 20110923: The stable/9 branch created in subversion. This corresponds to the RELENG_9 branch in CVS. Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Mon Oct 3 14:23:00 2011 (r225936) +++ head/usr.sbin/Makefile Mon Oct 3 15:13:09 2011 (r225937) @@ -290,8 +290,6 @@ SUBDIR+= praliases SUBDIR+= sendmail .endif -SUBDIR+= sysinstall - .if ${MK_TOOLCHAIN} != "no" SUBDIR+= config SUBDIR+= crunch _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"