forked from Lainports/freebsd-ports
OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user fontend. The core is a server component with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications. WWW: http://www.openvas.org/ PR: ports/123128 Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
11 lines
419 B
Text
11 lines
419 B
Text
--- configure.orig 2008-04-27 14:15:10.000000000 +0900
|
|
+++ configure 2008-04-27 14:15:27.000000000 +0900
|
|
@@ -12073,7 +12073,7 @@
|
|
|
|
OPENVASD_CONFDIR='${sysconfdir}'
|
|
OPENVASD_STATEDIR='${localstatedir}/lib/openvas'
|
|
-OPENVASD_PIDDIR='${localstatedir}/run'
|
|
+OPENVASD_PIDDIR='/var/run'
|
|
OPENVASD_SHAREDSTATEDIR='${sharedstatedir}/lib/openvas'
|
|
OPENVASD_DATADIR='${sysconfdir}/openvas'
|
|
OPENVASD_LIBDIR='${libdir}/openvas'
|