richard: server/kolab-resource-handlers/kolab-resource-handlers ChangeLog, 1.13, 1.14 Makefile.am, 1.7, 1.8

cvs at intevation.de cvs at intevation.de
Tue Mar 28 20:53:43 CEST 2006


Author: richard

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers
In directory doto:/tmp/cvs-serv20068

Modified Files:
	ChangeLog Makefile.am 
Log Message:
suggestion from Gunnar Wrobel <wrobel at gentoo.org>:
The chmod lines for kolabfilter.php and kolabmailboxfilter.php are
not really necessary since both files are being installed as
"script" so they are marked executable automatically.



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ChangeLog	26 Mar 2006 13:28:08 -0000	1.13
+++ ChangeLog	28 Mar 2006 18:53:41 -0000	1.14
@@ -1,3 +1,9 @@
+2006-03-28 Richard Bos <richard at radoeka.nl>
+	* Makefile.am: suggestion from Gunnar Wrobel <wrobel at gentoo.org>:
+	  The chmod lines for kolabfilter.php and kolabmailboxfilter.php are
+	  not really necessary since both files are being installed as
+	  "script" so they are marked executable automatically.
+
 2006-03-26 Richard Bos <richard at radoeka.nl>
 	* Makefile.am: the build proces did not use the resmgr_scriptsdir
 	  variable, this is now corrected

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am	26 Mar 2006 13:28:08 -0000	1.7
+++ Makefile.am	28 Mar 2006 18:53:41 -0000	1.8
@@ -123,8 +123,6 @@
 install-data-hook:
 	install -d -m 755 $(DESTDIR)/$(resmgr_filterdir)
 	install -d -m 755 $(DESTDIR)/$(freebusy_cachedir)
-	chmod a+x $(DESTDIR)/$(resmgr_scriptsdir)/kolabfilter.php
-	chmod a+x $(DESTDIR)/$(resmgr_scriptsdir)/kolabmailboxfilter.php
 	chmod a+x $(DESTDIR)/$(phplibdir2)/$(kolab_php_module_prefix)kolabfilter/resmgr.php
 	chmod o=--- $(DESTDIR)/$(resmgr_confdir)/freebusy.conf
 	chmod o=--- $(DESTDIR)/$(resmgr_confdir)/resmgr.conf





More information about the commits mailing list