Searched refs:print_motd (Results 1 – 3 of 3) sorted by relevance
70 int print_motd; /* If true, print /etc/motd. */ member
84 options->print_motd = -1; in initialize_server_options()192 if (options->print_motd == -1) in fill_default_server_options()193 options->print_motd = 1; in fill_default_server_options()990 intptr = &options->print_motd; in process_server_config_line()1747 dump_cfg_fmtint(sPrintMotd, o->print_motd); in dump_config()
903 if (options.print_motd) { in do_motd()