Date: Fri, 30 Sep 2022 14:38:28 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266727] security/net-mgmt: incompatible "date" usage Message-ID: <bug-266727-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266727 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=3D$(date --date \ "+${EASYRSA_CERT_RENEW} days" \ +"%y%m%d%H%M%S") ``` The "--date" parameter is linux only.=20 Unfortunately, I don't know how to easily fix that. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266727-7788>