]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the printf builtin command from sh(1), which command is not
authorAkinori MUSHA <knu@FreeBSD.org>
Tue, 20 Nov 2001 18:33:59 +0000 (18:33 +0000)
committerAkinori MUSHA <knu@FreeBSD.org>
Tue, 20 Nov 2001 18:33:59 +0000 (18:33 +0000)
commit018d9f6237bf3b90db1cb85873f6b0f717fd9610
treeb83cecadf322bae33172651b235b29086676fa5f
parentc25081010f223f1e7e5bbaf883d0a9d3e568df8f
Remove the printf builtin command from sh(1), which command is not
used so often that it's worth keeping it as a builtin.

Now that all the printf invocations from within the system startup
scripts, we can safely remove it.

Urged by: sheldonh  :)

No MFC is planned so far because it may break compatibility and
violate POLA.
bin/sh/Makefile
bin/sh/builtins.def
bin/sh/sh.1
share/man/man1/builtin.1
usr.bin/printf/printf.1