diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-20 11:20:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-20 11:20:50 +0000 |
commit | 0e620cab5d6a2de1d1859583906e41e3dcb26e59 (patch) | |
tree | aaa1c79b0fe09ed43593b4b0b41bb9630922f99e /main/smokeping/smokeping-perl-5.18.patch | |
parent | 63a32f9d599406f3e1953224a12f973ce4cbff56 (diff) | |
download | aports-0e620cab5d6a2de1d1859583906e41e3dcb26e59.tar.bz2 aports-0e620cab5d6a2de1d1859583906e41e3dcb26e59.tar.xz |
main/smokeping: buildfix for perl 5.18
Diffstat (limited to 'main/smokeping/smokeping-perl-5.18.patch')
-rw-r--r-- | main/smokeping/smokeping-perl-5.18.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/smokeping/smokeping-perl-5.18.patch b/main/smokeping/smokeping-perl-5.18.patch new file mode 100644 index 0000000000..9b66b9ff6e --- /dev/null +++ b/main/smokeping/smokeping-perl-5.18.patch @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_Smokeping.pm,v 1.1 2013/06/16 21:38:51 wiz Exp $ + +Fix pod2man error with perl-5.18 -- it does not like slash. + +--- ./lib/Smokeping.pm.orig 2012-01-11 08:48:43.000000000 +0000 ++++ ./lib/Smokeping.pm +@@ -2609,7 +2609,7 @@ DOC + The base directory where SmokePing keeps the files related to the DYNAMIC function. + This directory must be writeable by the WWW server. It is also used for temporary + storage of slave polling results by the master in +-L<the master/slave mode|smokeping_master_slave>. ++L<the master-slave mode|smokeping_master_slave>. + + If this variable is not specified, the value of C<datadir> will be used instead. + DOC |