FreeBSD Bugzilla – Attachment 159292 Details for
Bug 201908
sysutils/ganglia-webfrontend maintainer change: simplify permissions in pkg-plist and fix pkg-message.in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to simplifying permissions in pkg-plist and updates to pkg-message.in
ganglia-webfrontend-3.7.0.diff (text/plain), 1.66 KB, created by
Joseph Mingrone
on 2015-07-27 01:50:32 UTC
(
hide
)
Description:
patch to simplifying permissions in pkg-plist and updates to pkg-message.in
Filename:
MIME Type:
Creator:
Joseph Mingrone
Created:
2015-07-27 01:50:32 UTC
Size:
1.66 KB
patch
obsolete
>Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (revision 392953) >+++ files/pkg-message.in (working copy) >@@ -8,7 +8,7 @@ > > Example apache22 configuration: > >- Alias /ganglia/ "%%WWWDIR%%" >+ Alias /ganglia "%%WWWDIR%%/" > <Directory "%%WWWDIR%%"> > Options Indexes FollowSymlinks MultiViews > AllowOverride None >@@ -18,7 +18,7 @@ > > Example apache24 configuration: > >- Alias /ganglia/ "%%WWWDIR%%" >+ Alias /ganglia "%%WWWDIR%%/" > <Directory "%%WWWDIR%%"> > Options Indexes FollowSymlinks MultiViews > AllowOverride None >@@ -25,6 +25,14 @@ > Require all granted > </Directory> > >+Nginx configuration: >+ >+ If you are running Nginx and your document root is set to >+ %%PREFIX%%/www, >+ then you just need to ensure PHP files are handled correctly. >+ If you are using a different document root, then you will need to create >+ the appropriate location directive. >+ > The default configuration is stored in > %%WWWDIR%%/conf_default.php. > If you want to customize the configuration make customizations to >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 392953) >+++ pkg-plist (working copy) >@@ -1,6 +1,3 @@ >-@owner %%WWWOWN%% >-@group %%WWWGRP%% >-@mode 0644 > @sample %%DATADIR%%/conf/default.json.sample > @sample %%DATADIR%%/conf/event_color.json.sample > @sample %%DATADIR%%/conf/events.json.sample >@@ -1102,6 +1099,8 @@ > %%WWWDIR%%/version.php > %%WWWDIR%%/view_content.php > %%WWWDIR%%/views_view.php >+@owner %%WWWOWN%% >+@group %%WWWGRP%% > @mode 0755 > @dir %%DATADIR%%/dwoo/cache > @dir %%DATADIR%%/dwoo/compiled
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201908
: 159292