mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
25 lines
1,022 B
Diff
25 lines
1,022 B
Diff
|
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
|