aboutsummaryrefslogtreecommitdiff
path: root/net/xrdp
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-06-05 00:21:46 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-06-05 00:21:46 +0000
commit4e271b433a399f8751b7eab785259038ddd3e85c (patch)
tree31627054163526c674ba377275e7282fce4dc521 /net/xrdp
parentec3402ef4a5140c8bcbb683cec9bd8b88be7c865 (diff)
downloadports-4e271b433a399f8751b7eab785259038ddd3e85c.tar.gz
ports-4e271b433a399f8751b7eab785259038ddd3e85c.zip
Notes
Diffstat (limited to 'net/xrdp')
-rw-r--r--net/xrdp/files/patch-common__os_calls.c11
-rw-r--r--net/xrdp/files/pkg-message.in3
2 files changed, 11 insertions, 3 deletions
diff --git a/net/xrdp/files/patch-common__os_calls.c b/net/xrdp/files/patch-common__os_calls.c
new file mode 100644
index 000000000000..6e0adbdab0ff
--- /dev/null
+++ b/net/xrdp/files/patch-common__os_calls.c
@@ -0,0 +1,11 @@
+--- ./common/os_calls.c.orig Sun Jul 30 01:41:31 2006
++++ ./common/os_calls.c Mon Jun 4 17:37:42 2007
+@@ -1002,6 +1002,8 @@
+ g_clearenv(void)
+ {
+ #if defined(_WIN32)
++#elif defined(__FreeBSD__)
++ environ[0] = NULL;
+ #else
+ environ = 0;
+ #endif
diff --git a/net/xrdp/files/pkg-message.in b/net/xrdp/files/pkg-message.in
index 90fad77a8f64..5d7273a2e1df 100644
--- a/net/xrdp/files/pkg-message.in
+++ b/net/xrdp/files/pkg-message.in
@@ -13,7 +13,4 @@ xrdp_enable="YES"
Do not forget to edit the configuration files in "%%PREFIX%%/etc/xrdp"
and the "%%PREFIX%%/lib/startwm.sh" script.
-Also, you must manually run a VNC server to be able to use this program. Try
-the "vnc-any" example in "xrdp.ini".
-
==============================================================================