Searched refs:print_motd (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h90 int print_motd; /* If true, print /etc/motd. */ member in struct:__anon6892
H A Dservconf.c106 options->print_motd = -1;
311 if (options->print_motd == -1)
312 options->print_motd = 1;
1512 intptr = &options->print_motd;
2594 dump_cfg_fmtint(sPrintMotd, o->print_motd);
H A Dsession.c832 if (options.print_motd) {

Completed in 106 milliseconds