freebsd-ports/net/xrdp-devel/files/pkg-message.in
Koichiro Iwao 354d9da5f3 net/xrdp-devel: Drop dependency on audio/pulseaudio-module-xrdp
as weell as net/xrdp to allow users to choose either PipeWire or
PulseAudio to meet environment.
2024-03-11 23:55:16 +09:00

23 lines
534 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" # if you want to run xrdp-sesman on the same machine
Do not forget to edit the configuration files in "%%PREFIX%%/etc/xrdp"
and the "%%PREFIX%%/etc/xrdp/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
}
]