You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2011/11/27 19:24:50 UTC

svn commit: r1206794 - /spamassassin/trunk/sa-update.raw

Author: kmcgrail
Date: Sun Nov 27 18:24:49 2011
New Revision: 1206794

URL: http://svn.apache.org/viewvc?rev=1206794&view=rev
Log:
Small documentation change for sa-update for umask

Modified:
    spamassassin/trunk/sa-update.raw

Modified: spamassassin/trunk/sa-update.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sa-update.raw?rev=1206794&r1=1206793&r2=1206794&view=diff
==============================================================================
--- spamassassin/trunk/sa-update.raw (original)
+++ spamassassin/trunk/sa-update.raw Sun Nov 27 18:24:49 2011
@@ -1743,6 +1743,14 @@ C<sa-update> is typically used in someth
 This works because C<sa-update> only returns an exit status of C<0> if
 it has successfully downloaded and installed an updated ruleset.
 
+The program sa-update uses the underlying operating system umask for the
+updated rule files it installs.  You may wish to run sa-update from a script
+that sets the umask prior to calling sa-update.  For example:
+
+	#!/bin/sh
+	umask 022
+	sa-update
+
 =head1 OPTIONS
 
 =over 4