diff options
Diffstat (limited to 'net-misc/nxserver-freenx/files/nxserver-freenx-0.6.0-rdesktop.patch')
-rw-r--r-- | net-misc/nxserver-freenx/files/nxserver-freenx-0.6.0-rdesktop.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/nxserver-freenx/files/nxserver-freenx-0.6.0-rdesktop.patch b/net-misc/nxserver-freenx/files/nxserver-freenx-0.6.0-rdesktop.patch new file mode 100644 index 000000000000..e6ed42a5e558 --- /dev/null +++ b/net-misc/nxserver-freenx/files/nxserver-freenx-0.6.0-rdesktop.patch @@ -0,0 +1,12 @@ +--- nxnode.orig 2007-02-02 19:54:15.000000000 +0100 ++++ nxnode 2007-02-02 19:50:28.000000000 +0100 +@@ -253,6 +253,9 @@ + + NODE_APPLICATION=$(node_find_application "$type") + ++ # For rdesktop/VNC, there is no application to start ++ [ -n "$NODE_APPLICATION" ] || return ++ + # + # Check if we want to use a mediahelper + # |