c0708e4a9a
Commit log: https://src.rivoreo.one/net/sshout-daemon/+log/1.3.0 Improve port: * Strip executable files. * Update description. * Update the maintainer's email address. * Fix pkg-message. * Parametrize sshout with ${PORTNAME} in MASTER_SITES, USE_RC_SUBR, USERS, GROUPS. * Replace PORTVERSION with DISTVERSION in DISTNAME. * Sort OPTIONS_DEFINE. * Fix warnings from portclippy in order of options. * Remove unnecessary ".include <bsd.port.options.mk>". PR: 291826 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
19 lines
480 B
Plaintext
19 lines
480 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
#### 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
|
|
EOM
|
|
}
|
|
]
|