From: Ben Gras Date: Thu, 11 Dec 2008 14:50:56 +0000 (+0000) Subject: rc script needs to open its own stdin, stdout and stderr X-Git-Tag: v3.1.4~184 X-Git-Url: http://zhaoyanbai.com/repos/host.html?a=commitdiff_plain;h=b6b361a4742275c5e774403f711672df656db16d;p=minix.git rc script needs to open its own stdin, stdout and stderr --- diff --git a/etc/rc b/etc/rc index 763c680fe..e73217e19 100755 --- a/etc/rc +++ b/etc/rc @@ -1,5 +1,9 @@ # /etc/rc - System startup script run by init before going multiuser. +exec >/dev/log +exec 2>/dev/log +exec