$OpenBSD: patch-usr_bin_zrm-pre-scheduler,v 1.1 2013/03/11 20:59:05 sthen Exp $
--- usr/bin/zrm-pre-scheduler.orig	Mon Mar 11 20:48:00 2013
+++ usr/bin/zrm-pre-scheduler	Mon Mar 11 20:48:07 2013
@@ -95,7 +95,7 @@ sub reschedule()
     my $lev     = $_[4];
     my $found=0;
 
-    ($mycrontab_fh, $mycrontab) = mkstemp( "/tmp/zrm-preschedulerXXXXX" );
+    ($mycrontab_fh, $mycrontab) = mkstemp( "/tmp/zrm-preschedulerXXXXXXXXXX" );
     $mycrontab_fh=$mycrontab_fh; # quiet warnings
     system ("crontab -l > $mycrontab 2> /dev/null");
     $exit_value  = $? >> 8;
