--- runme.orig 2005-02-16 22:16:07.000000000 +0100 +++ runme 2005-02-16 22:21:09.000000000 +0100 @@ -78,6 +78,7 @@ my $clrscr = "\n\n\n\n\n\n\n\n\n\n"; my $opt_batch; +my $opt_verbose; my $opt_test; my $opt_check; my $opt_reverse; @@ -89,6 +90,7 @@ my $opt_iptpath; my $result = GetOptions("batch" => \$opt_batch, + "verbose" => \$opt_verbose, "test" => \$opt_test, "check" => \$opt_check, "reverse" => \$opt_reverse, @@ -234,7 +236,7 @@ if (grep($_ eq $plname, @{$session->{applied}})) { print("applied\n"); next PATCHLET; - } elsif ($session->apply_patchlet($patchlet, !$opt_reverse, 1, "/tmp/pom-$$")) { + } elsif ($session->apply_patchlet($patchlet, !$opt_reverse, 1, "/tmp/pom-$$", $opt_verbose)) { print("applied\n"); push(@{$session->{applied}}, $plname); next PATCHLET; @@ -368,6 +370,10 @@ specify the iptables source path +=item B<--verbose> + +verbose output (shows output of patch command) + =back =head1 DESCRIPTION