On Thu, Mar 27, 2014 at 07:31:31PM -0700, Linda Walsh wrote: > So whether or not to use /def/fd is a build time option?
On many commerical Unix systems (which don't have /dev/fd/), Bash falls back to using named pipes. > It's a minority of scripts but have noticed the message > in some startup scripts. It's not just my scripts but vendor scripts > as well. I'll have to find out why.. but it seems like it a > "gotcha"... If your OS vendor's scripts are generating error messages at boot time, with the version of Bash that the OS vendor shipped, then this is a bug in those scripts. If you replaced the version of Bash that the vendor supplied, but did not change the scripts that may be relying upon the vendor's Bash patches or version-specific behavior, then the ball is in your own court.