1fd9f280cc
PR: 113423 Obtained from: http://www.deweyonline.com/nx/freebsd.html
18 lines
377 B
Text
18 lines
377 B
Text
--- 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
|