diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-30 14:58:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-30 14:58:24 +0000 |
commit | dd46cefe9746e79da40ef826c6ec028b254f2fe4 (patch) | |
tree | a669921e0b0a91c33c0f765718c48916cfa275ed /net/freenx/files/patch-freenx-nxloadconfig | |
parent | Add forgotten USE_PERL5. (diff) |
- Update to 0.4.1
PR: ports/82740
Submitted by: dewey hylton <freenx@deweyonline.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=138245
Diffstat (limited to 'net/freenx/files/patch-freenx-nxloadconfig')
-rw-r--r-- | net/freenx/files/patch-freenx-nxloadconfig | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/net/freenx/files/patch-freenx-nxloadconfig b/net/freenx/files/patch-freenx-nxloadconfig index a6df85fe7cb7..3cb829d7df87 100644 --- a/net/freenx/files/patch-freenx-nxloadconfig +++ b/net/freenx/files/patch-freenx-nxloadconfig @@ -1,6 +1,12 @@ ---- freenx-0.3.1/nxloadconfig.orig Thu Mar 10 19:11:15 2005 -+++ freenx-0.3.1/nxloadconfig Mon Mar 28 12:35:11 2005 -@@ -18,12 +18,12 @@ +--- freenx-0.4.1/nxloadconfig.orig Thu May 5 04:34:20 2005 ++++ freenx-0.4.1/nxloadconfig Mon Jun 27 13:55:28 2005 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/usr/local/bin/bash + # + # Copyright (c) 2005 by Fabian Franz <freenx@fabian-franz.de> + # (c) 2005 by Jon Severinsson <jonno@users.berlios.de> +@@ -53,12 +53,12 @@ NX_LICENSE="OS (GPL)" # Where can different nx components be found @@ -15,5 +21,14 @@ +NX_SESS_DIR=/var/lib/nxserver/ +NX_HOME_DIR=/home/nx/ - # adds PATH_LIB to the startup of nxagents - # Should be set to 1 if PATH_LIB is not a system default library path + # Advanced users ONLY + AGENT_LIBRARY_PATH="" #Calculated +@@ -152,7 +152,7 @@ + COMMAND_XAUTH=/usr/X11R6/bin/xauth + COMMAND_SMBMOUNT=smbmount + COMMAND_SMBUMOUNT=smbumount +-COMMAND_NETCAT=netcat ++COMMAND_NETCAT=nc + COMMAND_SSH=ssh + COMMAND_SSH_KEYGEN=ssh-keygen + COMMAND_CUPSD=/usr/sbin/cupsd |