Date: Tue, 14 Feb 2023 19:53:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 269558] net-mgmt/icingaweb2: add SHEBANG fix for bin/icingacli Message-ID: <bug-269558-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269558 Bug ID: 269558 Summary: net-mgmt/icingaweb2: add SHEBANG fix for bin/icingacli Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: joneum@FreeBSD.org Reporter: dvl@FreeBSD.org Flags: maintainer-feedback?(joneum@FreeBSD.org) Assignee: joneum@FreeBSD.org Created attachment 240161 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D240161&action= =3Dedit add SHEBANGFIX This patch fixes this issue when starting vspheredb: env: php: No such file or directory The patch changes the first line of /usr/local/www/icingaweb2/bin/icingacli from #!/usr/bin/env php to #!/usr/local/bin/php This allows the rc.d script to successfully start the daemon. --=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-269558-7788>