summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33bff14)
raw | patch | inline | side by side (parent: 33bff14)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 18 Apr 2008 12:54:50 +0000 (14:54 +0200) | ||
committer | Florian 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>
Signed-off-by: Florian Forster <octo@verplant.org>
contrib/migrate-3-4.px | patch | blob | history |
diff --git a/contrib/migrate-3-4.px b/contrib/migrate-3-4.px
index 9fa11398efd78754a178834ece2b67cb5401637a..699a471c7c67027971d5ca989fcc9ab5b76f8da3 100755 (executable)
--- a/contrib/migrate-3-4.px
+++ b/contrib/migrate-3-4.px
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,