motd
strncpy(&isakmp_cfg_config.motd[0], $2->v, MAXPATHLEN);
isakmp_cfg_config.motd[MAXPATHLEN] = '\0';
strlcpy(isakmp_cfg_config.motd, ISAKMP_CFG_MOTD, MAXPATHLEN);
char motd[MAXPATHLEN + 1];
char *filename = &isakmp_cfg_config.motd[0];
REASSIGN(curclass.motd, ftpd_strdup(_NAME_FTPLOGINMESG));
CONF_STRING(motd);
char *motd; /* MotD file to display after login */
if (! EMPTYSTR(curclass.motd))
(void)display_file(conffilename(curclass.motd), 230);
if (! EMPTYSTR(curclass.motd))
reply(0, "MotD file: %s", conffilename(curclass.motd));
void motd(const char *);
motd(fname);
motd(fname);
motd(fname);
motd(fname);