RE: [Perl-unix-users] running htpasswd from a script executed by a cron job

2001-10-10 Thread Richard Chiswell
t: Wednesday, October 10, 2001 1:01 AM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] running htpasswd from a script executed by a > cron job > > > I set up a cron job to execute a program that rewrites > a .htpasswd file. The program reads another file to > find out whi

[Perl-unix-users] running htpasswd from a script executed by a cron job

2001-10-09 Thread Gia Mccue
I set up a cron job to execute a program that rewrites a .htpasswd file. The program reads another file to find out which logins are valid by date. Then writes a new .htpasswd file. The program works fine when executed manually, but when it runs on schedule from the crontab it executes every li