From owner-cvs-all Tue Nov 20 9:24:41 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 B176B37B426; Tue, 20 Nov 2001 09:24:35 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAKHOZ066425; Tue, 20 Nov 2001 09:24:35 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111201724.fAKHOZ066425@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 20 Nov 2001 09:24:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV 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 sheldonh 2001/11/20 09:24:35 PST Modified files: etc MAKEDEV Log: Introduce new shell functions hexdigit, hexprint and zeropad. Use these new functions instead of printf(1), which is scheduled for removal as a shell builtin command, and which will not be available as a standalone utility if MAKEDEV is run prior to mounting /usr. Requested by: knu Revision Changes Path 1.309 +49 -4 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message