mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
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
12 lines
437 B
Text
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
|