From owner-cvs-all Fri Jul 2 20:50:29 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id F3DB21501E; Fri, 2 Jul 1999 20:50:22 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id NAA01426; Sat, 3 Jul 1999 13:50:20 +1000 Date: Sat, 3 Jul 1999 13:50:20 +1000 From: Bruce Evans Message-Id: <199907030350.NAA01426@godzilla.zeta.org.au> To: green@unixhelp.org, wollman@khavrinen.lcs.mit.edu Subject: Re: cvs commit: src/usr.sbin/ac ac.8 ac.c Cc: bde@zeta.org.au, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, sheldonh@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >We have /dev/std{in,out,err}. We also have /dev/fd/. Just how many solutions >to a problem do we need before we can consider it solved?! I agree :-). >Remember, the question was, "Do we need to spend the effort making all >of our programs support the use of - to denote std{in,out}?" Not all, only the following (fairly large) subset: - ones which historically supported '-' - ones which should be portable to systems that don't support /dev/stdin. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message