blob: ff03c508c11260d804c6b8e1523f7943d552a319 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"
|