Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dservconf.c113 options->print_motd = -1; in initialize_server_options()
324 if (options->print_motd == -1) in fill_default_server_options()
325 options->print_motd = 1; in fill_default_server_options()
1609 intptr = &options->print_motd; in process_server_config_line_depth()
2924 dump_cfg_fmtint(sPrintMotd, o->print_motd); in dump_config()
H A Dservconf.h103 int print_motd; /* If true, print /etc/motd. */ member
H A Dsession.c796 if (options.print_motd) { in do_motd()