vncserver: refactor

This commit is contained in:
Dmitry Maksyoma 2021-08-13 19:06:24 +12:00
parent 5635096978
commit 7e854294a2

View File

@ -30,7 +30,7 @@ use Time::HiRes qw (sleep);
&DetectEnvironment(); &DetectEnvironment();
&SetGlobalVariables(); &DefineFilePathsAndStuff();
&ParseAndProcessCliOptions(); &ParseAndProcessCliOptions();
@ -973,7 +973,7 @@ sub DetectEnvironment {
&DetectFontPath(); &DetectFontPath();
} }
sub SetGlobalVariables { sub DefineFilePathsAndStuff {
# #
# Global variables. You may want to configure some of these for # Global variables. You may want to configure some of these for
# your site # your site