diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-02-06 07:16:32 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-02-06 07:16:32 +0000 |
commit | 2c0c9683099dd48ff2139916cf0580acaf46d716 (patch) | |
tree | 4c7ec334da8c82a05a630e1bd59362ca1d6ef8b5 /misc/amanda32-server/files/patch-changer-src::chg-glue.pl | |
parent | Update to 0.2.29 (diff) |
Grr, I forgot to add patch files in previous commit...
Notes
Notes:
svn path=/head/; revision=227708
Diffstat (limited to 'misc/amanda32-server/files/patch-changer-src::chg-glue.pl')
-rw-r--r-- | misc/amanda32-server/files/patch-changer-src::chg-glue.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/amanda32-server/files/patch-changer-src::chg-glue.pl b/misc/amanda32-server/files/patch-changer-src::chg-glue.pl new file mode 100644 index 000000000000..20467d2116fd --- /dev/null +++ b/misc/amanda32-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); |