migrate-3-4.px: Rename vs_processes's data source from "total" to "value".
authorSebastian Harl <sh@tokkee.org>
Fri, 18 Apr 2008 12:54:50 +0000 (14:54 +0200)
committerFlorian Forster <octo@verplant.org>
Sun, 20 Apr 2008 08:39:54 +0000 (10:39 +0200)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@verplant.org>
contrib/migrate-3-4.px

index 9fa1139..699a471 100755 (executable)
@@ -121,7 +121,8 @@ our %TypeSplit =
 
 our %TypeRename =
 (
-       traffic => { from => [qw(incoming outgoing)], to => [qw(rx tx)] }
+       traffic => { from => [qw(incoming outgoing)], to => [qw(rx tx)] },
+       vs_processes => { from => [qw(total)], to => [qw(value)] },
 );
 
 GetOptions ("indir|i=s" => \$InDir,