From owner-freebsd-hackers Tue Mar 25 20:37:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA13690 for hackers-outgoing; Tue, 25 Mar 1997 20:37:08 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id UAA13685 for ; Tue, 25 Mar 1997 20:37:06 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id VAA26968; Tue, 25 Mar 1997 21:23:14 -0700 From: Terry Lambert Message-Id: <199703260423.VAA26968@phaeton.artisoft.com> Subject: Re: how to name fs specific programs To: perry@piermont.com Date: Tue, 25 Mar 1997 21:23:13 -0700 (MST) Cc: cjs@portal.ca, hackers@FreeBSD.ORG, port-i386@netbsd.org In-Reply-To: <199703260212.VAA03254@jekyll.piermont.com> from "Perry E. Metzger" at Mar 25, 97 09:12:13 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > So what you're saying is that the above is significantly better than > > > > $FSCMD_$FSTYPE $ARGS > > > > and > > > > for i in *_fstyp; do [stuff] ... > > > > Or am I missing something here? > > No you aren't missing anything. > > Furthermore, he is claiming that breaking compatibility with existing > code and scripts doesn't matter, either, in order to get this > "improvement". What about "semantic seperation of command names from the FS on which they are intended to operate"? Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.