Searched refs:motd (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunSystem.c37 ("motd",
68 static char motd[256]; local
84 motd[0] = '\0';
85 fd = fopen("/etc/motd", "r");
88 fgets(motd, sizeof (motd), fd);
93 (u_char *) motd, strlen(motd));
/solaris-userland/components/desktop/xscreensaver/
H A DMakefile112 CONFIGURE_OPTIONS += --with-text-file=/etc/motd

Completed in 31 milliseconds