diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-10 09:41:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-10 09:41:41 +0000 |
commit | 9a05af2f932e498aa16087eb79aae35b6b02902a (patch) | |
tree | c34e0702b10cea04278db87cd77698202e5db072 /net/freenx/files/patch-freenx-nxnode | |
parent | Remove expired port with domain-squatted master site: (diff) |
Remove expired port:
2014-03-10 net/freenx: Depends on expiring net/nxserver
Notes
Notes:
svn path=/head/; revision=347730
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 |