head	1.3;
access;
symbols
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2006.09.10.14.05.50;	author erwin;	state dead;
branches;
next	1.2;

1.2
date	2004.08.26.18.52.06;	author sem;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.16.17.19.16;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Big rework:
- Register some dependencies directly that were installed by another dependencies before
- Add BerkeleyDB to OPTIONS for nanny/cache/snmp, it is not a mandatory dependency any more
- Add SQLite to OPTIONS for lookups/logging/quarantine
- Add SASL to OPTIONS for authentication
- Add SpamAssassin to OPTIONS, it is not a mandatory dependency any more
- Add p0f (passive OS fingerprinting) to OPTIONS and an rc.d script for p0fanalyzer
- Add file to OPTIONS to use ports' file(1) instead of system file(1)
- Add nomarch and cabextract to OPTIONS, they are not mandatory any more
- Provide some alternatives for archiver dependencies (rar/unrar, arj/unar, etc.)
- Cleanup deprecated PLIST_SUB and pkg-plist entries
- Use reinplace editing instead of patches where possible
- Ensure that the config file is installed with proper attributes
- Add some p0f explanation to pkg-message
- Style

PR:		102944
Submitted by:	Gabor Kovesdan <gkovesdan@@t-hosting.hu> (maintainer)
@
text
@--- amavisd-nanny.orig	Tue Aug 24 16:34:51 2004
+++ amavisd-nanny	Wed Aug 25 12:42:23 2004
@@@@ -52,7 +52,7 @@@@
 my($activettl) = 10*60; # stuck active children are sent a SIGTERM after this
                         # many seconds

-my($db_home) = '/var/amavis/db';  # DB databases directory
+my($db_home) = '%%AMAVISDIR%%/db';  # DB databases directory
 my($dbfile)  = 'nanny.db';
 my($wakeuptime) = 2;  # seconds

@


1.2
log
@Update to 2.1.1

PR:		ports/70933
Submitted by:	maintainer
@
text
@@


1.1
log
@Upgrade to 2.1.0.

PR:		ports/70526
Submitted by:	maintainer
@
text
@d1 11
a11 11
--- amavisd-nanny.orig	Wed Aug 11 02:39:16 2004
+++ amavisd-nanny	Mon Aug 16 11:41:56 2004
@@@@ -61,7 +61,7 @@@@
 # main program starts here
   $SIG{INT} = sub { die "\n" };
   my($env) = BerkeleyDB::Env->new(
-    '-Home'=>'/var/amavis/db', '-Flags'=> DB_INIT_CDB | DB_INIT_MPOOL);
+    '-Home'=>'%%AMAVISDIR%%/db', '-Flags'=> DB_INIT_CDB | DB_INIT_MPOOL);
   defined $env or die "BDB no env: $BerkeleyDB::Error $!";
   my($db) = BerkeleyDB::Hash->new(
     '-Filename'=>'nanny.db', '-Env'=>$env );
@

