mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
- Switch to options helpers - Regenerate patches - Adjust CONFLICTS since some conflicting ports removed from ports tree - Pet portlint (bring USES earlier) - Add missing USES,USE_XORG - Bump PORTREVISION due to USES change Sponsored by: HAW International, Inc.
11 lines
355 B
Text
11 lines
355 B
Text
--- vncserver.orig 2019-03-26 05:19:17 UTC
|
|
+++ vncserver
|
|
@@ -34,7 +34,7 @@ $depth = 24;
|
|
$desktopName = "X";
|
|
$vncClasses = "/usr/local/vnc/classes";
|
|
$vncUserDir = "$ENV{HOME}/.vnc";
|
|
-$fontPath = "unix/:7100";
|
|
+#$fontPath = "unix/:7100";
|
|
$authType = "-rfbauth $vncUserDir/passwd";
|
|
|
|
# Read configuration from the system-wide and user files if present.
|