Lines Matching refs:motd
3 # $NetBSD: motd,v 1.11 2020/09/11 12:50:14 kim Exp $
6 # PROVIDE: motd
12 name="motd"
19 # Update kernel and release 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
36 < /etc/motd >> $T
38 sed '1{/^NetBSD.*/{d;};};' < /etc/motd >> $T
40 cmp -s $T /etc/motd || cp $T /etc/motd