Summary: | sysutils/munin-node: share/munin/plugins/ping_ wrong syntax for ping | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Niels Bakker <niels=freebsd> |
Component: | Individual Port(s) | Assignee: | Mathieu Arnold <mat> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(mat) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Niels Bakker
2018-05-11 09:44:57 UTC
Mmmm, this only happens on 10.4 # sh -c 'echo foo ${foo:-} bar'|od -cb 0000000 f o o b a r \n 146 157 157 040 040 142 141 162 012 On 11.1 it does not happen: # sh -c 'echo foo ${foo:-} bar'|od -cb 0000000 f o o b a r \n 146 157 157 040 142 141 162 012 It seems a bit strange, I'll investigate. A commit references this bug: Author: mat Date: Tue May 15 07:37:49 UTC 2018 New revision: 469997 URL: https://svnweb.freebsd.org/changeset/ports/469997 Log: On FreeBSD 10, sh handles ${foo:-} differently, and creates an empty argument, which ping does not like. PR: 228149 Reported by: Niels Bakker Sponsored by: Absolight Changes: head/sysutils/munin-common/files/patch-plugins_node.d_ping__.in head/sysutils/munin-node/Makefile |