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

Alexander Leidinger netchild at FreeBSD.org
Mon Mar 8 00:03:51 PST 2004


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


More information about the cvs-all mailing list