richard: server/kolabd/kolabd ChangeLog, 1.60, 1.61 Makefile.am, 1.17, 1.18

cvs at intevation.de cvs at intevation.de
Sun Feb 5 21:34:22 CET 2006


Author: richard

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
Remove "+" in chmod command.
patch from Raphael Langerhorst, see issue:
https://intevation.de/roundup/kolab/issue1105.



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- ChangeLog	5 Feb 2006 17:51:31 -0000	1.60
+++ ChangeLog	5 Feb 2006 20:34:20 -0000	1.61
@@ -1,4 +1,9 @@
 2006-02-05 Richard Bos <richard at radoeka.nl>
+	* Makefile.am: patch from Raphael Langerhorst, see issue:
+	  https://intevation.de/roundup/kolab/issue1105.
+	  Remove "+" in chmod command.
+
+2006-02-05 Richard Bos <richard at radoeka.nl>
 	* dist_conf/common, dist_conf/kolab, dist_conf/suse'
 	  templates/session_vars.php.template.in: introduce a new build
 	  variable: kolab_php_module_prefix.  This variable makes it possible

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am	15 Jan 2006 20:32:47 -0000	1.17
+++ Makefile.am	5 Feb 2006 20:34:20 -0000	1.18
@@ -548,18 +548,18 @@
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_document_root)$(webserver_web_prefix)/freebusy
 	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_sessions)
 #	$(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_document_root)$(webserver_web_prefix)/locks
-	chmod +775 $(DESTDIR)$(kolabdir)$(kolab_FILES)
-	chmod +600 $(DESTDIR)$(kolabconfigdir)/kolab.conf
-	chmod +744 $(DESTDIR)$(kolabnamespacedir)/*
-	chmod +744 $(DESTDIR)$(sbindir)/kolabd
-	chmod +744 $(DESTDIR)$(sbindir)/kolabconf
-	chmod +744 $(DESTDIR)$(sbindir)/kolabcheckperm
-	chmod +755 $(DESTDIR)$(bindir)/kolabpasswd
+	chmod 775 $(DESTDIR)$(kolabdir)$(kolab_FILES)
+	chmod 600 $(DESTDIR)$(kolabconfigdir)/kolab.conf
+	chmod 744 $(DESTDIR)$(kolabnamespacedir)/*
+	chmod 744 $(DESTDIR)$(sbindir)/kolabd
+	chmod 744 $(DESTDIR)$(sbindir)/kolabconf
+	chmod 744 $(DESTDIR)$(sbindir)/kolabcheckperm
+	chmod 755 $(DESTDIR)$(bindir)/kolabpasswd
 if ! OPENPKG
-	chmod +755 $(DESTDIR)$(sbindir)/kolabsrv
+	chmod 755 $(DESTDIR)$(sbindir)/kolabsrv
 endif
 if OPENPKG
-	chmod +755 $(DESTDIR)$(kolabrcdir)/$(kolabrc_DATA)
-	chmod +744 $(DESTDIR)$(bindir)/kolab
+	chmod 755 $(DESTDIR)$(kolabrcdir)/$(kolabrc_DATA)
+	chmod 744 $(DESTDIR)$(bindir)/kolab
 endif
 





More information about the commits mailing list