]> git.pld-linux.org Git - packages/ezmlm-web.git/blame - ezmlm-web.patch
- dropped pre-cvs changelog
[packages/ezmlm-web.git] / ezmlm-web.patch
CommitLineData
ffbe4fe4 1diff -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
256f1644
AM
9+AuthName 'EZ Mailing List Manager'
10 AuthType Basic
ffbe4fe4 11-AuthUserFile /etc/ezmlm/.htusers
256f1644
AM
12+AuthUserFile AUTHFILE
13 require valid-user
ffbe4fe4 14diff -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 @@
256f1644 18
ffbe4fe4 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");
256f1644 23
ffbe4fe4 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.054016 seconds and 4 git commands to generate.