|
Majordomo-Users (April 1996) |
>>>>> "JDL" == John D Leonard <john.leonard@ce.gatech.edu> writes:
JDL> Where can I tell majordomo to create all archive files with a 644
JDL> protection mask?
Add the line
umask(002);
right before the last call to lopen at the end of the archive2 program.
This is with 1.92; I haven't hacked up any other versions. I also don't
have the original code around, so I can't make a diff. This works fine for
me, though. If you don't like editing the code, try using a cron job.
- J<
References:
|