1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/security/nessus-devel/files/patch-ab
Jimmy Olgeni bc596cfcc2 Update the nessus-*-devel ports to version 1.1.7.
PR:		31139 (+ some changes)
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
Reviewed by:	olgeni
2001-10-27 10:57:37 +00:00

14 lines
371 B
Plaintext

--- 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"