/[Apache-SVN]/spamassassin/branches/3.1/lib/Mail/SpamAssassin/Locker.pm
ViewVC logotype

Diff of /spamassassin/branches/3.1/lib/Mail/SpamAssassin/Locker.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/branches/3.1/lib/Mail/SpamAssassin/Locker.pm	2005/08/05 00:08:52	227524
+++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/Locker.pm	2005/08/05 00:12:03	227525
@@ -42,8 +42,10 @@ sub new {
 ###########################################################################
 
 sub safe_lock {
-  my ($self, $path, $max_retries) = @_;
+  my ($self, $path, $max_retries, $mode) = @_;
   # max_retries is optional, should default to about 30
+  # mode is UNIX-style and optional, should default to 0700,
+  # callers must specify --x bits
   die "locker: safe_lock not implemented by Locker subclass";
 }
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26