pkgsrc/security/nessus-plugins/PLIST
adam 1383a1ac33 Changes 2.0.12:
* Fixed a bug in ./configure which would sometimes assume that GTK is not
  installed whereas it actually is
* Fixed a race condition in nessus-adduser for users who do not configure
  their TMPDIR variable (thanks to Cyrille Barthelemy)
* Fixed a bug in nessus-update-plugins which would not update the plugins
  properly on all systems (thanks to Keith Butler)
* Fixed the installer to compile Nessus with GTK support if gtk-config OR
  pkg-config is installed.
2004-07-22 14:59:53 +00:00

11 lines
418 B
Text

@comment $NetBSD: PLIST,v 1.13 2004/07/22 15:01:17 adam Exp $
bin/nessus-build
lib/nessus/plugins_factory/Makefile
lib/nessus/plugins_factory/libtool
lib/nessus/plugins_factory/nessus.tmpl
man/man1/nessus-build.1
man/man8/nessus-update-plugins.8
sbin/nessus-update-plugins
@dirrm lib/nessus/plugins_factory
@exec ${MKDIR} %D/lib/nessus/plugins/.desc
@unexec ${RMDIR} %D/lib/nessus/plugins/.desc 2>/dev/null || ${TRUE}