summaryrefslogtreecommitdiff
path: root/security/nessus/files/patch-nessus-mkcert.in
blob: 97c1601ff14d574fca79ce348668c117b93a0bd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"