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

123

/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dmotd3 # $NetBSD: motd,v 1.8 2002/03/22 04:33:59 thorpej Exp $
6 # PROVIDE: motd
12 name="motd"
19 # Update kernel info in /etc/motd
23 echo "Updating motd."
24 if [ ! -f /etc/motd ]; then
25 install -c -o root -g wheel -m 664 /dev/null /etc/motd
30 sed '1{/^NetBSD.*/{d;};};' < /etc/motd >> $T
31 cmp -s $T /etc/motd || cp $T /etc/motd
[all...]
H A DMakefile29 makemandb mdnsd mixerctl mopd motd mountall mountcritlocal \
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dcommon.h38 void motd(const char *);
H A Dlogin_pam.c623 motd(fname);
630 motd(fname);
H A Dlogin.c655 motd(fname);
665 motd(fname);
H A Dcommon.c133 motd(const char *fname) function
/netbsd-6-1-5-RELEASE/games/phantasia/
H A DMakefile20 ALLFILES=gold lastdead mess monsters void motd characs scoreboard
21 FILES=gold lastdead mess monsters void motd
/netbsd-6-1-5-RELEASE/share/man/man5/
H A DMakefile13 motd.5 netconfig.5 netgroup.5 networks.5 nologin.5 \
/netbsd-6-1-5-RELEASE/bin/test/
H A DTEST.csh82 echo 't -x /etc/motd'
83 t -x /etc/motd
/netbsd-6-1-5-RELEASE/usr.sbin/postinstall/
H A Dpostinstall947 # motd
949 additem motd "contents of motd"
955 "${DEST_DIR}/etc/motd" >/dev/null 2>&1 \
957 "${DEST_DIR}/etc/motd" >/dev/null 2>&1
959 tmp1="$(mktemp /tmp/postinstall.motd.XXXXXXXX)"
960 tmp2="$(mktemp /tmp/postinstall.motd.XXXXXXXX)"
961 sed '1,2d' <"${SRC_DIR}/etc/motd" >"${tmp1}"
962 sed '1,2d' <"${DEST_DIR}/etc/motd" >"${tmp2}"
972 head -n 2 "${DEST_DIR}/etc/motd" >"
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_cfg.h96 char motd[MAXPATHLEN + 1]; member in struct:isakmp_cfg_config
134 /* For motd */
135 #define ISAKMP_CFG_MOTD "/etc/motd"
H A Disakmp_unity.c129 char *filename = &isakmp_cfg_config.motd[0];
H A Dcfparse.y1192 strncpy(&isakmp_cfg_config.motd[0], $2->v, MAXPATHLEN);
1193 isakmp_cfg_config.motd[MAXPATHLEN] = '\0';
/netbsd-6-1-5-RELEASE/etc/
H A DMakefile118 BIN2+= motd.current
119 FILESNAME_motd.current= motd
121 BIN2+= motd.beta
122 FILESNAME_motd.beta= motd
124 BIN2+= motd.rc
125 FILESNAME_motd.rc= motd
127 BIN2+= motd.stable
128 FILESNAME_motd.stable= motd
130 BIN2+= motd
/netbsd-6-1-5-RELEASE/distrib/utils/embedded/
H A Dmkimage155 ${sudo} rm -f /mnt/etc/motd
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dextern.h281 char *motd; /* MotD file to display after login */ member in struct:ftpclass
H A Dconf.c105 REASSIGN(curclass.motd, ftpd_strdup(_NAME_FTPLOGINMESG));
400 } else if (strcasecmp(word, "motd") == 0) {
401 CONF_STRING(motd);
H A Dftpd.c1630 if (! EMPTYSTR(curclass.motd))
1631 (void)display_file(conffilename(curclass.motd), 230);
2734 if (! EMPTYSTR(curclass.motd))
2735 reply(0, "MotD file: %s", conffilename(curclass.motd));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/
H A Dconfig.guess322 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/netbsd-6-1-5-RELEASE/gnu/dist/grep/
H A Dconfig.guess322 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dconfig.guess377 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/
H A Dconfig.guess355 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/config/
H A Dconfig.guess319 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/config/
H A Dconfig.guess344 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dconfig.guess380 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`

Completed in 273 milliseconds

123