[Openvas-commits] r1514 - trunk/openvas-server
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sun Oct 12 18:09:34 CEST 2008
Author: timb
Date: 2008-10-12 18:09:34 +0200 (Sun, 12 Oct 2008)
New Revision: 1514
Modified:
trunk/openvas-server/ChangeLog
trunk/openvas-server/Makefile
Log:
Now makes $localstatedir/openvas/private/CA
Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog 2008-10-12 15:49:15 UTC (rev 1513)
+++ trunk/openvas-server/ChangeLog 2008-10-12 16:09:34 UTC (rev 1514)
@@ -5,6 +5,8 @@
* configure, configure.in: GLIB needs to be quoted when we pass it to
PKG_CHECK_MODULES in configure.in, otherwise m4 tries to expand it.
+ * Makefile.in: Now makes $localstatedir/openvas/private/CA
+
2008-10-01 Michael Wiegand <michael.wiegand at intevation.de>
* openvasd/oval_plugins.c: Changed to set OIDs exclusively; setting IDs
Modified: trunk/openvas-server/Makefile
===================================================================
--- trunk/openvas-server/Makefile 2008-10-12 15:49:15 UTC (rev 1513)
+++ trunk/openvas-server/Makefile 2008-10-12 16:09:34 UTC (rev 1514)
@@ -62,6 +62,8 @@
@test -d $(DESTDIR)${OPENVASD_STATEDIR}/tmp || $(INSTALL_DIR) -m 755 $(DESTDIR)${OPENVASD_STATEDIR}/tmp
@test -d $(DESTDIR)${OPENVASD_STATEDIR}/jobs || $(INSTALL_DIR) -m 755 $(DESTDIR)${OPENVASD_STATEDIR}/jobs
@test -d $(DESTDIR)${OPENVASD_STATEDIR}/CA || $(INSTALL_DIR) -m 755 $(DESTDIR)${OPENVASD_STATEDIR}/CA
+ @test -d $(DESTDIR)${OPENVASD_STATEDIR}/private || $(INSTALL_DIR) -m 700 $(DESTDIR)${OPENVASD_STATEDIR}/private
+ @test -d $(DESTDIR)${OPENVASD_STATEDIR}/private/CA || $(INSTALL_DIR) -m 700 $(DESTDIR)${OPENVASD_STATEDIR}/private/CA
@test -d $(DESTDIR)${OPENVASD_LOGDIR} || $(INSTALL_DIR) -m 755 $(DESTDIR)${OPENVASD_LOGDIR}
@test -d $(DESTDIR)${localstatedir}/run || $(INSTALL_DIR) -m 755 $(DESTDIR)${localstatedir}/run
@test -d $(DESTDIR)${includedir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${includedir}
More information about the Openvas-commits
mailing list