head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2003.04.20.10.02.44;	author leeym;	state dead;
branches;
next	1.1;

1.1
date	2003.04.07.01.18.06;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update amavisd-new port to 20030314.p1.
Don't remove amavis user/group and directories, just remind user that they
should do it manually if they don't want to use the port anymore.

PR:		51153
Submitted by:	Blaz Zupan <blaz.zupan@@amis.net>
@
text
@--- amavisdconf.orig	Fri Dec 27 14:56:01 2002
+++ amavisdconf	Thu Mar  6 21:18:16 2003
@@@@ -9,7 +9,7 @@@@
 #  (none) show the value as will be used by amavisd;
 #   -d  show default value as in the absence of the config file;
 #   -n  only show variable if its value is different from the default.
-#   -c conf-file ... use the specified file instead of /etc/amavisd.conf
+#   -c conf-file ... use the specified file instead of %%PREFIX%%/etc/amavisd.conf
 #
 # If a variable is specified, show only that variable, otherwise show
 # all configurable variables. (Note: the leading $, @@ or % must be included
@@@@ -179,7 +179,7 @@@@
   }
 
   my($what,$onevar);
-  my($config_file) = '/etc/amavisd.conf';
+  my($config_file) = '%%PREFIX%%/etc/amavisd.conf';
   while (@@ARGV) {
     if (@@ARGV >= 1 && $ARGV[0] =~ /^-([nd])$/) {
       $what = $1; shift @@ARGV;
@


1.1
log
@MAINTAINER UPDATE: security/amavisd-new

	Fixes for amavisd-new port:
	- add missing dependency on devel/p5-IO
	- install amavisdconf utility
	- bump portrevision

PR:		ports/48984
Submitted by:	Blaz Zupan <blaz@@si.FreeBSD.org>
@
text
@@

