Mailing List Archive

[Fwd: [Patch] nessus-plugins/configure.in]
[ Sent again, had the wrong ML address --nk]
-----Forwarded Message-----

From: Norbert Kiesel <nkiesel@tbdnetworks.com>
To: nessus-dev@lists.nessus.org
Cc: Renaud Deraison <deraison@cvs.nessus.org>
Subject: [Patch] nessus-plugins/configure.in
Date: 24 Jun 2002 17:25:58 -0700

hi,

already reported once, but not yet applied. What's the policy for such
a situation: send it again (aka Linus mode :-), or shut up and just
assume it will be fixed in the next release? And do you prefer
mime-attachments or inline patches?

- --nk

Index: nessus-plugins/configure.in
===================================================================
RCS file: /usr/local/cvs/nessus-plugins/configure.in,v
retrieving revision 1.38
diff -u -u -r1.38 configure.in
- --- nessus-plugins/configure.in 6 Feb 2002 10:56:12 -0000 1.38
+++ nessus-plugins/configure.in 25 Jun 2002 00:15:10 -0000
@@ -104,7 +104,7 @@


if test -n "$with_fetchcmd" -a "$with_fetchcmd" != no ; then
- if test "$with_fetchcmd" == "yes" ; then
+ if test "$with_fetchcmd" = "yes" ; then
AC_MSG_WARN([Must supply an argument when using --with-fetchcmd])
else
FETCHCMD="$with_fetchcmd"