2614c95748
(and missed 3 missed files from previous categories.)
24 lines
398 B
Text
24 lines
398 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Hans runs on Linux as a client and a server.
|
|
It runs on FreeBSD client only.
|
|
|
|
NOTE: that Hans cannot receive echo requests on BSD systems.
|
|
Therefore the server only works on Linux.
|
|
|
|
|
|
### Running as a server ###
|
|
|
|
% hans -s 10.1.2.0 -r -p password -u nobody
|
|
|
|
### Running as a client ###
|
|
|
|
% hans -c server_address -p password -u nobody
|
|
|
|
### Help ###
|
|
|
|
% hans
|
|
EOM
|
|
}
|
|
]
|