head	1.7;
access;
symbols
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2004.11.25.11.54.01;	author sem;	state dead;
branches;
next	1.6;

1.6
date	2004.03.24.22.14.57;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.18.04.45.26;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	2002.08.25.05.30.34;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	2002.05.11.03.26.45;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.20.20.50.21;	author ache;	state dead;
branches;
next	1.1;

1.1
date	2001.10.03.07.34.32;	author ache;	state Exp;
branches;
next	;


desc
@@


1.7
log
@- Update to 4.32.1
- Pass maintainership to submitter

PR:		ports/72511
Submitted by:	Demin Alexander <support(at)spectrum.ru>
@
text
@--- dw_options.c.orig	Tue Dec  9 01:23:55 2003
+++ dw_options.c	Tue Mar  2 20:54:56 2004
@@@@ -117,7 +117,7 @@@@
 #if defined(__UNIX_DW)
 #if !defined(EMX_DW)
 #if defined(FreeBSD_DW)
-#define OS_SPEC_CONFNAME            "/usr/local/etc/drweb/"CONF_FNAME
+#define OS_SPEC_CONFNAME            "%PREFIX%/etc/drweb/"CONF_FNAME
 #else /* FreeBSD */
 #define OS_SPEC_CONFNAME            "/opt/drweb/"CONF_FNAME
 #endif /* FreeBSD */
@


1.6
log
@- Update to 4.31
- Reset unresponsive maintainer

PR:		ports/63838
Submitted by:	Dima Panov <redfox@@Fluffy.Khv.RU>
Approved by:	maintainer timeout (2 weeks)
@
text
@@


1.5
log
@Upgrade to 4.29.10
@
text
@d1 3
a3 3
--- dw_options.c.orig	Fri Feb 14 16:52:50 2003
+++ dw_options.c	Tue Feb 18 04:58:04 2003
@@@@ -113,7 +113,7 @@@@
d7 1
a7 1
-#define OS_SPEC_CONFNAME            "/usr/local/drweb/"CONF_FNAME
@


1.4
log
@Upgrade to 4.28.10
@
text
@d1 3
a3 4
--- dw_options.c.bak	Thu Aug 22 18:35:50 2002
+++ dw_options.c	Sat Aug 24 19:19:13 2002
@@@@ -92,7 +92,7 @@@@
 
d6 1
d9 3
a11 3
 #else /* EMX */
 #define OS_SPEC_CONFNAME            "./"CONF_FNAME
 #endif /* EMX */
@


1.3
log
@Upgrade to 4.28
@
text
@d1 3
a3 3
--- dw_options.c.bak	Mon May  6 19:21:02 2002
+++ dw_options.c	Fri May 10 12:13:40 2002
@@@@ -68,7 +68,11 @@@@
d7 1
a7 1
+#ifdef __FreeBSD__
a8 3
+#else
 #define OS_SPEC_CONFNAME            "/opt/drweb/"CONF_FNAME
+#endif
a11 26
@@@@ -900,6 +904,7 @@@@
         return name;
     }
     DWC_Free( name );
+#ifndef __FreeBSD__
     name = DWC_Strdup( FHS_SPEC_CONFNAME );
     if( access( name, R_OK ) == 0 )
     {
@@@@ -907,6 +912,7 @@@@
         return name;
     }
     DWC_Free( name );
+#endif
     printLib( DW_LL_ERROR, "incorrect usage, try run in console with %s or read documentation", HELP_PARAM_3 );
     printf( "%s: configuration file not found\nTry run with %s for more information.\n", argv[0], HELP_PARAM_3 );
     return NULL;
@@@@ -934,7 +940,9 @@@@
     printf("Conf file must be present in one of location:\n");     
 #endif /* not QMAIL && not ZMAILER */    
     printf(" "OS_SPEC_CONFNAME"\n");
+#ifndef __FreeBSD__
     printf(" "FHS_SPEC_CONFNAME"\n");
+#endif
     printf("\n"PROG_NOTE"\n");
     exit(EX_USAGE);
 }
@


1.2
log
@Upgrade to 4.26b
@
text
@d1 3
a3 8
--- ../sendmail/template.cf.addon.bak	Wed Sep 26 01:02:29 2001
+++ ../sendmail/template.cf.addon	Wed Oct  3 11:17:54 2001
@@@@ -2,11 +2,10 @@@@
 # Input mail filters
 ############################
 O InputMailFilters=drweb-filter
-___COMMENT_LOG___O Milter.LogLevel=___MILTER_LOGLEVEL___
+___COMMENT_LCF___O Milter.LogLevel=___MILTER_LOGLEVEL___
d5 36
a40 7
 ############################
 # The eXternal filters
 ############################
 
-Xdrweb-filter,  S=___MILTER_ADDRESS___
-, ___MILTER_ACTION___ T=S:___MILTER_TIMEOUT_1___;R:___MILTER_TIMEOUT_1___;E:___MILTER_TIMEOUT_2___
+Xdrweb-filter,  S=___MILTER_ADDRESS___, ___MILTER_ACTION___ T=S:___MILTER_TIMEOUT_1___;R:___MILTER_TIMEOUT_1___;E:___MILTER_TIMEOUT_2___
@


1.1
log
@Configuration tunings
@
text
@@

