Update of /cvsroot/tmda/tmda/TMDA
In directory sc8-pr-cvs1:/tmp/cvs-serv19194

Modified Files:
        Deliver.py 
Log Message:
Last check-in did not do what I thought it would.  This check-in reverts the
code back to where it was in revision 1.7.  Sorry!


Index: Deliver.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Deliver.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Deliver.py  28 Nov 2002 17:31:23 -0000      1.8
+++ Deliver.py  29 Nov 2002 01:56:26 -0000      1.9
@@ -253,7 +253,7 @@
             except OSError:
                 # Not running as root, can't chown file.
                 pass
-            os.chmod(fname_tmp, Defaults.PENDING_FILE_PERM)
+            os.chmod(fname_tmp, 0600)
             fp.write(message)
             fp.flush()
             os.fsync(fp.fileno())

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to