From owner-cvs-all Wed Jul 17 11:51:15 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 3D89D37B401; Wed, 17 Jul 2002 11:51:12 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABAA843E9E; Wed, 17 Jul 2002 11:51:11 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g6HI8iRC097732; Wed, 17 Jul 2002 14:08:44 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g6HI8idU097729; Wed, 17 Jul 2002 14:08:44 -0400 (EDT) (envelope-from wollman) Date: Wed, 17 Jul 2002 14:08:44 -0400 (EDT) From: Garrett Wollman Message-Id: <200207171808.g6HI8idU097729@khavrinen.lcs.mit.edu> To: Christopher Masto Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/cd Makefile cd.sh src/usr.bin/command Makefile command.sh In-Reply-To: <20020717170319.GA39278@netmonger.net> References: <200207162113.g6GLDBBE081559@freefall.freebsd.org> <20020717170319.GA39278@netmonger.net> 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 < said: > Is it legal for them to print a warning or something when they're run? Probably not. One or two of them are actually useful. For example, if the shell has exportable aliases (which POSIX allows but does not require), or there are alias commands in $ENV, running /usr/bin/alias can tell you about them. Of course, it can't change them usefully, and `sh -c alias' would tell you just as well. (That's actually the likeliest of all the possible scenarios I was able to come up with.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message