Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2002 08:49:29 +0100 (CET)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33781: maintainer-update of security/nessus-plugins-devel
Message-ID:  <200201110749.g0B7nTWq053886@reims.mchp.siemens.de>

next in thread | raw e-mail | index | archive | help

>Number:         33781
>Category:       ports
>Synopsis:       maintainer-update of security/nessus-plugins-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 10 23:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.5-RC i386
>Organization:
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.5-RC FreeBSD 4.5-RC #40: Thu Jan 10 09:39:52 CET 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386


>Description:

Update of security/nessus-plugins-devel to fix a problem with the 
nessus-update-plugins script, which did not send a signal to the nessusd
daemon.

Noticed by: Alex Chavira <achavira@namesafe.com>

>How-To-Repeat:
>Fix:

diff -u -r1.13 Makefile
--- Makefile	26 Dec 2001 10:01:13 -0000	1.13
+++ Makefile	11 Jan 2002 07:42:09 -0000
@@ -5,6 +5,7 @@
 
 PORTNAME=	nessus-plugins-devel
 PORTVERSION=	1.1.11
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.cis.fed.gov/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \
 		ftp://ftp.nessus.org/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \
@@ -28,7 +29,9 @@
 DISTNAME=	nessus-plugins-${PORTVERSION}
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-fetchcmd=wget
+CONFIGURE_ARGS=	--with-fetchcmd=wget --sharedstatedir=${PREFIX}/etc/nessus/com \
+		--localstatedir=${PREFIX}/etc/nessus/var
+
 
 MAN1=		nessus-build.1
 MAN8=		nessus-update-plugins.8
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201110749.g0B7nTWq053886>