Do not mention vncserver will be removed, but rather that is is deprecated

This commit is contained in:
Jan Grulich 2021-06-16 13:43:26 +02:00
parent 53dd71df9d
commit 5dd60aa3d4

View File

@ -885,6 +885,6 @@ sub SanityCheck
sub NotifyAboutDeprecation
{
warn "\nWARNING: vncserver has been replaced by a systemd unit and is about to be removed in the next Fedora release.\n";
warn "\nWARNING: vncserver has been replaced by a systemd unit and is now considered deprecated and removed in upstream.\n";
warn "Please read /usr/share/doc/tigervnc/HOWTO.md for more information.\n";
}