X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Ftaper.pl;h=b685a5276374bba6334c2d71ac407298e14663dc;hb=c6f0a88c567f8536c498f554285aed1f8150da18;hp=1ee47b21af5030a3ed4b49c548bbcd634f08756c;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/server-src/taper.pl b/server-src/taper.pl index 1ee47b2..b685a52 100644 --- a/server-src/taper.pl +++ b/server-src/taper.pl @@ -26,15 +26,18 @@ package main; use Amanda::Util qw( :constants ); use Amanda::Config qw( :init :getconf ); use Amanda::Logfile qw( :logtype_t log_add $amanda_log_trace_log ); -use Amanda::Debug; +use Amanda::Debug qw( debug ); use Amanda::Taper::Controller; use Getopt::Long; Amanda::Util::setup_application("taper", "server", $CONTEXT_DAEMON); my $config_overrides = new_config_overrides($#ARGV+1); + +debug("Arguments: " . join(' ', @ARGV)); Getopt::Long::Configure(qw{bundling}); GetOptions( + 'version' => \&Amanda::Util::version_opt, 'o=s' => sub { add_config_override_opt($config_overrides, $_[1]); }, ) or usage();