ports/net-im/sshout/pkg-message
WHR 45125c023d net-im/sshout: fix optimization compiling option and update optional dependency
This update fixes the followings:
  - The current upstream Makefile appends '-O1' to CFLAGS, which would
    inadvertently override any previous optimization option that passed by the user.
  - www/elinks has recently been updated to a supported version
    add optional dependency to it, and remove the related note in 'pkg-message'.

PR:	263391
2022-04-19 08:36:02 +02:00

12 lines
437 B
Text

#### NOTES OF SSHOUT
In order to start sshout service you need some more configuration:
# sysrc -f /etc/rc.conf sshout_enable="YES"
If you installed SSHOUT for the first time, use sshoutcfg(8) to add users.
You must have SSH server running and accepting public key authentication.
Suggested ports:
x11/xclip For '/pasteimage' command to work in CLI frontend
www/elinks For HTML messages be properly displayed in CLI frontend
#### END