[dovecot-cvs] dovecot dovecot-example.conf,1.69,1.70
    cras at procontrol.fi 
    cras at procontrol.fi
       
    Sat Jul 26 23:42:19 EEST 2003
    
    
  
Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv13393
Modified Files:
	dovecot-example.conf 
Log Message:
Spaces are now stripped from end of line in config file. You can use " or '
quotes if you need them.
Index: dovecot-example.conf
===================================================================
RCS file: /home/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- dovecot-example.conf	15 Jul 2003 18:26:42 -0000	1.69
+++ dovecot-example.conf	26 Jul 2003 19:42:17 -0000	1.70
@@ -55,8 +55,8 @@
 #info_log_path = 
 
 # Prefix for each line written to log file. % codes are in strftime(3)
-# format. Note the extra space at the end of line.
-#log_timestamp = %b %d %H:%M:%S 
+# format.
+#log_timestamp = "%b %d %H:%M:%S "
 
 ##
 ## Login processes
    
    
More information about the dovecot-cvs
mailing list