steffen: server/kolabd kolabd.spec,1.64,1.65

cvs at intevation.de cvs at intevation.de
Sun Jul 24 23:47:43 CEST 2005


Author: steffen

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

Modified Files:
	kolabd.spec 
Log Message:
Fixed LDAP access bug that showed up after upgrading + a few details in the webgui

Index: kolabd.spec
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- kolabd.spec	22 Jul 2005 22:36:14 -0000	1.64
+++ kolabd.spec	24 Jul 2005 21:47:41 -0000	1.65
@@ -40,7 +40,7 @@
 Group:        Mail
 License:      GPL
 Version:      1.9.4
-Release:      20050722
+Release:      20050723
 
 #   list of sources
 Source0:      kolabd-1.9.4.tar.gz
@@ -209,9 +209,11 @@
 
 %post
     %{l_shtool} echo -e "Installing crontab entry"
-    %{l_shtool} echo -e "`%{l_prefix}/bin/crontab -u %{l_musr} -l | grep -v %{l_prefix}/etc/kolab/kolabquotawarn`" \
+	# NOTE: OpenPKG's dcron package does not work currently, 
+	# so we have to rely on the host system's cron:
+    %{l_shtool} echo -e "`crontab -u %{l_musr} -l | grep -v %{l_prefix}/etc/kolab/kolabquotawarn`" \
 	'
-*/10 * * * * %{l_prefix}/etc/kolab/kolabquotawarn' | %{l_prefix}/bin/crontab - -u %{l_musr}
+*/10 * * * * %{l_prefix}/etc/kolab/kolabquotawarn' | crontab - -u %{l_musr}
 
     echo "For a fresh install please initialize Kolab by running '$RPM_INSTALL_PREFIX/etc/kolab/kolab_bootstrap -b' as user root."
     echo "If you upgraded from a previous version simply refresh Kolab by running run '$RPM_INSTALL_PREFIX/sbin/kolabconf' as user root."





More information about the commits mailing list