MOTDs32 installation instructions
==================================

(2017) New project MOTDs32 by Erreur32

https://motds32.echosystem.fr
https://gitlab.echosystem.fr/Erreur32/MOTDs32

,--.   ,--. ,-----. ,--------.,------.         ,----.  ,---.
|   `.'   |'  .-.  ''--.  .--'|  .-.  \  ,---. '.-.  |'.-.  \
|  |'.'|  ||  | |  |   |  |   |  |  \  :(  .-'   .' <  .-' .'
|  |   |  |'  '-'  '   |  |   |  '--'  /.-'  `)/'-'  |/   '-.
`--'   `--' `-----'    `--'   `-------' `----' `----' '-----'

	   |  +	Stats32   |
	   
	   
System requirements
===================
     o Unix/Linux operating system with bash


Installation 
============

      As root execute this command (the easy way!):

           ./Install.sh




########  install only motd (long way)  
     
     1. try this  
        
         # make install

     2. Add following lines to /etc/crontab as root (5 minut refresh interval)
         
	# Message Of The Day - System Status
	*/5 * * * *   root    /usr/bin/motds32 --generate

     3. (Optional) Update the configuration files in /etc/motdstat directory


Upgrade instructions
====================

     1. As root execute command:

          # make install

     2. (Optional) Update the configuration files in /etc/motds32 directory


Uninstall instructions
======================

     1. As root execute command:
         # make uninstall

     2. As root remove the following lines from /etc/crontab

	# Message Of The Day - System Status
	*/5 * * * *   root    /usr/bin/motds32 --generate