aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-31 05:31:42 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-31 05:31:42 +0000
commit5510f449aa4cc09c84af9b4595f87920ace54d09 (patch)
tree7f6d24943a83b86ba7ab9c23aa659152d2ac44ce
parente81097cf469d06483a017997f67cda9292b85906 (diff)
Notes
-rw-r--r--etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.local b/etc/rc.local
index 34e9ca28536cd..8f74b384ed136 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -6,7 +6,7 @@
T=/tmp/_motd
rm -f $T
-uname -a > $T
+uname -rs > $T
echo "" >> $T
sed '1,/^$/d' < /etc/motd >> $T
cp $T /etc/motd