[Openvas-commits] r10472 - trunk/openvas-scanner
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Mar 4 09:35:35 CET 2011
Author: mwiegand
Date: 2011-03-04 09:35:35 +0100 (Fri, 04 Mar 2011)
New Revision: 10472
Modified:
trunk/openvas-scanner/CMakeLists.txt
trunk/openvas-scanner/ChangeLog
Log:
* CMakeLists.txt: Ensure that a "gnupg" directory is created in the
OpenVAS configuration directory with the correct permissions as a
preparation for signature verifications.
Modified: trunk/openvas-scanner/CMakeLists.txt
===================================================================
--- trunk/openvas-scanner/CMakeLists.txt 2011-03-03 23:03:41 UTC (rev 10471)
+++ trunk/openvas-scanner/CMakeLists.txt 2011-03-04 08:35:35 UTC (rev 10472)
@@ -270,6 +270,9 @@
install (DIRECTORY DESTINATION ${OPENVAS_NVT_DIR})
install (DIRECTORY DESTINATION ${OPENVAS_CACHE_DIR})
+install (DIRECTORY
+ DESTINATION ${OPENVAS_SYSCONF_DIR}/gnupg
+ DIRECTORY_PERMISSIONS OWNER_EXECUTE OWNER_READ OWNER_WRITE)
## Tests
Modified: trunk/openvas-scanner/ChangeLog
===================================================================
--- trunk/openvas-scanner/ChangeLog 2011-03-03 23:03:41 UTC (rev 10471)
+++ trunk/openvas-scanner/ChangeLog 2011-03-04 08:35:35 UTC (rev 10472)
@@ -1,3 +1,9 @@
+2011-03-04 Michael Wiegand <michael.wiegand at greenbone.net>
+
+ * CMakeLists.txt: Ensure that a "gnupg" directory is created in the
+ OpenVAS configuration directory with the correct permissions as a
+ preparation for signature verifications.
+
2011-03-02 Michael Wiegand <michael.wiegand at greenbone.net>
Enable the generation of code documentation. Spotted by Michael Meyer.
More information about the Openvas-commits
mailing list