1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' ezmlm-web-2.3/index.c mezzanine_patched_ezmlm-web-2.3/index.c |
2 |
|
|
--- ezmlm-web-2.3/index.c 2005-06-11 07:41:14.000000000 +1000 |
3 |
|
|
+++ mezzanine_patched_ezmlm-web-2.3/index.c 2005-10-25 11:57:22.634855608 +1000 |
4 |
|
|
@@ -8,7 +8,7 @@ |
5 |
|
|
|
6 |
|
|
int main(void) { |
7 |
|
|
/* Change this path to wherever you decided to put ezmlm-web.cgi */ |
8 |
|
|
- execv("/usr/local/bin/ezmlm-web.cgi"); |
9 |
|
|
+ execv("/usr/bin/ezmlm-web.cgi"); |
10 |
|
|
|
11 |
|
|
/* Note that you could also use the following to allow a specific user |
12 |
|
|
to store their mailing lists in a different directory defined by |