From bed7a4939e578302cbb6ab130861f0894d9c3139 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 8 Mar 2017 15:02:40 +0000 Subject: community/greenbone-security-assistant: added patch for run dir --- community/greenbone-security-assistant/002-cmakelist.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/greenbone-security-assistant/002-cmakelist.patch (limited to 'community/greenbone-security-assistant/002-cmakelist.patch') diff --git a/community/greenbone-security-assistant/002-cmakelist.patch b/community/greenbone-security-assistant/002-cmakelist.patch new file mode 100644 index 0000000000..0501cb785e --- /dev/null +++ b/community/greenbone-security-assistant/002-cmakelist.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") -- cgit v1.2.3