update-motd running

This commit is contained in:
James Tomasino 2018-12-04 14:54:52 -05:00
parent 54baa914b8
commit c4d99d2818
2 changed files with 8 additions and 15 deletions

View File

@ -1,8 +1,4 @@
_. _ __._ _ * _. . , _ . _. _ _
(_.(_)_) [ | )|(_. \/ (_)\_|(_](_](/,
._| ._|
Dec 03, 2018:
- 'log -n' helper to create new messages. See 'log -h'
- Fixed log bug that would recursively propmt for messages

View File

@ -40,9 +40,6 @@ fi
if [ ! -L "/etc/newship.tmpl" ]; then
ln -s "${DIR}/templates/newship.tmpl" "/etc/newship.tmpl"
fi
if [ ! -L "/etc/motd" ]; then
ln -s "${DIR}/files/motd" "/etc/motd"
fi
# Manpages
if [ ! -L "/usr/share/man/man1/log.1" ]; then