You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2010/02/16 07:02:41 UTC

svn commit: r910408 - /spamassassin/trunk/build/mkupdates/mkupdate-with-scores

Author: dos
Date: Tue Feb 16 06:02:41 2010
New Revision: 910408

URL: http://svn.apache.org/viewvc?rev=910408&view=rev
Log:
umask 022 is restrictive enough

Modified:
    spamassassin/trunk/build/mkupdates/mkupdate-with-scores

Modified: spamassassin/trunk/build/mkupdates/mkupdate-with-scores
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/mkupdate-with-scores?rev=910408&r1=910407&r2=910408&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/mkupdate-with-scores (original)
+++ spamassassin/trunk/build/mkupdates/mkupdate-with-scores Tue Feb 16 06:02:41 2010
@@ -20,7 +20,7 @@
 set -e
 set -x
 
-umask 077
+umask 022
 
 UPDATEDIR=/var/www/buildbot.spamassassin.org/updatestage
 DNSDIR=/var/named/updates.spamassassin.org.d