summaryrefslogtreecommitdiff
path: root/mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c
diff options
context:
space:
mode:
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, 0 insertions, 11 deletions
diff --git a/mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c b/mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c
deleted file mode 100644
index 718cc8334aca..000000000000
--- a/mail/sympa-elixus/files/patch-wwsympa-wwsympa-wrapper.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
-+}