diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2016-02-14 15:40:46 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2016-02-14 15:40:46 +0000 |
commit | 5758962ea94fc3fa6a8bd8d1640529c6c404535c (patch) | |
tree | bdf59622e2c6c689dedf327c6e17d7c98c484a23 /net-mgmt/pandorafms_console/files | |
parent | Upgrade to latest revision 347bc0f. (diff) |
net-mgmt/pandorafms_{agent,console,server}: update 6.0 -> 6.0SP1
- Update shared PANDORA_VERSION to 6.0SP1 and bump PORTREVISION
- Include newsyslog.conf.d log rotation file
PR: 206734
Submitted by: KIKUCHI Koichiro <oi4io5me.cesium3@gmail.com> (maintainer)
Diffstat (limited to 'net-mgmt/pandorafms_console/files')
-rw-r--r-- | net-mgmt/pandorafms_console/files/newsyslog.conf.in | 6 | ||||
-rw-r--r-- | net-mgmt/pandorafms_console/files/patch-index.php | 11 |
2 files changed, 6 insertions, 11 deletions
diff --git a/net-mgmt/pandorafms_console/files/newsyslog.conf.in b/net-mgmt/pandorafms_console/files/newsyslog.conf.in new file mode 100644 index 000000000000..fa9124d75ae3 --- /dev/null +++ b/net-mgmt/pandorafms_console/files/newsyslog.conf.in @@ -0,0 +1,6 @@ +# configuration file for newsyslog for pandora_console +# +# see newsyslog.conf(5) for details +# +# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] +%%WWWDIR%%/pandora_console.log %%WWWOWN%%:%%WWWGRP%% 644 3 100 W6D0 JN diff --git a/net-mgmt/pandorafms_console/files/patch-index.php b/net-mgmt/pandorafms_console/files/patch-index.php deleted file mode 100644 index 0b82b63997ac..000000000000 --- a/net-mgmt/pandorafms_console/files/patch-index.php +++ /dev/null @@ -1,11 +0,0 @@ ---- index.php -+++ index.php -@@ -45,7 +45,7 @@ if ($develop_bypass != 1) { - if (isset($_POST["rename_file"])){ - $rename_file_install = (bool)$_POST["rename_file"]; - if ($rename_file_install) { -- $salida_rename = rename("/var/www/html/pandora_console/install.php", "/var/www/html/pandora_console/install_old.php"); -+ $salida_rename = rename("install.php", "install_old.php"); - } - } - |