mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01:00
Fixed edit of /etc/motd so that the motd says FreeBSD instead of 386BSD.
This commit is contained in:
parent
15771e3683
commit
ca8687bd42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159
@ -6,7 +6,7 @@
|
||||
|
||||
T=/tmp/_motd
|
||||
rm -f $T
|
||||
strings /386bsd | grep version: | sed 's/version: /386BSD 0.1./' > $T
|
||||
strings /386bsd | grep version: | sed 's/version: /FreeBSD 1.0./' > $T
|
||||
echo "" >> $T
|
||||
sed '1,/^$/d' < /etc/motd >> $T
|
||||
cp $T /etc/motd
|
||||
|
Loading…
Reference in New Issue
Block a user