Subject: logging /etc/rc
To: None <netbsd-help@netbsd.org>
From: Wenchi Liao <wliao@midway.uchicago.edu>
List: netbsd-help
Date: 07/26/1999 16:56:51
For one reason or another, I'd like to log the output of
the rc scripts. I'm using tee to pipe the output of
/etc/rc, which stores the output to /var/log/startup.

The problem with this is that / is mounted ro until it gets
fscked; I want to log the output of fsck as well. So: how
to do this?

WL