From owner-cvs-all Tue Nov 20 10:34: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B31B37B405; Tue, 20 Nov 2001 10:33:59 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAKIXxu79722; Tue, 20 Nov 2001 10:33:59 -0800 (PST) (envelope-from knu) Message-Id: <200111201833.fAKIXxu79722@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 20 Nov 2001 10:33:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man1 builtin.1 src/bin/sh Makefile builtins.def sh.1 src/usr.bin/printf printf.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/11/20 10:33:59 PST Modified files: share/man/man1 builtin.1 bin/sh Makefile builtins.def sh.1 usr.bin/printf printf.1 Log: 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. Revision Changes Path 1.32 +2 -3 src/bin/sh/Makefile 1.9 +1 -1 src/bin/sh/builtins.def 1.57 +2 -6 src/bin/sh/sh.1 1.16 +0 -3 src/share/man/man1/builtin.1 1.16 +1 -11 src/usr.bin/printf/printf.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message