vncserver: extract PrintLogFilenameAndConfiguredUsersAndStuff()
This commit is contained in:
@@ -43,9 +43,7 @@ use Time::HiRes qw (sleep);
|
|||||||
&PrepareDefaultsForPassingToXvnc();
|
&PrepareDefaultsForPassingToXvnc();
|
||||||
&StartXvncOrExit();
|
&StartXvncOrExit();
|
||||||
|
|
||||||
warn "\nNew '$desktopName' desktop is $host:$displayNumber\n";
|
&PrintLogFilenameAndConfiguredUsersAndStuff();
|
||||||
&PrintKasmUsers();
|
|
||||||
warn "Log file is $desktopLog\n\n";
|
|
||||||
|
|
||||||
&CreateUserConfigIfNeeded();
|
&CreateUserConfigIfNeeded();
|
||||||
|
|
||||||
@@ -1087,3 +1085,9 @@ sub PrepareLoggingAndXvncKillingFramework {
|
|||||||
sub AllowXProgramsToConnectToXvnc {
|
sub AllowXProgramsToConnectToXvnc {
|
||||||
&SetupXauthorityFile();
|
&SetupXauthorityFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub PrintLogFilenameAndConfiguredUsersAndStuff {
|
||||||
|
warn "\nNew '$desktopName' desktop is $host:$displayNumber\n";
|
||||||
|
&PrintKasmUsers();
|
||||||
|
warn "Log file is $desktopLog\n\n";
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user