Created attachment 237657 [details] fix bin/icingacli Without this fix, the file in question contains: $ head -2 /usr/local/www/icingaweb2/bin/icingacli #!/usr/bin/env php <?php This causes problems with an rc.d script I am writing for net-mgmt/icingaweb2-module-vspheredb which uses that script. $ sudo service vspheredb start Starting vspheredb. env: php: No such file or directory /usr/local/etc/rc.d/vspheredb: WARNING: failed to start vspheredb By changing that line to this, the script works as expected: #!/usr/local/bin/php I'm happy to do the commit if you prefer. Thank you
*** Bug 269558 has been marked as a duplicate of this bug. ***
I wound up committing this, crediting 269558 instead of this PR. Then I saw that joneum@ had taken over this PR. Sorry.