freebsd-ports/net/spat/files/patch-ae
2001-01-04 20:57:31 +00:00

12 lines
284 B
Plaintext

--- spatd/callbacks.c.orig Wed Jan 3 20:42:27 2001
+++ spatd/callbacks.c Thu Jan 4 13:48:04 2001
@@ -110,7 +110,7 @@
{
//exit(0);
}
- strcpy(command, "/usr/local/bin/spat ");
+ strcpy(command, PREFIX "/bin/spat ");
strcat(command, remote_login);
strcat(command, " &");