summaryrefslogtreecommitdiff
path: root/mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-25 15:51:19 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-25 15:51:19 +0000
commit8eabd8320274993a04d9f7af6885d5b01b2b511e (patch)
treedafbe00e17188b9b8f1913b2ae9f4af6cbdd978a /mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c
parent- update to 5.6.4 (diff)
- Update version to 20041024
PR: ports/73119 Approved by: maintainer, co-mentor (vanilla)
Notes
Notes: svn path=/head/; revision=120163
Diffstat (limited to 'mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c')
-rw-r--r--mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c b/mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c
new file mode 100644
index 000000000000..718cc8334aca
--- /dev/null
+++ b/mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c
@@ -0,0 +1,11 @@
+--- wwsympa/wwsympa-wrapper.c Sat Oct 23 20:42:47 2004
++++ wwsympa/wwsympa-wrapper.c Sat Oct 23 20:42:30 2004
+@@ -0,0 +1,8 @@
++#include <unistd.h>
++
++#define WWSYMPA "/usr/local/sympa/bin/wwsympa.fcgi"
++
++int main(int argn, char **argv, char **envp) {
++ argv[0] = WWSYMPA;
++ execve(WWSYMPA,argv,envp);
++}