Fix for version name in /etc/motd, now uses uname to get this information!
This commit is contained in:
parent
965b29039e
commit
99d62f5c58
@ -6,7 +6,7 @@
|
||||
|
||||
T=/tmp/_motd
|
||||
rm -f $T
|
||||
strings /386bsd | grep version: | sed 's/version: /FreeBSD 1.0./' > $T
|
||||
uname -a > $T
|
||||
echo "" >> $T
|
||||
sed '1,/^$/d' < /etc/motd >> $T
|
||||
cp $T /etc/motd
|
||||
|
Loading…
Reference in New Issue
Block a user