- another ideas.

This commit is contained in:
serek 2004-01-04 05:20:32 +00:00
parent 9cc655b158
commit 8526af51c0
2 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,7 @@ $dest_email = 'cia@pld-linux.org';
# Path to your sendmail binary. If you have it at a different place (and
# outside of $PATH), add your location at the start of this list. By all means
# keep the trailing empty string in the array.
@sendmail = ('sendmail', '/usr/lib/sendmail', '/var/qmail/bin/sendmail', '');
@sendmail = ('/var/qmail/bin/sendmail', '');
# Number of seconds to wait for possible concurrent instances. CVS calls up
# this script for each involved directory separately and this is the sync

View File

@ -29,6 +29,8 @@ while users_line != '' :
import os
os.popen('/usr/local/bin/ezmlm-sub /home/linuxdoc/cvs-commits/allow ' +
users_splitted[0]+'@tldp.org')
os.popen('/usr/local/bin/ezmlm-sub /home/linuxdoc/cvs-commits/allow ' +
users_splitted[0]+'@gabber.metalab.unc.edu')
os.popen('/usr/local/bin/ezmlm-sub /home/linuxdoc/staff/allow ' +
users_splitted[0]+'@tldp.org')
os.popen('/usr/local/bin/ezmlm-sub /home/linuxdoc/lampadas-commits/allow ' +