diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-08-31 05:31:42 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-08-31 05:31:42 +0000 |
| commit | 5510f449aa4cc09c84af9b4595f87920ace54d09 (patch) | |
| tree | 7f6d24943a83b86ba7ab9c23aa659152d2ac44ce | |
| parent | e81097cf469d06483a017997f67cda9292b85906 (diff) | |
Notes
| -rw-r--r-- | etc/rc.local | 2 |
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 |
