Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 09:31:34 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369707 - head/net-mgmt/smokeping/files
Message-ID:  <201410010931.s919VYJ2077765@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Wed Oct  1 09:31:33 2014
New Revision: 369707
URL: https://svnweb.freebsd.org/changeset/ports/369707
QAT: https://qat.redports.org/buildarchive/r369707/

Log:
  fix perl5.18 build
  
  PR:		ports/182840
  Submitted by:	alexey <alexey@kouznetsov.com>
  Approved by:	bapt (mentor)

Added:
  head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm   (contents, props changed)

Added: head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/smokeping/files/patch-lib_Smokeping.pm	Wed Oct  1 09:31:33 2014	(r369707)
@@ -0,0 +1,11 @@
+--- lib/Smokeping.pm.orig	2014-09-12 08:24:07.080901489 +0000
++++ lib/Smokeping.pm	2014-09-12 08:24:45.049898644 +0000
+@@ -2631,7 +2631,7 @@
+ 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 masterE<sol>slave mode|smokeping_master_slave>.
+ 
+ If this variable is not specified, the value of C<datadir> will be used instead.
+ DOC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410010931.s919VYJ2077765>