Index: src/runit.c =================================================================== RCS file: /cvs/runit/src/runit.c,v retrieving revision 1.12 diff -u -r1.12 runit.c --- src/runit.c 26 Jun 2004 14:28:12 -0000 1.12 +++ src/runit.c 15 May 2005 10:44:45 -0000 @@ -114,8 +114,6 @@ dup2(ttyfd, 0); if (ttyfd > 2) close(ttyfd); } - else - strerr_warn2(WARNING, "unable to open /dev/console: ", &strerr_sys); } else setsid();