From: joy <> Date: Sat, 30 Sep 2000 04:47:03 +0000 (-0800) Subject: [project @ 2000-09-29 21:47:03 by joy] X-Git-Tag: release/2.6.0~1274 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7eec6c033580227784d792385ae0dafc0c26e8c3;p=debbugs.git [project @ 2000-09-29 21:47:03 by joy] set umask in order to have group-writable incoming/*, commented out just in case --- diff --git a/scripts/receive.in b/scripts/receive.in index 5e9a57a4..0b38997c 100755 --- a/scripts/receive.in +++ b/scripts/receive.in @@ -1,7 +1,10 @@ #!/usr/bin/perl -w -# $Id: receive.in,v 1.3 1999/10/25 01:35:04 gecko Exp $ +# $Id: receive.in,v 1.4 2000/09/29 21:47:03 joy Exp $ # usage: mail is piped directly into program +#set umask in order to have group-writable incoming/* +#umask 002; + #load configuration file require( '/etc/debbugs/config' );