432c35b9d1
Give maintainership to udo.schweigert@siemens.com, who already maintains the -devel ports.
13 lines
371 B
Text
13 lines
371 B
Text
--- 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"
|