[Avcheck] avcheck-0.5 woes

adi adi@acme.com
Fri, 26 Oct 2001 16:48:23 +0700 (JAVT)


On Fri, Oct 26, 2001 at 11:09:05AM +0200, Ralf Hildebrandt wrote:
> The -w option is documented, but not implemented.

hmm.. I haven't use any antivirus for my MTA yet :-)
anyway, how about this patch:

--- avcheck.c.ORIG      Fri Oct 26 17:15:04 2001
+++ avcheck.c   Fri Oct 26 17:23:18 2001
@@ -633,6 +633,7 @@
     case 'n': nosend = 1; break;
     case 'i': iscript = optarg; break;
     case 'c': mailclient = 1; break;
+    case 'w': waitfile = optarg; break;
     default:
       err(0, "-h for help");
     }


seems that Michael forget to put that on getopt().
sorry, I couldn't test that patch, while I though it is that simple
:-)

Regards,

P.Y. Adi Prasaja