summaryrefslogtreecommitdiffstats
path: root/etc/rc.local
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-07-19 21:05:58 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-07-19 21:05:58 +0000
commit7dd01a177deac725e30d63933857427287bfac64 (patch)
tree55f47e7d9930a49c4b1115f33facffc4517020e1 /etc/rc.local
parenta9391cd70574aff5fe05b6308360bffa481ede3a (diff)
downloadFreeBSD-src-7dd01a177deac725e30d63933857427287bfac64.zip
FreeBSD-src-7dd01a177deac725e30d63933857427287bfac64.tar.gz
Fixed edit of /etc/motd so that the motd says FreeBSD instead of 386BSD.
Diffstat (limited to 'etc/rc.local')
-rw-r--r--etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.local b/etc/rc.local
index d76e9f1..0c7f379 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -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
OpenPOWER on IntegriCloud