diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-server/patches/patch-server-src_amstatus.pl.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/amanda-server/patches/patch-server-src_amstatus.pl.in b/sysutils/amanda-server/patches/patch-server-src_amstatus.pl.in new file mode 100644 index 00000000000..c4275caf91e --- /dev/null +++ b/sysutils/amanda-server/patches/patch-server-src_amstatus.pl.in @@ -0,0 +1,15 @@ +$NetBSD: patch-server-src_amstatus.pl.in,v 1.1 2012/01/22 21:08:00 hauke Exp $ + +Remove an over-zealous warning, which breaks the script for +Perl 5.14+. According to +<https://bugzilla.redhat.com/show_bug.cgi?id=512534>, +upstream did away with -T here in v2.6 + +--- server-src/amstatus.pl.in.orig 2007-06-04 12:37:38.000000000 +0000 ++++ server-src/amstatus.pl.in +@@ -1,4 +1,4 @@ +-#!@PERL@ -Tw ++#!@PERL@ -w + # + + # Run perl. |