Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2004 00:03:51 -0800 (PST)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security/antivir-milter Makefile pkg-plist ports/security/antivir-milter/files antivirupdater.sh avqrm.sh patch-etc::avmilter.conf patch-init::rc.avmilter patch-script::avq
Message-ID:  <200403080803.i2883pex057296@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
netchild    2004/03/08 00:03:51 PST

  FreeBSD ports repository

  Modified files:
    security/antivir-milter Makefile pkg-plist 
    security/antivir-milter/files antivirupdater.sh 
                                  patch-etc::avmilter.conf 
                                  patch-init::rc.avmilter 
                                  patch-script::avq 
  Added files:
    security/antivir-milter/files avqrm.sh 
  Log:
  - Use daemon(8) for launching avmilter in order to detach it from the
    controlling terminal. [1]
  - Make the avq script check if it's ran by the avmilter user in addition
    to uid == 0. This enables `avq --remove` to be run via a script and the
    ExternalProgram option in order to automatically delete the rejected
    messages. [2]
  - Install a script avqrm which serves this purpose, i.e. executes
    `avq --remove` and can be run via ExternalProgram.
  - Make the avq script not print the contents of the queue when option
    '--remove' is given, this greatly improves speed and otherwise it's not
    really suitable to be called on every rejected message. Fix some typos.
  - Fix pkg-plist by adding antivirupdater.
  
  Requested by:   ache [1], [2]
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.7       +4 -0      ports/security/antivir-milter/Makefile
  1.3       +1 -1      ports/security/antivir-milter/files/antivirupdater.sh
  1.1       +3 -0      ports/security/antivir-milter/files/avqrm.sh (new)
  1.3       +12 -0     ports/security/antivir-milter/files/patch-etc::avmilter.conf
  1.3       +4 -4      ports/security/antivir-milter/files/patch-init::rc.avmilter
  1.3       +44 -7     ports/security/antivir-milter/files/patch-script::avq
  1.4       +2 -0      ports/security/antivir-milter/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403080803.i2883pex057296>