diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-31 12:41:17 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-31 12:41:17 +0000 |
| commit | 5ee4e37d0753ed37618816e2adb9f3fd81d24696 (patch) | |
| tree | 8988656fdeffe9abba74c96a4eebd45b1585f1da /net/spat/files/patch-ae | |
| parent | 04527497793503e4b2f9bfecc6316e4d095f6231 (diff) | |
Add spat - a lightweight Intranet Messaging Application for GNOME desktop.
Diffstat (limited to 'net/spat/files/patch-ae')
| -rw-r--r-- | net/spat/files/patch-ae | 11 |
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, " &"); |
