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: Nov 27, 2018:
- 'log -n' helper to create new messages. See 'log -h' - 'roster' command alias for 'cosmic-roster', adds optional 'count'
- Fixed log bug that would recursively propmt for messages argument to see number of ships. Optional username arg to filter.
- Fixed log bug for files ending in .txt~
Nov 27, 2018: Requests or advice? Send a local mail to 'tomasino'.
- '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'.

View File

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