diff options
Diffstat (limited to 'net/freenx/files/patch-freenx-nxnode')
-rw-r--r-- | net/freenx/files/patch-freenx-nxnode | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/freenx/files/patch-freenx-nxnode b/net/freenx/files/patch-freenx-nxnode deleted file mode 100644 index 0123f834efa4..000000000000 --- a/net/freenx/files/patch-freenx-nxnode +++ /dev/null @@ -1,18 +0,0 @@ ---- nxnode.orig Mon Jan 22 19:22:50 2007 -+++ nxnode -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - - # Free implementation of nxserver components - # -@@ -252,6 +252,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 |