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

scripts/service.in

index 60c966daee9ed80160e0187025d4186b110a6535..cb20d25417ab97c1836c6aa5c4c31c05e9bb6f2a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: service.in,v 1.40 2001/08/16 07:23:06 doogie Exp $
+# $Id: service.in,v 1.41 2001/08/16 07:24:18 doogie Exp $
 # ^ more or less ^
 #
 # Usage: service <code>.nn
@@ -18,6 +18,7 @@ chdir("$gSpoolDir") || die "chdir spool: $!\n";
 # open(DEBUG,">&4");
 open DEBUG, ">/dev/null";
 $debug = 0;
+umask(002);
 
 $_=shift;
 m/^[RC]\.\d+$/ || &quit("bad argument");