1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix a problem with the nessus-update-plugins script, which did not

send a signal to the nessusd daemon. Bump PORTREVISION.

PR:		33781
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-01-17 05:47:40 +00:00
parent 7c14c477fe
commit 636198dbdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53224

View File

@ -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,8 @@ WRKSRC= ${WRKDIR}/nessus-plugins
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