diff options
Diffstat (limited to 'community/greenbone-security-assistant/gsa-pid.patch')
-rw-r--r-- | community/greenbone-security-assistant/gsa-pid.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/greenbone-security-assistant/gsa-pid.patch b/community/greenbone-security-assistant/gsa-pid.patch new file mode 100644 index 0000000000..0501cb785e --- /dev/null +++ b/community/greenbone-security-assistant/gsa-pid.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index d583ef1..8049da4 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -222,7 +222,7 @@ if (NOT DATADIR) + endif (NOT DATADIR) + + if (NOT GSAD_PID_DIR) +- set (GSAD_PID_DIR "${LOCALSTATEDIR}/run") ++ set (GSAD_PID_DIR "/run") + endif (NOT GSAD_PID_DIR) + + set (OPENVAS_STATE_DIR "${LOCALSTATEDIR}/lib/openvas") |