[Bug 266727] security/net-mgmt: incompatible "date" usage
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266727] security/easy-rsa: incompatible "date" usage"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266727] security/easy-rsa: incompatible "date" usage"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266727] security/easy-rsa: incompatible "date" usage"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266727] security/easy-rsa: incompatible "date" usage"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 14:38:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266727 Bug ID: 266727 Summary: security/net-mgmt: incompatible "date" usage Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: topical@gmx.net There is a single line that is not FreeBSD compatible: ``` DATE=$(date --date \ "+${EASYRSA_CERT_RENEW} days" \ +"%y%m%d%H%M%S") ``` The "--date" parameter is linux only. Unfortunately, I don't know how to easily fix that. -- You are receiving this mail because: You are the assignee for the bug.