svn commit: [26012] trunk/busybox/shell

vda at busybox.net vda at busybox.net
Tue Apr 7 13:29:27 UTC 2009


Author: vda
Date: 2009-04-07 13:29:27 +0000 (Tue, 07 Apr 2009)
New Revision: 26012

Log:
hush: fix wrong comment



Modified:
   trunk/busybox/shell/hush.c


Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c	2009-04-07 13:26:18 UTC (rev 26011)
+++ trunk/busybox/shell/hush.c	2009-04-07 13:29:27 UTC (rev 26012)
@@ -914,9 +914,10 @@
 }
 
 #if ENABLE_HUSH_JOB
+
 /* After [v]fork, in child: do not restore tty pgrp on xfunc death */
 #define disable_restore_tty_pgrp_on_exit() (die_sleep = 0)
-/* After [v]fork, in parent: do not restore tty pgrp on xfunc death */
+/* After [v]fork, in parent: restore tty pgrp on xfunc death */
 #define enable_restore_tty_pgrp_on_exit()  (die_sleep = -1)
 
 /* Restores tty foreground process group, and exits.



More information about the busybox-cvs mailing list