From 1fd9f280cc9acad4b31f518e75c4814ba6e4f5b6 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 10 Apr 2008 10:24:15 +0000 Subject: - update to 2.1.0 PR: 113423 Obtained from: http://www.deweyonline.com/nx/freebsd.html --- net/freenx/files/patch-freenx-nxnode | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'net/freenx/files/patch-freenx-nxnode') diff --git a/net/freenx/files/patch-freenx-nxnode b/net/freenx/files/patch-freenx-nxnode index bb131ca4c3ca..0123f834efa4 100644 --- a/net/freenx/files/patch-freenx-nxnode +++ b/net/freenx/files/patch-freenx-nxnode @@ -1,8 +1,18 @@ ---- freenx-0.4.4/nxnode.orig Tue Aug 2 11:20:18 2005 -+++ freenx-0.4.4/nxnode Tue Aug 9 15:08:43 2005 +--- 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 -- cgit v1.2.3