Just ran make world this morning and 2>&1 fd redirection stopped working
for /bin/sh.

$ ls /bad/file > /dev/null 2>&1
ls: /bad/file: No such file or directory

2>&1 is used extensively in the /etc/rc* bootup scripts. Now, the bootup
screen is cluttered with unwanted messages.

Any idea?

kt

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to