commit | a9801658ee4b7f5717d145818428452f864e1015 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Sep 07 16:20:03 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Sep 07 16:20:03 2006 +0000 |
tree | f85bbdf6cb572751dee639feb9896cad3503b924 | |
parent | b750dec40a4bf013f98658b46925117d9d1d4811 [diff] [blame] |
getty, sulogin: convert to using bb_msg for syslog output
diff --git a/libbb/fflush_stdout_and_exit.c b/libbb/fflush_stdout_and_exit.c index 7e8152d..245f508 100644 --- a/libbb/fflush_stdout_and_exit.c +++ b/libbb/fflush_stdout_and_exit.c
@@ -20,5 +20,7 @@ if (fflush(stdout)) { retval = bb_default_error_retval; } + if (die_sleep) + sleep(die_sleep); exit(retval); }