]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2001-08-16 07:07:53 by doogie]
authordoogie <>
Thu, 16 Aug 2001 14:07:53 +0000 (06:07 -0800)
committerdoogie <>
Thu, 16 Aug 2001 14:07:53 +0000 (06:07 -0800)
Set the umask, so g+w works.

scripts/process.in

index 8aff7c27632acf19b69c3a543c3d5d2b486d90a1..cdf30c5c0ffae7b0eded9a5c21000c80ce55c33f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: process.in,v 1.33 2001/08/16 07:06:16 doogie Exp $
+# $Id: process.in,v 1.34 2001/08/16 07:07:53 doogie Exp $
 #
 # Usage: process nn
 # Temps:  incoming/Pnn
@@ -10,6 +10,7 @@ require( '/usr/lib/debbugs/errorlib' );
 chdir( "$gSpoolDir" ) || die 'chdir spool: $!\n';
 
 #open(DEBUG,"> /tmp/debbugs.debug");
+umask(002);
 open DEBUG, ">/dev/null";
 
 defined( $intdate= time ) || &quit( "failed to get time: $!" );