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,15 +1,11 @@
_. _ __._ _ * _. . , _ . _. _ _
(_.(_)_) [ | )|(_. \/ (_)\_|(_](_](/,
._| ._|
Dec 03, 2018:
- 'log -n' helper to create new messages. See 'log -h'
- Fixed log bug that would recursively propmt for messages
- Fixed log bug for files ending in .txt~
Dec 03, 2018:
- 'log -n' helper to create new messages. See 'log -h'
- Fixed log bug that would recursively propmt for messages
- Fixed log bug for files ending in .txt~
Nov 27, 2018:
- 'roster' command alias for 'cosmic-roster', adds optional 'count'
argument to see number of ships. Optional username arg to filter.
Nov 27, 2018:
- 'roster' command alias for 'cosmic-roster', adds optional 'count'
argument to see number of ships. Optional username arg to filter.
Requests or advice? Send a local mail to 'tomasino'.
Requests or advice? Send a local mail to 'tomasino'.

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