diff options
Diffstat (limited to 'misc/amanda26-server/files/patch-changer-src::chg-glue.pl')
-rw-r--r-- | misc/amanda26-server/files/patch-changer-src::chg-glue.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/amanda26-server/files/patch-changer-src::chg-glue.pl b/misc/amanda26-server/files/patch-changer-src::chg-glue.pl new file mode 100644 index 000000000000..20467d2116fd --- /dev/null +++ b/misc/amanda26-server/files/patch-changer-src::chg-glue.pl @@ -0,0 +1,10 @@ +--- changer-src/chg-glue.pl.orig 2009-01-28 15:06:00.000000000 +0900 ++++ changer-src/chg-glue.pl 2009-01-28 15:06:22.000000000 +0900 +@@ -206,6 +206,7 @@ + finish(); + return; + } ++ chomp($command); + + if (($slot) = ($command =~ /^-slot (.*)$/)) { + do_slot($slot); |