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

12

/openbsd-current/regress/usr.bin/diff3/
H A DMakefile7 merge -p /etc/motd /etc/motd /etc/motd | diff /etc/motd -
/openbsd-current/share/man/man5/
H A DMakefile10 mk.conf.5 moduli.5 motd.5 mygate.5 myname.5 netgroup.5 passwd.5 \
/openbsd-current/etc/etc.hppa/
H A Dlogin.conf83 # Authpf accounts get a special motd and shell
86 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.landisk/
H A Dlogin.conf83 # Authpf accounts get a special motd and shell
86 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.luna88k/
H A Dlogin.conf83 # Authpf accounts get a special motd and shell
86 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.alpha/
H A Dlogin.conf83 # Authpf accounts get a special motd and shell
86 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.amd64/
H A Dlogin.conf82 # Authpf accounts get a special motd and shell
85 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.arm64/
H A Dlogin.conf83 # Authpf accounts get a special motd and shell
86 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.riscv64/
H A Dlogin.conf83 # Authpf accounts get a special motd and shell
86 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.powerpc64/
H A Dlogin.conf82 # Authpf accounts get a special motd and shell
85 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.octeon/
H A Dlogin.conf83 # Authpf accounts get a special motd and shell
86 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.macppc/
H A Dlogin.conf82 # Authpf accounts get a special motd and shell
85 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.armv7/
H A Dlogin.conf83 # Authpf accounts get a special motd and shell
86 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.sparc64/
H A Dlogin.conf82 # Authpf accounts get a special motd and shell
85 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.loongson/
H A Dlogin.conf83 # Authpf accounts get a special motd and shell
86 :welcome=/etc/motd.authpf:\
/openbsd-current/etc/etc.i386/
H A Dlogin.conf82 # Authpf accounts get a special motd and shell
85 :welcome=/etc/motd.authpf:\
/openbsd-current/usr.bin/login/
H A Dlogin.c104 void motd(void);
689 motd();
795 motd(void) function
797 char tbuf[8192], *motd; local
801 motd = login_getcapstr(lc, "welcome", _PATH_MOTDFILE, _PATH_MOTDFILE);
803 if ((fd = open(motd, O_RDONLY)) == -1)
812 /* read and spew motd until EOF, error, or SIGINT */
/openbsd-current/regress/usr.bin/gzip/
H A DMakefile91 gzip -c /etc/rc /etc/motd >multi.gz
96 cat /etc/rc /etc/motd >rcmotd
/openbsd-current/libexec/ftpd/
H A Dftpd.c866 char *motd, *dir, rootdir[PATH_MAX]; local
1070 motd = login_getcapstr(lc, "welcome", NULL, NULL);
1071 if ((fp = fopen(motd ? motd : _PATH_FTPLOGINMESG, "r")) != NULL) {
1080 free(motd);
/openbsd-current/gnu/lib/libstdc++/
H A Dconfig.guess323 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/openbsd-current/etc/
H A DMakefile99 ${INSTALL} -c -o ${BINOWN} -g operator -m 664 motd ${DESTDIR}/etc
/openbsd-current/gnu/lib/libiberty/
H A Dconfig.guess353 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/openbsd-current/gnu/lib/libreadline/support/
H A Dconfig.guess367 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/openbsd-current/gnu/share/
H A Dconfig.guess296 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/openbsd-current/gnu/usr.bin/binutils/
H A Dconfig.guess339 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`

Completed in 175 milliseconds

12