From owner-cvs-all Tue Jul 16 15:16:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8637637B400; Tue, 16 Jul 2002 15:16:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C66A43E42; Tue, 16 Jul 2002 15:16:05 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6GMG5JU092317; Tue, 16 Jul 2002 15:16:05 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6GMG5d4092316; Tue, 16 Jul 2002 15:16:05 -0700 (PDT) Message-Id: <200207162216.g6GMG5d4092316@freefall.freebsd.org> From: Garrett Wollman Date: Tue, 16 Jul 2002 15:16:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/alias Makefile generic.sh src/usr.bin/cd Makefile cd.sh src/usr.bin/command Makefile command.sh 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 wollman 2002/07/16 15:16:05 PDT Modified files: usr.bin Makefile Added files: usr.bin/alias Makefile generic.sh Removed files: usr.bin/cd Makefile cd.sh usr.bin/command Makefile command.sh Log: A little bit more thought has resulted in a generic script which can implement any of the useless POSIX-required ``regular shell builtin'' utilities, saving one frag and one inode each. The script moves to usr.bin/alias which is alphabetically the first of these commands. Revision Changes Path 1.216 +2 -3 src/usr.bin/Makefile 1.1 +19 -0 src/usr.bin/alias/Makefile (new) 1.1 +4 -0 src/usr.bin/alias/generic.sh (new) 1.2 +0 -6 src/usr.bin/cd/Makefile (dead) 1.2 +0 -4 src/usr.bin/cd/cd.sh (dead) 1.3 +0 -6 src/usr.bin/command/Makefile (dead) 1.2 +0 -4 src/usr.bin/command/command.sh (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message