X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fmigrate-4-5.px;h=0e6f7b2f42256c9279edc41c24bca638f636bd8c;hb=57b6a7ec7693cf8f111d9d4ab486eb5509c99836;hp=1e54683ae0333848b26dbd9269678a0387de0590;hpb=5f2db377613d8f9d586fcadad706345af1afdc37;p=collectd.git diff --git a/contrib/migrate-4-5.px b/contrib/migrate-4-5.px index 1e54683a..0e6f7b2f 100755 --- a/contrib/migrate-4-5.px +++ b/contrib/migrate-4-5.px @@ -32,7 +32,6 @@ use Data::Dumper (); use File::Basename ('dirname'); our $InDir = '/var/lib/collectd'; -our $OutDir = '/tmp/collectd-5'; our $RRDtool = 'rrdtool'; our %TypesCounterToDerive = # {{{ @@ -226,8 +225,6 @@ Valid options are: --indir Source directory Default: $InDir - --outdir Destination directory - Default: $OutDir --rrdtool Path to the RRDtool binary Default: $RRDtool @@ -236,7 +233,6 @@ EOF } # }}} sub exit_usage GetOptions ("indir|i=s" => \$InDir, - "outdir|o=s" => \$OutDir, "rrdtool=s" => \$RRDtool, "help|h" => \&exit_usage) or exit_usage ();