[dovecot-cvs] dovecot configure.in,1.284,1.285

cras at dovecot.org cras at dovecot.org
Sat Jun 17 19:26:58 EEST 2006


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv3812

Modified Files:
	configure.in 
Log Message:
Added --with-statedir configure option which defaults to
localstatedir/lib/dovecot. ssl-parameters.dat is permanently stored in that 
directory and copied to login_dirs from there. 



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -d -r1.284 -r1.285
--- configure.in	16 Jun 2006 13:28:17 -0000	1.284
+++ configure.in	17 Jun 2006 16:26:54 -0000	1.285
@@ -234,6 +234,13 @@
 )
 AC_SUBST(rundir)
 
+AC_ARG_WITH(statedir,
+[  --with-statedir=DIR     Permanent data directory (LOCALSTATEDIR/lib/dovecot)],
+	statedir="$withval",
+	statedir=$localstatedir/lib/$PACKAGE_NAME
+)
+AC_SUBST(statedir)
+
 AC_ARG_WITH(gc,
 [  --with-gc               Use Boehm garbage collector (currently broken)],
 	if test x$withval = xyes; then



More information about the dovecot-cvs mailing list