[dovecot-cvs] dovecot configure.in,1.67,1.68

cras at procontrol.fi cras at procontrol.fi
Tue Dec 3 02:13:19 EET 2002


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv6582

Modified Files:
	configure.in 
Log Message:
Login process now changes it's name if verbose_proctitle = yes, and we're
running BSD. This is also possible with Linux with a pretty ugly hack, which
you can enable by modifying lib/process-title.c if you _really_ want to.

And a nasty bugfix - login_process_per_connection setting didn't work with
imaps port connections which is exactly where it was mostly wanted.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- configure.in	2 Dec 2002 12:41:33 -0000	1.67
+++ configure.in	3 Dec 2002 00:13:17 -0000	1.68
@@ -164,8 +164,9 @@
 fi
 
 dnl * after -lsocket and -lnsl tests, inet_aton() may be in them
-AC_CHECK_FUNCS(fcntl flock inet_aton sigaction getpagesize madvise setreuid)
-AC_CHECK_FUNCS(strcasecmp stricmp vsnprintf memmove vsyslog writev setrlimit)
+AC_CHECK_FUNCS(fcntl flock inet_aton sigaction getpagesize madvise setreuid \
+               strcasecmp stricmp vsnprintf memmove vsyslog writev setrlimit \
+	       setproctitle)
 
 dnl * poll/select?
 




More information about the dovecot-cvs mailing list