--- rpms/smeserver-arkeia/contribs7/smeserver-arkeia-1.0-rotateupdate.patch 2008/11/25 16:47:03 1.1 +++ rpms/smeserver-arkeia/contribs7/smeserver-arkeia-1.0-rotateupdate.patch 2008/11/25 17:08:59 1.2 @@ -22,7 +22,7 @@ my $daily = $arkeia->prop("Daily") || 0; my $weekly = $arkeia->prop("Weekly") || 0; -@@ -52,6 +61,11 @@ +@@ -52,6 +61,12 @@ } } exit 0 unless $slot; @@ -36,3 +36,4 @@ + exit 0 if $2 == $slot; + system("$mtxcmd unload $2 $1"); +} ++system("$mtxcmd load $slot") && die("A problem occurred execing mtx\n");