display_loginmsg();
do_motd();
#ifdef XTS
/* We need to flush pending output because even though the stdout
stream is now a terminal, uClibc honors the buffering at the time
of the exec when it was not a terminal and hence fully buffered.
When the shell is exec'd, the stream will be line buffered as
expected. */
fflush(NULL);
#endif
}
/*