diff --git a/src/frontend/mosh-server.cc b/src/frontend/mosh-server.cc index e95ace8..349a129 100644 --- a/src/frontend/mosh-server.cc +++ b/src/frontend/mosh-server.cc @@ -554,7 +554,10 @@ static int run_server( const char *desired_ip, const char *desired_port, chdir_homedir(); if ( with_motd && (!motd_hushed()) ) { +#ifndef __sun +/* On illumos motd is printed by /etc/profile */ print_motd(); +#endif warn_unattached( utmp_entry ); }