From owner-cvs-all Tue Nov 20 10:41: 5 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 40B9A37B416; Tue, 20 Nov 2001 10:41:02 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAKIf2h80587; Tue, 20 Nov 2001 10:41:02 -0800 (PST) (envelope-from knu) Message-Id: <200111201841.fAKIf2h80587@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 20 Nov 2001 10:41:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh Makefile builtins.def sh.1 src/usr.bin/printf printf.1 src/share/man/man1 builtin.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:41:02 PST Modified files: bin/sh Makefile builtins.def sh.1 usr.bin/printf printf.1 share/man/man1 builtin.1 Log: (null commit to correct the previous log message) Now that all the printf invocations from within the system startup scripts *have been replaced with equivalent handmade functions*, we can safely remove it. Please steal the technique from src/etc/MAKEDEV when you want to use printf(1) functionality from within the system rc scripts. Revision Changes Path 1.33 +0 -0 src/bin/sh/Makefile 1.10 +0 -0 src/bin/sh/builtins.def 1.58 +0 -0 src/bin/sh/sh.1 1.17 +0 -0 src/share/man/man1/builtin.1 1.17 +0 -0 src/usr.bin/printf/printf.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message