martin: server/kolabconf/bin kolabconf.in,1.7,1.8

cvs at kolab.org cvs at kolab.org
Tue Feb 26 07:04:02 CET 2008


Author: martin

Update of /kolabrepository/server/kolabconf/bin
In directory doto:/tmp/cvs-serv27041/kolabconf/bin

Modified Files:
	kolabconf.in 
Log Message:
Martin Konold: applied patch from mathieu.parent. It makes the syslog_facility configurable via kolab.conf, E,g, it is 
possible to send the syslog messages to local5. The default preserves the old behaviour ('user'). 
https://www.intevation.de/roundup/kolab/issue2446 


Index: kolabconf.in
===================================================================
RCS file: /kolabrepository/server/kolabconf/bin/kolabconf.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- kolabconf.in	7 Jan 2008 11:15:42 -0000	1.7
+++ kolabconf.in	26 Feb 2008 06:03:59 -0000	1.8
@@ -40,7 +40,7 @@
 
 Kolab::reloadConfig("@CONFIG_FILE@");
 
-openlog('kolabconf', 'cons, pid', 'user');
+openlog('kolabconf', 'cons, pid', ($Kolab::config{'syslog_facility'} || 'user'));
 
 getopts('dnh');
 if ($opt_h) {





More information about the commits mailing list