freebsd-ports/security/nessus/files/patch-ab
Jimmy Olgeni 432c35b9d1 Update nessus suite to version 1.2.2, from security/nessus-*-devel ports.
Give maintainership to udo.schweigert@siemens.com, who already maintains
the -devel ports.
2002-06-19 11:13:16 +00:00

13 lines
371 B
Text

--- nessus-mkcert.in.orig Fri Sep 14 13:09:12 2001
+++ nessus-mkcert.in Mon Oct 8 13:25:14 2001
@@ -64,8 +64,8 @@
exit 1
esac
-NESSUSPRIV="$localstatedir/nessus/CA"
-NESSUSPUB="$sharedstatedir/nessus/CA"
+NESSUSPRIV="$localstatedir/CA"
+NESSUSPUB="$sharedstatedir/CA"
if [ ! -d "$NESSUSPRIV" ]; then
mkdir -p "$NESSUSPRIV"
chmod 700 "$NESSUSPRIV"