From 2ad5df96a391c0b3a87acd303be08f88c433cc93 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Tue, 17 Apr 2018 13:26:18 +0900 Subject: Remove x11rdp from xrdp repository Now x11rdp is replaced with xorgxrdp. Deprecating it. Repository moved to https://github.com/neutrinolabs/x11rdp. --- xorg/tests/nx/client.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 xorg/tests/nx/client.sh (limited to 'xorg/tests/nx/client.sh') diff --git a/xorg/tests/nx/client.sh b/xorg/tests/nx/client.sh deleted file mode 100755 index 5cb7de17..00000000 --- a/xorg/tests/nx/client.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -xhost + - -# delete chache directory for testing -rm -r .nx - -if ! [ -d .nx ] -then - mkdir .nx -fi - -export LD_LIBRARY_PATH=$PWD - -./nxproxy -S nx/nx,session=session,id=jay,root=.nx,connect=127.0.0.1:10,delta=1,stream=1,data=1 - -- cgit v1.2.1