]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-09-29 21:47:03 by joy]
authorjoy <>
Sat, 30 Sep 2000 04:47:03 +0000 (20:47 -0800)
committerjoy <>
Sat, 30 Sep 2000 04:47:03 +0000 (20:47 -0800)
set umask in order to have group-writable incoming/*, commented out just in case

scripts/receive.in

index 5e9a57a4521de042d4535279835f705fd12721c5..0b38997cf1665e6d361d011c5f1dabcf38039aeb 100755 (executable)
@@ -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' );