freebsd-ports/net/xrdp/files/pkg-message.in
Koichiro Iwao 4ec35bd8e3 net/xrdp: sort pkg-plist, update files/pkg-*.in
to sync them with net/xrdp-devel. And finally bump PORTREVISION which
wasn't actually bumped despite the previous commit message.
2024-12-30 01:02:24 +09:00

23 lines
463 B
Text

[
{ type: install
message: <<EOM
xrdp has been installed.
There is an rc.d script, so the service can be enabled by adding this line
in /etc/rc.conf:
xrdp_enable="YES"
xrdp_sesman_enable="YES"
Do not forget to edit the configuration files in "%%ETCDIR%%"
and the "%%ETCDIR%%/startwm.sh" script.
To enable audio redirection, install the following ports/packages to meet
your environment.
- audio/pipewire-module-xrdp
- audio/pulseaudio-module-xrdp
EOM
}
]