From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cse.psu.edu ([130.203.3.50]) by hawkwind.utcs.utoronto.ca with SMTP id <24651>; Tue, 1 Apr 1997 23:34:52 -0500 Received: from eiffel.cse.psu.edu (schwartz@eiffel.cse.psu.edu [130.203.10.16]) by cse.psu.edu (8.8.5/8.7.3) with ESMTP id VAA14000; Tue, 1 Apr 1997 21:20:42 -0500 (EST) Message-Id: <199704020220.VAA14000@cse.psu.edu> To: byron@netapp.com (Byron Rakitzis) cc: rc@hawkwind.utcs.toronto.edu Subject: Re: autoconfig In-reply-to: Your message of "Tue, 01 Apr 1997 14:28:39 EST." <9704011928.AA27920@netapp.com> Date: Tue, 1 Apr 1997 21:20:32 -0500 From: Scott Schwartz byron@netapp.com (Byron Rakitzis) writes: | > #define DEFAULTPATH "/usr/ucb", "/usr/bin", "/bin", "." | | I think this can be deduced by running /bin/sh as a login shell | with $PATH unset, and snarfing the output of "echo $PATH". I like adding /usr/local/bin to defaultpath, something /bin/sh doesn't do, because rc doesn't source .rcrc unless it is a login shell and more localized defaults makes rsh work better. | I am sorely tempted to remove named pipe support. It never worked | properly. But it works just barely well enough for SunOS, which has no /dev/fd (unless you install a nonstandard modloaded device, or override open().) | > #define NOJOB | | Does anyone use this? It forces sh-like semantics for backgrounding. | Why should it be an option? I haven't found a use for it, but I think | I put it in in self-defense early on. If anyone ever ports it to Plan 9, it might be handy. (I get an urge to do this every time I hit a feature that your shell does better than the original, most often multi line lists.)