diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 12:09:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 12:09:09 +0000 |
commit | 23973b4aec17674ba22d08d098d7b0ef8582dd3c (patch) | |
tree | 060c8724e1bb4c8aa0567b4c56a88ac098d77c79 /net/freenx/files/patch-freenx-nxkeygen | |
parent | This is a port of NoMachine's NX server, which is a way to (diff) |
NoMachine NX is the next-generation X compression and roundtrip suppression
scheme. It can operate remote X11 sessions over 56k modem dialup links or
anything better.
This port contains a free (GPL) implementation of the nxserver component.
PR: ports/79670
Submitted by: dewey hylton <freenx@deweyonline.com>
Notes
Notes:
svn path=/head/; revision=132807
Diffstat (limited to 'net/freenx/files/patch-freenx-nxkeygen')
-rw-r--r-- | net/freenx/files/patch-freenx-nxkeygen | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/freenx/files/patch-freenx-nxkeygen b/net/freenx/files/patch-freenx-nxkeygen new file mode 100644 index 000000000000..deb8b2014c80 --- /dev/null +++ b/net/freenx/files/patch-freenx-nxkeygen @@ -0,0 +1,17 @@ +--- freenx-0.3.1/nxkeygen.orig Sun Feb 13 20:52:08 2005 ++++ freenx-0.3.1/nxkeygen Mon Mar 28 15:26:50 2005 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/usr/local/bin/bash + # + # /usr/NX/bin/nxkeygen + # Create a new client/server key pair +@@ -48,7 +48,7 @@ + + for x in ${NX_CLIENT_KEY} ${NX_SERVER_KEY} ; do + chmod 600 $x +- chown nx:root $x ++ chown nx:nx $x + done + + # copy the key to the authorized_keys2 file |