From 79c9c7157ba32061e8733d94abb84f1f0b5f8648 Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Mon, 2 Aug 2021 23:20:24 +1200 Subject: [PATCH] vncserver: remove obsolete comment --- unix/vncserver | 1 - 1 file changed, 1 deletion(-) diff --git a/unix/vncserver b/unix/vncserver index 1d8abf5..494e1b7 100755 --- a/unix/vncserver +++ b/unix/vncserver @@ -109,7 +109,6 @@ unlink($desktopLog); # We build up our Xvnc command with options $cmd = &ConstructXvncCmd(); -# Run $cmd and record the process ID. $pidFile = "$vncUserDir/$host:$displayNumber.pid"; &StartXvncAndRecordPID(); &WaitForXvncToStart();