diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-10-03 15:13:09 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-10-03 15:13:09 +0000 |
commit | 190bd9f0974ec538cdc498f5b910c06455f3df6e (patch) | |
tree | c481c54594473b69a886998821cfee95a4a025ba /ObsoleteFiles.inc | |
parent | 1d578b7f371a13305217ae300f26fd6f9336b7f7 (diff) | |
download | FreeBSD-src-190bd9f0974ec538cdc498f5b910c06455f3df6e.zip FreeBSD-src-190bd9f0974ec538cdc498f5b910c06455f3df6e.tar.gz |
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).
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index b0670f3..547edbb 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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 |