Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dservconf.h79 int print_motd; /* If true, print /etc/motd. */ member
Dservconf.c93 options->print_motd = -1; in initialize_server_options()
214 if (options->print_motd == -1) in fill_default_server_options()
215 options->print_motd = 1; in fill_default_server_options()
1157 intptr = &options->print_motd; in process_server_config_line()
2074 dump_cfg_fmtint(sPrintMotd, o->print_motd); in dump_config()
Dsession.c956 if (options.print_motd) { in do_motd()