gunnar: server/kolabd/kolabd ChangeLog, 1.295, 1.296 Makefile.am, 1.55, 1.56

cvs at kolab.org cvs at kolab.org
Thu Jun 3 15:33:46 CEST 2010


Author: gunnar

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
Imported patch for better file modes from the mailing list (http://kolab.org/pipermail/kolab-devel/2010-May/011850.html).

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -d -r1.295 -r1.296
--- ChangeLog	16 May 2010 19:18:05 -0000	1.295
+++ ChangeLog	3 Jun 2010 13:33:44 -0000	1.296
@@ -1,3 +1,9 @@
+2010-06-03  Gunnar Wrobel  <p at rdus.de>
+
+	* Makefile.am: Better file modes during
+	installation (http://kolab.org/pipermail/kolab-devel/2010-May/011850.html,
+	Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>)
+
 2010-05-16 Richard Bos <richard at radoeka.nl>
 
 	* dist_conf/kolabsrv.in: Added redhat services, on request of Jeroen v. M.

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Makefile.am,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Makefile.am	16 May 2010 06:58:53 -0000	1.55
+++ Makefile.am	3 Jun 2010 13:33:44 -0000	1.56
@@ -197,9 +197,9 @@
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_sessions)
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(kolab_statedir)
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_document_root)$(webserver_web_prefix)/locks
-	chmod 444 $(DESTDIR)$(kolabconfdir)/kolab.globals
+	chmod 644 $(DESTDIR)$(kolabconfdir)/kolab.globals
 	chmod 775 $(DESTDIR)$(kolabdir)$(kolab_FILES)
-	chmod 744 $(DESTDIR)$(kolabnamespacedir)/*
+	chmod 755 $(DESTDIR)$(kolabnamespacedir)/*
 if ! OPENPKG
 	chmod 755 $(DESTDIR)$(sbindir)/kolabsrv
 endif





More information about the commits mailing list