aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/gsa-pid.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/greenbone-security-assistant/gsa-pid.patch')
-rw-r--r--community/greenbone-security-assistant/gsa-pid.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/greenbone-security-assistant/gsa-pid.patch b/community/greenbone-security-assistant/gsa-pid.patch
deleted file mode 100644
index 818944aefcf..00000000000
--- a/community/greenbone-security-assistant/gsa-pid.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/gsad/CMakeLists.txt b/gsad/CMakeLists.txt
-index 21719bd..85adeb0 100644
---- a/gsad/CMakeLists.txt
-+++ b/gsad/CMakeLists.txt
-@@ -86,7 +86,7 @@ set (GSAD_DATA_DIR "${DATADIR}/gvm/gsad")
- set (GSAD_CONFIG_DIR "${SYSCONFDIR}/gvm/")
-
- if (NOT GSAD_PID_DIR)
-- set (GSAD_PID_DIR "${LOCALSTATEDIR}/run")
-+ set (GSAD_PID_DIR "/run")
- endif (NOT GSAD_PID_DIR)
-
- if (NOT GVM_RUN_DIR)