net/rustdesk-server: Improve description for rc script variable

Reported by:	Victor Tschetter <tschetter.victor@gmail.com> (via email)
This commit is contained in:
Guido Falsi 2024-02-26 19:55:13 +01:00
parent 88c252e3ca
commit 4cc5b388c2
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= rustdesk-server
DISTVERSION= 1.1.10-3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MAINTAINER= madpilot@FreeBSD.org

View file

@ -9,8 +9,8 @@
#
# rustdesk_hbbs_enable (bool): Set to NO by default.
# Set it to YES to enable rustdesk_hbbs.
# rustdesk_hbbs_ip (string): Set server IP address
# Default is "127.0.0.1".
# rustdesk_hbbs_ip (string): Set IP address/hostname to listen on
# Defaults to "127.0.0.1", please replace with your server hostname/IP.
# rustdesk_hbbs_args (string): Set extra arguments to pass to rustdesk_hbbs
# Default is "-r ${rustdesk_hbbs_ip} -k _".
# rustdesk_hbbs_user (string): Set user that rustdesk_hbbs will run under