thomas: server/kolabd/kolabd/templates cyrus.conf.template.in, 1.7, 1.8 imapd.annotation_definitions.template.in, 1.5, 1.6 imapd.conf.template.in, 1.16, 1.17

cvs at kolab.org cvs at kolab.org
Thu May 7 18:13:35 CEST 2009


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv5785/kolabd/kolabd/templates

Modified Files:
	cyrus.conf.template.in 
	imapd.annotation_definitions.template.in 
	imapd.conf.template.in 
Log Message:
Use RUNONCHANGE mechanism to restart or reload imapd:

cyrus.conf.template: openpkg rc imapd reload (see man cyrmaster)
imapd.conf.template: openpkg rc imapd restart (reload and reconnect was not
 enough when I tested changing unixhierarchysep and annotation_definitions)
imapd.annotation_definitions.template: openpkg rc imapd restart (reload and
 reconnect was not enough)
imapd.group.template: nothing (a simple reconnect was enough, this is the old
 behaviour and changing this to restart to force new permissions would be
 overkill since then all users would be disconnected)


Index: cyrus.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/cyrus.conf.template.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cyrus.conf.template.in	4 Apr 2008 19:33:30 -0000	1.7
+++ cyrus.conf.template.in	7 May 2009 16:13:33 -0000	1.8
@@ -2,6 +2,7 @@
 TARGET=@imap_confdir@/cyrus.conf
 PERMISSIONS=0640
 OWNERSHIP=@imap_usr@:@imap_grp@
+RUNONCHANGE=@KOLABRC@ rc imapd reload
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 # (c) 2003 Martin Konold <martin.konold at erfrakon.de>

Index: imapd.annotation_definitions.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/imapd.annotation_definitions.template.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- imapd.annotation_definitions.template.in	22 Apr 2008 14:03:34 -0000	1.5
+++ imapd.annotation_definitions.template.in	7 May 2009 16:13:33 -0000	1.6
@@ -2,6 +2,7 @@
 TARGET=@imap_confdir@/imapd.annotation_definitions
 PERMISSIONS=0640
 OWNERSHIP=@imap_usr@:@imap_grp@
+RUNONCHANGE=@KOLABRC@ rc imapd restart
 KOLAB_META_END
 /vendor/kolab/folder-test,mailbox,string,backend,value.shared value.priv,a
 /vendor/kolab/folder-type,mailbox,string,backend,value.shared value.priv,a

Index: imapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/imapd.conf.template.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- imapd.conf.template.in	9 Jul 2008 14:46:15 -0000	1.16
+++ imapd.conf.template.in	7 May 2009 16:13:33 -0000	1.17
@@ -2,6 +2,7 @@
 TARGET=@imap_confdir@/imapd.conf
 PERMISSIONS=0640
 OWNERSHIP=@imap_usr@:@imap_grp@
+RUNONCHANGE=@KOLABRC@ rc imapd restart
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 # (c) 2003-2006 Martin Konold <martin.konold at erfrakon.de>





More information about the commits mailing list