git: e01995157498 - main - net-mgmt/smokeping: Fix typo in patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 18:30:47 UTC
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) {