blob: 102778eb211746a8c61a7e427d6fb0e2ff026303 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- nessus-mkcert-client.in.orig Thu Feb 28 18:03:45 2002
+++ nessus-mkcert-client.in Wed May 29 13:12:17 2002
@@ -84,8 +84,8 @@
-NESSUSPRIV="$localstatedir/nessus/CA"
-NESSUSPUB="$sharedstatedir/nessus/CA"
+NESSUSPRIV="$localstatedir/CA"
+NESSUSPUB="$sharedstatedir/CA"
while [ ! -d "$NESSUSPRIV" ]; do
echo_no_nl "Nessus server 'private' directory: "
|