new tag: ezmlm-web 3.1

This commit is contained in:
lars 2006-01-16 01:58:02 +00:00
parent 860388f148
commit 648f962f24
82 changed files with 4777 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#include <stdio.h>
/* C wrapper to allow ezmlm-web.cgi to run suid */
/* Copyright (C) 1999/2000, Guy Antony Halse, All Rights Reserved */
/* See the README file in this distribution for copyright information */
int main(void) {
/* Change this path to wherever you decided to put ezmlm-web.cgi */
execv("/usr/lib/ezmlm-web/ezmlm-web.pl");
}