d4b48afd79
- Revert r326014 as nothing to substitute in pkg-message [1] - Clarify server works only on Linux [1] - Unbreak build on DragonFly [2] - Drop poorly maintained CLANG option [3] - Simplify patching via MAKE_ARGS - Respect LOCALBASE != PREFIX - Pet portlint (makepatch) - Clarify LICENSE PR: 195313 Reported by: DPorts [2] Requested by: many [3] Submitted by: vsityz@gmail.com (maintainer [1], based on) Reviewed by: marino [2] Approved by: maintainer timeout (~3 weeks)
23 lines
541 B
Text
23 lines
541 B
Text
------------------------------------------------------------
|
|
|
|
Hans runs on Linux as a client and a server.
|
|
It runs on FreeBSD client only.
|
|
|
|
NOTE: that Hans can not 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
|
|
|
|
------------------------------------------------------------
|