diff options
author | hauke <hauke@pkgsrc.org> | 2012-01-22 21:08:00 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2012-01-22 21:08:00 +0000 |
commit | ae158500201d20fb92d1624fd400a2a1b8e3fba8 (patch) | |
tree | a1a7ca019c6ab6a66c19279fbc4ba7c3f43dfc14 /sysutils | |
parent | 935a54aaa160530c9302fa1e8a2768e69c960c65 (diff) | |
download | pkgsrc-ae158500201d20fb92d1624fd400a2a1b8e3fba8.tar.gz |
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 the -T here in Amanda v2.6.
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. |