Home
last modified time | relevance | path

Searched refs:motd (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd-src/etc/rc.d/
H A Dmotd24 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 Dsshd23 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 DMakefile20 ALLFILES=gold lastdead mess monsters void motd characs scoreboard
21 FILES=gold lastdead mess monsters void motd
/netbsd-src/usr.bin/login/
H A Dcommon.h38 void motd(const char *);
H A Dlogin_pam.c624 motd(fname); in main()
631 motd(fname); in main()
H A Dlogin.c660 motd(fname); in main()
670 motd(fname); in main()
H A Dcommon.c133 motd(const char *fname) in motd() function
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf-radius31 banner "/etc/racoon/motd";
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dopensnoop118 opensnoop -f /etc/motd # snoop this file only
H A Dstatsnoop120 statsnoop -f /etc/motd # snoop this file only
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A Dopensnoop118 opensnoop -f /etc/motd # snoop this file only
H A Dstatsnoop120 statsnoop -f /etc/motd # snoop this file only
/netbsd-src/bin/test/
H A DTEST.csh83 t -x /etc/motd
/netbsd-src/external/cddl/dtracetoolkit/dist/Snippits/
H A Dfd2pathname.txt12 /etc/motd 2
/netbsd-src/share/man/man5/
H A DMakefile13 monthly.5 motd.5 netconfig.5 netgroup.5 networks.5 nologin.5 \
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_cfg.h96 char motd[MAXPATHLEN + 1]; member
H A Disakmp_unity.c129 char *filename = &isakmp_cfg_config.motd[0];
H A Dcfparse.y1223 strncpy(&isakmp_cfg_config.motd[0], $2->v, MAXPATHLEN);
1224 isakmp_cfg_config.motd[MAXPATHLEN] = '\0';
/netbsd-src/libexec/ftpd/
H A Dextern.h281 char *motd; /* MotD file to display after login */ member
H A Dconf.c106 REASSIGN(curclass.motd, ftpd_strdup(_NAME_FTPLOGINMESG)); in init_curclass()
402 CONF_STRING(motd); in parse_conf()
H A Dftpd.c1645 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 DALLsnoop_notes.txt58 183710990358 0 3058 W 6584858 1024 sync /etc/motd
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/
H A DALLsnoop_notes.txt58 183710990358 0 3058 W 6584858 1024 sync /etc/motd
/netbsd-src/share/doc/smm/01.setup/
H A Dspell.ok391 motd
/netbsd-src/sys/external/isc/libsodium/dist/
H A Dconfig.guess396 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`

1234