mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
2614c95748
(and missed 3 missed files from previous categories.)
25 lines
398 B
Plaintext
25 lines
398 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|