summarylogtreecommitdiffstats
path: root/simple-net-config.patch
diff options
context:
space:
mode:
authorConstantin Nickel2016-11-19 09:01:57 +0100
committerConstantin Nickel2016-11-19 09:01:57 +0100
commit581dfe0f4c720ef984b6160428cc4ed3e73c9ef2 (patch)
tree86b578d4d275fa72b4c2a28a38c92f69e0378e70 /simple-net-config.patch
downloadaur-581dfe0f4c720ef984b6160428cc4ed3e73c9ef2.tar.gz
initial commit
Diffstat (limited to 'simple-net-config.patch')
-rw-r--r--simple-net-config.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/simple-net-config.patch b/simple-net-config.patch
new file mode 100644
index 000000000000..c57a7e7e27d9
--- /dev/null
+++ b/simple-net-config.patch
@@ -0,0 +1,35 @@
+diff --git a/app/dosboxsyndicate_client.conf b/app/dosboxsyndicate_client.conf
+--- a/app/dosboxsyndicate_client.conf
++++ b/app/dosboxsyndicate_client.conf
+@@ -2,11 +2,8 @@
+ ipx=true
+
+ [autoexec]
+-@echo off
+-mount c ".."
++mount c "."
+ c:
+-cls
+-IPXNET CONNECT 127.0.0.1
++IPXNET CONNECT 127.0.0.1 19900
+ netbios.exe
+-synd.exe
+-exit
++cls
+diff --git a/app/dosboxsyndicate_server.conf b/app/dosboxsyndicate_server.conf
+--- a/app/dosboxsyndicate_server.conf
++++ b/app/dosboxsyndicate_server.conf
+@@ -2,11 +2,7 @@
+ ipx=true
+
+ [autoexec]
+-@echo off
+-mount c ".."
++mount c "."
+ c:
+-cls
+-IPXNET STARTSERVER
++IPXNET STARTSERVER 19900
+ netbios.exe
+-synd.exe
+-exit