diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-21 16:36:33 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-21 20:01:23 +0000 |
commit | 51d0bd67f5a08364b5feeaad0daa96c9df823549 (patch) | |
tree | 743059fbe519932b884ce302cd10c63fa8075f48 /community/greenbone-security-assistant/gsa-pid.patch | |
parent | 70c3390d501495201a01fac9f671f389afbc78aa (diff) | |
download | aports-51d0bd67f5a08364b5feeaad0daa96c9df823549.tar.bz2 aports-51d0bd67f5a08364b5feeaad0daa96c9df823549.tar.xz |
community/greenbone-security-assistant: upgrade to 9.0.0
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") |