Update INSTALL
This commit is contained in:
parent
457439f0db
commit
7a0647f0a3
1 changed files with 10 additions and 27 deletions
37
INSTALL
37
INSTALL
|
@ -23,44 +23,27 @@ System requirements
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
As root execute this command (the easy way!):
|
1. type in terminal as ROOT (in the MOTDs32 directory):
|
||||||
|
|
||||||
|
|
||||||
./Install.sh
|
./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
|
Upgrade instructions
|
||||||
====================
|
====================
|
||||||
|
|
||||||
1. As root execute command:
|
in TODO list
|
||||||
|
|
||||||
# make install
|
|
||||||
|
|
||||||
2. (Optional) Update the configuration files in /etc/motds32 directory
|
|
||||||
|
|
||||||
|
|
||||||
Uninstall instructions
|
Uninstall instructions
|
||||||
======================
|
======================
|
||||||
|
|
||||||
1. As root execute command:
|
1. type in terminal (in the MOTDs32 directory):
|
||||||
# make uninstall
|
./Unisntall.sh
|
||||||
|
|
||||||
2. As root remove the following lines from /etc/crontab
|
2. As root remove the following lines from crontab -e
|
||||||
|
|
||||||
# Message Of The Day - System Status
|
### MOTDs32 generation (5 min)
|
||||||
*/5 * * * * root /usr/bin/motds32 --generate
|
*/5 * * * * root /usr/bin/motds32 -g 2>1
|
||||||
|
###
|
||||||
|
|
Loading…
Reference in a new issue