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-ab | |
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-ab')
-rw-r--r-- | security/nessus-devel/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/nessus-devel/files/patch-ab b/security/nessus-devel/files/patch-ab new file mode 100644 index 000000000000..97c1601ff14d --- /dev/null +++ b/security/nessus-devel/files/patch-ab @@ -0,0 +1,13 @@ +--- 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" |