]> git.decadent.org.uk Git - dak.git/blobdiff - shania
* crypto-in-main changes.* utils.py (move, copy): add an optional perms= parameter...
[dak.git] / shania
diff --git a/shania b/shania
index 5cd8ad7aeeade885a753fad3ecf7e1f1c8b61d7d..e3423d6851258205ae36767745e8fe537004e30d 100755 (executable)
--- a/shania
+++ b/shania
@@ -2,7 +2,7 @@
 
 # Clean incoming of old unused files
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: shania,v 1.12 2002-02-12 22:14:38 troup Exp $
+# $Id: shania,v 1.13 2002-03-14 14:12:04 ajt Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -91,7 +91,7 @@ def remove (file):
         # If the destination file exists; try to find another filename to use
         if os.path.exists(dest_filename):
             dest_filename = utils.find_next_free(dest_filename, 10);
-        utils.move(file, dest_filename);
+        utils.move(file, dest_filename, 0660);
     else:
         utils.warn("skipping '%s', permission denied." % (os.path.basename(file)));