diff options
| author | Olli Hauer <ohauer@FreeBSD.org> | 2013-03-03 19:56:48 +0000 |
|---|---|---|
| committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-03-03 19:56:48 +0000 |
| commit | 1d94517cf3847eb350e70fefaa6dc6d8c30af65f (patch) | |
| tree | a43c9e8cc9a87233703d81b483fa84f0832c9a66 /net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php | |
| parent | net/spread4 (diff) | |
update to nagiosql 3.2.0_SP2
- use OPTIONS-NG
- make php5-ftp to optional (I suspect local file or SSH is the preferred config distribuiton methode)
- remove all patch files, they are already included in the re-rolled sourcefile
- use DISTSUBDIR (unluckily distversion does not increment with applied patches)
- WWWGROUP is not defined it is WWWGRP (Makefile)
- define WRKSRC
- use COPYTREE_SHARE instead cp
- use post-install script to create $ETCDIR structure
additional for fresh install (adjust paths in sql script)
- change default nagiosql paths from /etc/nagiosql -> ${ETCDIR}
- change default nagios paths from /etc/nagios -> ${LOCALBASE}/etc/nagios
PR: 175457
Submitted by: ohauer
Approved by: maintainer timeout
Diffstat (limited to 'net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php')
| -rw-r--r-- | net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php b/net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php deleted file mode 100644 index f95da42c5c9c..000000000000 --- a/net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php +++ /dev/null @@ -1,23 +0,0 @@ ---- ../nagiosql/work/./nagiosql32/admin/hosts.php 2012-03-09 07:43:00.000000000 +0100 -+++ ./nagiosql32/admin/hosts.php 2012-04-17 11:54:12.000000000 +0200 -@@ -10,10 +10,10 @@ - // Project : NagiosQL - // Component : Host definition - // Website : http://www.nagiosql.org --// Date : $LastChangedDate: 2012-03-09 07:43:00 +0100 (Fri, 09 Mar 2012) $ -+// Date : $LastChangedDate: 2012-04-05 08:11:59 +0200 (Do, 05. Apr 2012) $ - // Author : $LastChangedBy: martin $ - // Version : 3.2.0 --// Revision : $LastChangedRevision: 1282 $ -+// Revision : $LastChangedRevision: 1315 $ - // - /////////////////////////////////////////////////////////////////////////////// - // -@@ -41,7 +41,6 @@ - if ($chkSelValue1 != "") { - for ($i=1;$i<=8;$i++) { - ${"chkTfArg$i"} = str_replace("!","::bang::",${"chkTfArg$i"}); -- ${"chkTfArg$i"} = str_replace("\\","::back::",${"chkTfArg$i"}); - if (${"chkTfArg$i"} != "") $chkSelValue1 .= "!".${"chkTfArg$i"}; - } - } |
