new tag: ezmlm-web 3.1
This commit is contained in:
parent
860388f148
commit
648f962f24
82 changed files with 4777 additions and 0 deletions
10
ezmlm-web-3.1/debian-related/index.c
Normal file
10
ezmlm-web-3.1/debian-related/index.c
Normal 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");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue