thomas: server/kolabd/kolabd/templates transport.template.in, 1.3, 1.4 virtual.template.in, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Fri Nov 10 17:08:22 CET 2006


Author: thomas

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

Modified Files:
	transport.template.in virtual.template.in 
Log Message:
Issue1433: Some files in /kolab/etc/postfix have wrong ownership.
Change owner to root in the templates so 'make' doesn't abort with
permission denied when trying to create virtual.db and transport.db.


Index: transport.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/transport.template.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- transport.template.in	4 Feb 2006 18:19:58 -0000	1.3
+++ transport.template.in	10 Nov 2006 16:08:20 -0000	1.4
@@ -1,7 +1,7 @@
 KOLAB_META_START
 TARGET=@emailserver_confdir@/transport
 PERMISSIONS=0640
-OWNERSHIP=@emailserver_usr@:@emailserver_grp@
+OWNERSHIP=root:@emailserver_grp@
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 # (c) 2003 Martin Konold <martin.konold at erfrakon.de>

Index: virtual.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/virtual.template.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- virtual.template.in	4 Feb 2006 18:19:58 -0000	1.3
+++ virtual.template.in	10 Nov 2006 16:08:20 -0000	1.4
@@ -1,7 +1,7 @@
 KOLAB_META_START
 TARGET=@emailserver_confdir@/virtual
 PERMISSIONS=0640
-OWNERSHIP=@emailserver_usr@:@emailserver_grp@
+OWNERSHIP=root:@emailserver_grp@
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 # (c) 2003 Martin Konold <martin.konold at erfrakon.de>





More information about the commits mailing list