summaryrefslogtreecommitdiffstats
path: root/4178.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-28 13:04:03 +0200
committerRemi Collet <remi@remirepo.net>2018-06-28 13:04:03 +0200
commit3ef4afa636650ff6a23c9fdfdb26c64414313531 (patch)
treece4946ea024e170be89b92ab47daf6dba1c1e90f /4178.patch
parente32a45f61d271db7fc5fe6cd26e4e1d58e03f113 (diff)
v9.3.0
Diffstat (limited to '4178.patch')
-rw-r--r--4178.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/4178.patch b/4178.patch
deleted file mode 100644
index c860520..0000000
--- a/4178.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From f4c6a0e0688cfb95afb695f0b26179df3e617e8d Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Thu, 14 Jun 2018 14:02:13 +0200
-Subject: [PATCH] cleanup RPM stuff (moved to downstream.php)
-
----
- inc/based_config.php | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/inc/based_config.php b/inc/based_config.php
-index da03ab70c0..834d4ea4ef 100644
---- a/inc/based_config.php
-+++ b/inc/based_config.php
-@@ -43,9 +43,7 @@
- }
-
- // If this file exists, it is load
--if (!is_dir(GLPI_ROOT. '/config') && file_exists('/etc/glpi/local_define.php')) { // Relocated (Linux only)
-- require_once '/etc/glpi/local_define.php';
--} else if (file_exists(GLPI_ROOT. '/config/local_define.php')) {
-+if (file_exists(GLPI_ROOT. '/config/local_define.php')) {
- require_once GLPI_ROOT. '/config/local_define.php';
- }
-