diff options
Diffstat (limited to 'network/freenx/patches/netcat.patch')
-rw-r--r-- | network/freenx/patches/netcat.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/network/freenx/patches/netcat.patch b/network/freenx/patches/netcat.patch deleted file mode 100644 index 91475d272a..0000000000 --- a/network/freenx/patches/netcat.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -uarN freenx-server-0.7.3.orig/node.conf.sample freenx-server-0.7.3/node.conf.sample ---- freenx-server-0.7.3.orig/node.conf.sample 2008-08-22 02:44:43.000000000 +0200 -+++ freenx-server-0.7.3/node.conf.sample 2008-11-16 01:26:58.000000000 +0100 -@@ -539,7 +539,7 @@ - #COMMAND_SMBUMOUNT_CIFS=/sbin/umount.cifs - - # The key that contains the name of the complete path of the 'netcat' command. --#COMMAND_NETCAT=netcat -+#COMMAND_NETCAT=nc - - # The key that contains the name of the complete path of the 'ssh' and - # 'ssh-keygen' command. -diff -uarN freenx-server-0.7.3.orig/nxloadconfig freenx-server-0.7.3/nxloadconfig ---- freenx-server-0.7.3.orig/nxloadconfig 2008-08-22 02:44:43.000000000 +0200 -+++ freenx-server-0.7.3/nxloadconfig 2008-11-16 01:26:18.000000000 +0100 -@@ -195,7 +195,7 @@ - COMMAND_SMBUMOUNT=smbumount - COMMAND_SMBMOUNT_CIFS=/sbin/mount.cifs - COMMAND_SMBUMOUNT_CIFS=/sbin/umount.cifs --COMMAND_NETCAT=netcat -+COMMAND_NETCAT=nc - COMMAND_SSH=ssh - COMMAND_SSH_KEYGEN=ssh-keygen - COMMAND_CUPSD=/usr/sbin/cupsd |