richard: server/kolabd/kolabd ChangeLog, 1.29, 1.30 Makefile.am, 1.11, 1.12

cvs at intevation.de cvs at intevation.de
Mon Jan 2 20:21:06 CET 2006


Author: richard

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
Fix bug issue1068, rc.kolabd need to be executable
Thanks Marcus for providing the fix.



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ChangeLog	1 Jan 2006 21:20:24 -0000	1.29
+++ ChangeLog	2 Jan 2006 19:21:03 -0000	1.30
@@ -1,3 +1,9 @@
+2006-01-02 Marcus Hüwe <suse-tux at gmx.de>
+	Patch committed by Richard Bos
+	* Makefile.am: changed kolabrc_FILE into kolabrc_DATA to fix
+	  bug issue1068; rc.kolabd need to be executable
+	  Thanks Marcus for providing the fix.
+
 2006-01-01 Marcus Hüwe <suse-tux at gmx.de>
 	Patch committed by Richard Bos, see issue1049
 	* dist_conf/debian: added (provided by  Benoit Mortier)
@@ -44,7 +50,10 @@
 
 2005-12-23 Richard Bos <richard at radoeka.nl>
 	* dist_conf/(kolab,suse,gentoo,mandriva}: removed the unused
-	  variables postfix_usr and postfix_grp
+	  variables postfix_usr, postfix_grp, emailserver_imapdir,
+	  emailserver_imapspooldir and emailserver_sievedir
+	* dist_conf/suse: added the right values for: emailserver_socket
+	  emailserver_localstatedir and emailserver_logfile
 
 2005-12-23 Richard Bos <richard at radoeka.nl>
 	* dist_conf/suse: removed the not needed references to the openpkg

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am	30 Dec 2005 19:31:15 -0000	1.11
+++ Makefile.am	2 Jan 2006 19:21:03 -0000	1.12
@@ -527,9 +527,9 @@
 	chmod +744 $(DESTDIR)$(sbindir)/kolabd
 	chmod +744 $(DESTDIR)$(sbindir)/kolabconf
 	chmod +744 $(DESTDIR)$(sbindir)/kolabcheckperm
-	chmod +755 $(DESTDIR)$(kolabrcdir)/$(kolabrc_FILE)
 	chmod +755 $(DESTDIR)$(bindir)/kolabpasswd
 if OPENPKG
+	chmod +755 $(DESTDIR)$(kolabrcdir)/$(kolabrc_DATA)
 	chmod +744 $(DESTDIR)$(bindir)/kolab
 endif
 





More information about the commits mailing list