[BusyBox] Humor. ash (busybox) problem:"job control turned off"
Vladimir N. Oleynik
dzo at simtreas.ru
Sun Jun 23 09:45:03 UTC 2002
Hi.
I long laughed.
from:
slackware-current/source/rootdisks/busybox/busybox-0.60.3.noisereduction.diff.gz
--- ./ash.c.orig 2002-06-10 14:04:52.000000000 -0700
+++ ./ash.c 2002-06-10 14:08:57.000000000 -0700
@@ -3281,7 +3281,7 @@
setinteractive(int on)
{
static int is_interactive;
- static int do_banner=0;
+ static int do_banner=1;
if (on == is_interactive)
return;
@@ -6429,7 +6429,7 @@
initialpgrp = tcgetpgrp(2);
if (initialpgrp < 0) {
#endif
- 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;
;))))))))))
--w
vodz
More information about the busybox
mailing list