--- ./ash.c.orig 2002-10-22 15:14:29.000000000 -0700 +++ ./ash.c 2003-02-15 20:50:33.000000000 -0800 @@ -3040,7 +3040,7 @@ static void setinteractive(int on) { static int is_interactive; - static int do_banner = 0; + static int do_banner = 1; if (on == is_interactive) return; @@ -5993,7 +5993,7 @@ do { /* while we are in the background */ initialpgrp = tcgetpgrp(2); if (initialpgrp < 0) { - out2str("sh: can't access tty; job control turned off\n"); + /* out2str("sh: can't access tty; job control turned off\n"); */ mflag = 0; return; }