Date: Fri, 19 Nov 2021 18:30:47 GMT From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e01995157498 - main - net-mgmt/smokeping: Fix typo in patch Message-ID: <202111191830.1AJIUltw051808@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e01995157498bdda1b14a8c2caa8ff869614533e commit e01995157498bdda1b14a8c2caa8ff869614533e Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2021-11-19 18:22:32 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2021-11-19 18:22:32 +0000 net-mgmt/smokeping: Fix typo in patch --- net-mgmt/smokeping/files/patch-bin_smokeping__cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/smokeping/files/patch-bin_smokeping__cgi b/net-mgmt/smokeping/files/patch-bin_smokeping__cgi index 093fd6a8c207..2e31e77be1a1 100644 --- a/net-mgmt/smokeping/files/patch-bin_smokeping__cgi +++ b/net-mgmt/smokeping/files/patch-bin_smokeping__cgi @@ -16,7 +16,7 @@ use CGI::Fast; -my $cfg = (shift @ARGV) || "$FindBin::Bin/../etc/config"; -+My $cfg = (shift @ARGV) || "/usr/local/etc/smokeping/config"; ++my $cfg = (shift @ARGV) || "/usr/local/etc/smokeping/config"; while (my $q = new CGI::Fast) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111191830.1AJIUltw051808>