| /netbsd-src/etc/rc.d/ |
| H A D | motd | 24 if [ ! -f /etc/motd ]; then 25 install -c -o root -g wheel -m 664 /dev/null /etc/motd 36 < /etc/motd >> $T 38 sed '1{/^NetBSD.*/{d;};};' < /etc/motd >> $T 40 cmp -s $T /etc/motd || cp $T /etc/motd
|
| H A D | sshd | 23 sed -E '/^-- UNSAFE KEYS WARNING:/,$d' < /etc/motd > $T 38 cmp -s $T /etc/motd || cp $T /etc/motd
|
| /netbsd-src/games/phantasia/ |
| H A D | Makefile | 20 ALLFILES=gold lastdead mess monsters void motd characs scoreboard 21 FILES=gold lastdead mess monsters void motd
|
| /netbsd-src/usr.bin/login/ |
| H A D | common.h | 38 void motd(const char *);
|
| H A D | login_pam.c | 624 motd(fname); in main() 631 motd(fname); in main()
|
| H A D | login.c | 660 motd(fname); in main() 670 motd(fname); in main()
|
| H A D | common.c | 133 motd(const char *fname) in motd() function
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
| H A D | racoon.conf-radius | 31 banner "/etc/racoon/motd";
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | opensnoop | 118 opensnoop -f /etc/motd # snoop this file only
|
| H A D | statsnoop | 120 statsnoop -f /etc/motd # snoop this file only
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/ |
| H A D | opensnoop | 118 opensnoop -f /etc/motd # snoop this file only
|
| H A D | statsnoop | 120 statsnoop -f /etc/motd # snoop this file only
|
| /netbsd-src/bin/test/ |
| H A D | TEST.csh | 83 t -x /etc/motd
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Snippits/ |
| H A D | fd2pathname.txt | 12 /etc/motd 2
|
| /netbsd-src/share/man/man5/ |
| H A D | Makefile | 13 monthly.5 motd.5 netconfig.5 netgroup.5 networks.5 nologin.5 \
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | isakmp_cfg.h | 96 char motd[MAXPATHLEN + 1]; member
|
| H A D | isakmp_unity.c | 129 char *filename = &isakmp_cfg_config.motd[0];
|
| H A D | cfparse.y | 1223 strncpy(&isakmp_cfg_config.motd[0], $2->v, MAXPATHLEN); 1224 isakmp_cfg_config.motd[MAXPATHLEN] = '\0';
|
| /netbsd-src/libexec/ftpd/ |
| H A D | extern.h | 281 char *motd; /* MotD file to display after login */ member
|
| H A D | conf.c | 106 REASSIGN(curclass.motd, ftpd_strdup(_NAME_FTPLOGINMESG)); in init_curclass() 402 CONF_STRING(motd); in parse_conf()
|
| H A D | ftpd.c | 1645 if (! EMPTYSTR(curclass.motd)) in do_pass() 1646 (void)display_file(conffilename(curclass.motd), 230); in do_pass() 2762 if (! EMPTYSTR(curclass.motd)) in statcmd() 2763 reply(0, "MotD file: %s", conffilename(curclass.motd)); in statcmd()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
| H A D | ALLsnoop_notes.txt | 58 183710990358 0 3058 W 6584858 1024 sync /etc/motd
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | ALLsnoop_notes.txt | 58 183710990358 0 3058 W 6584858 1024 sync /etc/motd
|
| /netbsd-src/share/doc/smm/01.setup/ |
| H A D | spell.ok | 391 motd
|
| /netbsd-src/sys/external/isc/libsodium/dist/ |
| H A D | config.guess | 396 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
|