replace ksh93 /usr/bin builtins with real programs
commit536d3747db6e2121f657fce4fcc6a9fdcdae9aa9
authorLauri Tirkkonen <lotheac@iki.fi>
Tue, 17 Jul 2018 17:51:31 +0000 (17 20:51 +0300)
committerLauri Tirkkonen <lotheac@iki.fi>
Tue, 17 Jul 2018 19:10:54 +0000 (17 22:10 +0300)
treefab9a60724e46592850a411525277830a67dfe7d
parentc143e609cd634e1b53b6f833392bc7b7fd5d9d89
replace ksh93 /usr/bin builtins with real programs

comm, cut, join, kill, logname, paste, rev, sleep, tee, test, uniq, and
wc are replaced with code imported from openbsd. cksum and sum will
follow later.
17 files changed:
bin/Makefile
share/man/man1/Makefile
share/man/man1/comm.1 [deleted file]
share/man/man1/cut.1 [deleted file]
share/man/man1/join.1 [deleted file]
share/man/man1/kill.1 [deleted file]
share/man/man1/logname.1 [deleted file]
share/man/man1/paste.1 [deleted file]
share/man/man1/rev.1 [deleted file]
share/man/man1/sleep.1 [deleted file]
share/man/man1/tee.1 [deleted file]
share/man/man1/test.1 [deleted file]
share/man/man1/uniq.1 [deleted file]
share/man/man1/wc.1 [deleted file]
usr/src/cmd/ksh/builtins/Makefile
usr/src/pkg/manifests/shell-ksh93.mf
usr/src/pkg/manifests/system-core-os.mf