]> git.pld-linux.org Git - packages/ezmlm-web.git/blob - ezmlm-web.patch
- dropped pre-cvs changelog
[packages/ezmlm-web.git] / ezmlm-web.patch
1 diff -ruN ezmlm-web-2.1.orig/htaccess.sample ezmlm-web-2.1/htaccess.sample
2 --- ezmlm-web-2.1.orig/htaccess.sample  Mon Sep 25 20:49:46 2000
3 +++ ezmlm-web-2.1/htaccess.sample       Sat Dec 30 18:41:13 2000
4 @@ -3,7 +3,7 @@
5  #order deny,allow
6  #deny from all
7  #allow from .ru.ac.za
8 -AuthName "EZ Mailing List Manager
9 +AuthName 'EZ Mailing List Manager'
10  AuthType Basic
11 -AuthUserFile /etc/ezmlm/.htusers
12 +AuthUserFile AUTHFILE
13  require valid-user
14 diff -ruN ezmlm-web-2.1.orig/index.c ezmlm-web-2.1/index.c
15 --- ezmlm-web-2.1.orig/index.c  Mon Sep 25 20:14:18 2000
16 +++ ezmlm-web-2.1/index.c       Sat Dec 30 18:45:00 2000
17 @@ -8,7 +8,7 @@
18  
19  int main(void) {
20     /* Change this path to wherever you decided to put ezmlm-web.cgi */
21 -   execv("/usr/local/bin/ezmlm-web.cgi"); 
22 +   execv("/home/httpd/html/ezmlm/ezmlm-web.cgi"); 
23  
24     /* Note that you could also use the following to allow a specific user
25        to store their mailing lists in a different directory defined by
This page took 0.068202 seconds and 3 git commands to generate.