CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/02/01 18:29:05
Modified files:
net/icinga/web2: Makefile
net/icinga/web2/patches:
patch-library_Icinga_Application_ApplicationBootstrap_php
patch-modules_setup_application_views_scripts_form_setup-welcome_phtml
net/icinga/web2/pkg: PLIST README
Removed files:
net/icinga/web2/patches:
patch-library_Icinga_Application_Modules_Manager_php
Log message:
Remove patches from the icingaweb2 package that were hacking around the
mismatch between chrooted and non-chrooted paths (there are both CLI
scripts and a web app; both need to refer to the same paths and as well
as being complicated, the patches weren't quite working correctly,
as noticed by sebastia@).
Now you must setup a symlink "/var/www/var/www -> .." instead as
described in the new version of the pkg-readme, allowing icingaweb2 to
always use /var/www paths whether inside or outside the jail.
Note: Existing users of this package will need to create that symlink too.