diff options
author | cperciva <cperciva@FreeBSD.org> | 2015-02-22 08:50:05 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2015-02-22 08:50:05 +0000 |
commit | 9b1e33af715a5ab2f9c238c6d5a4b1bd1075a736 (patch) | |
tree | b786065b947790a8c907da13b14979c969745a13 /ObsoleteFiles.inc | |
parent | d9ad915dfc12bda1cddf2d62a5e9032fa93b0489 (diff) | |
download | FreeBSD-src-9b1e33af715a5ab2f9c238c6d5a4b1bd1075a736.zip FreeBSD-src-9b1e33af715a5ab2f9c238c6d5a4b1bd1075a736.tar.gz |
Step 2 of eliminating the "games" distribution: Remove punch card
utilities.
I was originally planning on removing the phase-of-moon (pom), clock
(grdc), and caesar cipher (caesar, rot13) utilities as well, but after
I committed r278616 I received an astonishing volume of email informing
me that those are still being widely used. Much to my relief, nobody
reported continuing to use the punch card utilities in production.
The final step will be to merge src/games into src/usr.bin.
This change will not be MFCed.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 749b381..762ce27 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,11 @@ # xargs -n1 | sort | uniq -d; # done +# 20150222: Removed bcd(6) and ppt(6) +OLD_FILES+=usr/bin/bcd +OLD_FILES+=usr/bin/ppt +OLD_FILES+=usr/share/man/man6/bcd.6.gz +OLD_FILES+=usr/share/man/man6/ppt.6.gz # 20150217: Removed remnants of ar(4) driver OLD_FILES+=usr/include/sys/dev/ic/hd64570.h # 20150212: /usr/games moving into /usr/bin |