From 7eec6c033580227784d792385ae0dafc0c26e8c3 Mon Sep 17 00:00:00 2001 From: joy <> Date: Fri, 29 Sep 2000 20:47:03 -0800 Subject: [PATCH] [project @ 2000-09-29 21:47:03 by joy] set umask in order to have group-writable incoming/*, commented out just in case --- scripts/receive.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' ); -- 2.39.5