thomas: server/kolabd/kolabd/templates amavisd.conf.template.in, 1.13, 1.14 clamd.conf.template.in, 1.3, 1.4 httpd.conf.template.in, 1.28, 1.29 httpd.local.template.in, 1.3, 1.4 php.ini.template.in, 1.7, 1.8

cvs at kolab.org cvs at kolab.org
Tue Mar 17 14:15:18 CET 2009


Author: thomas

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

Modified Files:
	amavisd.conf.template.in clamd.conf.template.in 
	httpd.conf.template.in httpd.local.template.in 
	php.ini.template.in 
Log Message:
Use RUNONCHANGE mechanism to restart or reload apache, amavisd and clamav.

This finishes the transition of all easy targets to RUNONCHANGE as mentioned in
kolab/issue1679 ([kolabconf] Update template META mechanism to support service
restarts)


Index: amavisd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/amavisd.conf.template.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- amavisd.conf.template.in	8 Oct 2007 15:33:12 -0000	1.13
+++ amavisd.conf.template.in	17 Mar 2009 13:15:16 -0000	1.14
@@ -2,6 +2,7 @@
 TARGET=@amavisd_conffile@
 PERMISSIONS=0640
 OWNERSHIP=@amavisd_usr@:@amavisd_grp@
+RUNONCHANGE=@KOLABRC@ rc amavisd restart
 KOLAB_META_END
 # this file is automatically written by the Kolab config backend
 # manual additions are lost unless made to the template in the Kolab config directory

Index: clamd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/clamd.conf.template.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- clamd.conf.template.in	17 Apr 2007 17:09:57 -0000	1.3
+++ clamd.conf.template.in	17 Mar 2009 13:15:16 -0000	1.4
@@ -2,6 +2,7 @@
 TARGET=@clamav_confdir@/clamd.conf
 PERMISSIONS=0640
 OWNERSHIP=@clamav_usr@:@clamav_grp@
+RUNONCHANGE=@KOLABRC@ rc clamav restart
 KOLAB_META_END
 # this file is automatically written by the Kolab config backend
 # manual additions are lost unless made to the template in the Kolab config directory

Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- httpd.conf.template.in	3 Mar 2009 16:59:00 -0000	1.28
+++ httpd.conf.template.in	17 Mar 2009 13:15:16 -0000	1.29
@@ -2,6 +2,7 @@
 TARGET=@webserver_confdir@/apache.conf
 PERMISSIONS=0640
 OWNERSHIP=@webserver_usr@:@webserver_grp@
+RUNONCHANGE=@KOLABRC@ rc apache reload
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 # (c) 2003 Martin Konold <martin.konold at erfrakon.de>

Index: httpd.local.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.local.template.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- httpd.local.template.in	14 Oct 2007 12:31:58 -0000	1.3
+++ httpd.local.template.in	17 Mar 2009 13:15:16 -0000	1.4
@@ -2,6 +2,7 @@
 TARGET=@webserver_confdir@/apache.local
 PERMISSIONS=0640
 OWNERSHIP=@webserver_musr@:@webserver_grp@
+RUNONCHANGE=@KOLABRC@ rc apache reload
 KOLAB_META_END
 # (c) 2004 Martin Konold <martin.konold at erfrakon.de>
 # This program is Free Software under the GNU General Public License (>=v2).

Index: php.ini.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/php.ini.template.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- php.ini.template.in	7 Nov 2007 10:37:53 -0000	1.7
+++ php.ini.template.in	17 Mar 2009 13:15:16 -0000	1.8
@@ -2,6 +2,7 @@
 TARGET=@phpini_dir@/php.ini
 PERMISSIONS=0640
 OWNERSHIP=@webserver_musr@:@webserver_grp@
+RUNONCHANGE=@KOLABRC@ rc apache reload
 KOLAB_META_END
 ;;
 ;;  php.ini -- PHP Configuration





More information about the commits mailing list