diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-27 10:57:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-27 10:57:37 +0000 |
commit | bc596cfcc23e90db9e6822723da1eb7ce20d5677 (patch) | |
tree | d30ca78230e683344b2c8521929a215ff946899f /security/nessus-devel/files/patch-aa | |
parent | Add lame-devel 3.89b, ISO code based fast MP3 encoder kit. (diff) |
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
Notes
Notes:
svn path=/head/; revision=49260
Diffstat (limited to 'security/nessus-devel/files/patch-aa')
-rw-r--r-- | security/nessus-devel/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/nessus-devel/files/patch-aa b/security/nessus-devel/files/patch-aa new file mode 100644 index 000000000000..ff03c508c112 --- /dev/null +++ b/security/nessus-devel/files/patch-aa @@ -0,0 +1,13 @@ +--- nessus-install-cert.in.orig Fri Sep 14 13:09:12 2001 ++++ nessus-install-cert.in Mon Oct 8 13:25:25 2001 +@@ -18,8 +18,8 @@ + localstatedir=@localstatedir@ + sharedstatedir=@sharedstatedir@ + +-NESSUSPRIV="$localstatedir/nessus/CA" +-NESSUSPUB="$sharedstatedir/nessus/CA" ++NESSUSPRIV="$localstatedir/CA" ++NESSUSPUB="$sharedstatedir/CA" + if [ ! -d "$NESSUSPRIV" ]; then + mkdir -p "$NESSUSPRIV" + chmod 700 "$NESSUSPRIV" |