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

12

/freebsd-11-stable/etc/rc.d/
H A Dmotd6 # PROVIDE: motd
12 name="motd"
13 desc="Update /etc/motd"
22 # Update kernel info in /etc/motd
26 check_startmsgs && echo -n 'Updating motd:'
27 if [ ! -f /etc/motd ]; then
28 install -c -o root -g wheel -m ${PERMS} /dev/null /etc/motd
31 if [ ! -w /etc/motd ]; then
32 echo ' /etc/motd is not writable, update failed.'
36 T=`mktemp -t motd`
[all...]
H A DMakefile60 motd \
/freebsd-11-stable/etc/
H A Dlogin.conf28 :welcome=/etc/motd:\
125 # :welcome=/etc/motd:\
H A DMakefile32 motd \
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Drc162 cat /etc/motd
/freebsd-11-stable/share/man/man5/
H A DMakefile42 motd.5 \
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
H A Dlogin.conf43 :welcome=/etc/motd:\
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dconflicts_test.sh89 :welcome=/etc/motd:
252 :welcome=/etc/motd:
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c73 char *motd=NULL; variable
400 } else if(strncmp(buf,"motd",4)==0) {
402 motd=strdup(strtok(NULL,sep));
513 if(motd!=NULL) {
514 if((fd=open(motd,O_RDONLY))!=-1) {
647 * motd <pathname> full path to motd file
/freebsd-11-stable/usr.bin/login/
H A Dlogin.c88 static int motd(const char *);
618 motd(cw);
620 motd(_PATH_MOTDFILE);
853 * SIGINT handler for motd().
863 * Display the contents of a file (such as /etc/motd).
866 motd(const char *motdfile) function
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c93 void motd(const char *);
682 motd(cw);
694 motd(cw);
961 motd(motdfile) function
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh617 /etc/motd)
618 # /etc/rc.d/motd hardcodes the /etc/motd path.
622 log "sh /etc/rc.d/motd start"
624 sh /etc/rc.d/motd start >&3 2>&1
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.guess362 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.guess395 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess355 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.guess373 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/dialog/
H A Dconfig.guess395 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/ldns/
H A Dconfig.guess376 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.guess374 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.guess409 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess395 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess419 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/crypto/openssh/
H A Dconfig.guess419 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.guess426 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.guess426 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`

Completed in 318 milliseconds

12