Merge branch 'newpc92timings' of /scm/spider into newpc92timings
[spider.git] / perl / importkeps.pl
index 39fa21dfc3dae59467143fdb961bdfce2193e5ea..11a267b02943ae2051f4862b8d74915bd0329e54 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Copyright (c) 2004 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 use strict;
@@ -50,6 +50,7 @@ sub process
        # open the output file in the data area
        my $fn = "$root/tmp/keps.txt.$$";
        open OUT, ">$fn" or die "$fn $!";
+       chmod 0666, $fn;
        print OUT $inp;
        close OUT;