Package: nessusd
Version: 2.2.3-1
Severity: minor
Tags: patch
Hi,
There is a small bug in nessus-mkcert-client : a warning about
/var/lib/nessus/private/CA beeing not readable is displayed. This is a
false warning caused by an error in the script and can be safely
ignored. Anyway, the fix is trivial, see patch attached.
Regards,
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages nessusd depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libnasl2 2.2.3-1 Nessus Attack Scripting Language,
ii libnessus2 2.2.3-1 Nessus shared libraries
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii libwrap0 7.6.dbs-6 Wietse Venema's TCP wrappers libra
ii nessus-plugins 2.2.3-1 Nessus plugins
ii openssl 0.9.7e-3 Secure Socket Layer (SSL) binary a
-- no debconf information
--- nessus-mkcert-client.old 2005-03-03 22:03:23.000000000 +0100
+++ nessus-mkcert-client 2005-03-03 22:03:48.000000000 +0100
@@ -100,7 +100,7 @@
CAKEY=$NESSUSPRIV/cakey.pem
CACERT=$NESSUSPUB/cacert.pem
-[ -r $NESSUSPRIV ] && echo "WARN: $NESSUSPRIV is not readable, this script
will not be able to find the server certificate (hint: are you root?)"
+[ -r $NESSUSPRIV ] || echo "WARN: $NESSUSPRIV is not readable, this script
will not be able to find the server certificate (hint: are you root?)"
while [ ! -f "$CAKEY" ]; do
echo "$CAKEY: not found or not a file"