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

12

/freebsd-9.3-release/etc/rc.d/
H A Dmotd6 # PROVIDE: motd
12 name="motd"
21 # Update kernel info in /etc/motd
25 check_startmsgs && echo -n 'Updating motd:'
26 if [ ! -f /etc/motd ]; then
27 install -c -o root -g wheel -m ${PERMS} /dev/null /etc/motd
30 if [ ! -w /etc/motd ]; then
31 echo ' /etc/motd is not writable, update failed.'
35 T=`mktemp -t motd`
37 awk '{if (NR == 1) {if ($1 == "FreeBSD") {next} else {print "\n"$0}} else {print}}' < /etc/motd >>
[all...]
H A DMakefile79 motd \
/freebsd-9.3-release/etc/
H A Dlogin.conf28 :welcome=/etc/motd:\
121 # :welcome=/etc/motd:\
H A DMakefile29 motd \
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dopensnoop118 opensnoop -f /etc/motd # snoop this file only
H A Dstatsnoop120 statsnoop -f /etc/motd # snoop this file only
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dopensnoop118 opensnoop -f /etc/motd # snoop this file only
H A Dstatsnoop120 statsnoop -f /etc/motd # snoop this file only
/freebsd-9.3-release/release/picobsd/floppy.tree/etc/
H A Drc159 cat /etc/motd
/freebsd-9.3-release/share/man/man5/
H A DMakefile42 motd.5 \
/freebsd-9.3-release/release/picobsd/mfs_tree/etc/
H A Dlogin.conf43 :welcome=/etc/motd:\
/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dconflicts.sh88 :welcome=/etc/motd:
242 :welcome=/etc/motd:
/freebsd-9.3-release/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-9.3-release/usr.bin/login/
H A Dlogin.c89 static int motd(const char *);
627 motd(cw);
629 motd(_PATH_MOTDFILE);
862 * SIGINT handler for motd().
872 * Display the contents of a file (such as /etc/motd).
875 motd(const char *motdfile) function
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dextern.h289 char *motd; /* MotD file to display after login */ member in struct:ftpclass
H A Dconf.c112 REASSIGN(curclass.motd, ftpd_strdup(_NAME_FTPLOGINMESG));
407 } else if (strcasecmp(word, "motd") == 0) {
408 CONF_STRING(motd);
H A Dftpd.c1598 if (! EMPTYSTR(curclass.motd))
1599 (void)display_file(conffilename(curclass.motd), 230);
2701 if (! EMPTYSTR(curclass.motd))
2702 reply(0, "MotD file: %s", conffilename(curclass.motd));
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c93 void motd(const char *);
684 motd(cw);
696 motd(cw);
963 motd(motdfile) function
/freebsd-9.3-release/usr.sbin/etcupdate/
H A Detcupdate.sh608 /etc/motd)
609 # /etc/rc.d/motd hardcodes the /etc/motd path.
613 log "sh /etc/rc.d/motd start"
615 sh /etc/rc.d/motd start >&3 2>&1
/freebsd-9.3-release/contrib/bind9/
H A Dconfig.guess395 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-9.3-release/contrib/openbsm/config/
H A Dconfig.guess362 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-9.3-release/contrib/openpam/
H A Dconfig.guess395 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess378 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-9.3-release/contrib/binutils/
H A Dconfig.guess355 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
/freebsd-9.3-release/contrib/dialog/
H A Dconfig.guess378 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`

Completed in 425 milliseconds

12