summaryrefslogtreecommitdiff
path: root/net/spat/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/spat/files/patch-ae')
-rw-r--r--net/spat/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/spat/files/patch-ae b/net/spat/files/patch-ae
new file mode 100644
index 000000000000..fec60492712e
--- /dev/null
+++ b/net/spat/files/patch-ae
@@ -0,0 +1,11 @@
+--- spatd/callbacks.c 2000/10/31 11:45:02 1.1
++++ spatd/callbacks.c 2000/10/31 11:43:46
+@@ -129,7 +129,7 @@
+ {
+ //exit(0);
+ }
+- strcpy(command, "/usr/local/bin/spat ");
++ strcpy(command, PREFIX "bin/spat ");
+ strcat(command, login);
+
+ strcat(command, " &");