From 5758962ea94fc3fa6a8bd8d1640529c6c404535c Mon Sep 17 00:00:00 2001 From: Jason Unovitch Date: Sun, 14 Feb 2016 15:40:46 +0000 Subject: 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 (maintainer) --- net-mgmt/pandorafms_console/files/patch-index.php | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net-mgmt/pandorafms_console/files/patch-index.php (limited to 'net-mgmt/pandorafms_console/files/patch-index.php') 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"); - } - } - -- cgit v1.2.3