steffen: server/kolabd kolabd.spec,1.3,1.4

cvs at intevation.de cvs at intevation.de
Sun Dec 5 10:35:07 CET 2004


Author: steffen

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

Modified Files:
	kolabd.spec 
Log Message:
versions + readded cron rpm

Index: kolabd.spec
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kolabd.spec	3 Dec 2004 13:19:29 -0000	1.3
+++ kolabd.spec	5 Dec 2004 09:35:05 -0000	1.4
@@ -40,7 +40,7 @@
 Group:        Mail
 License:      GPL
 Version:      1.9.3
-Release:      20041203
+Release:      20041204
 
 #   package options
 %option       with_genuine   no
@@ -197,9 +197,9 @@
 
 %post
     %{l_shtool} echo -e "Installing crontab entry"
-    %{l_shtool} echo -e "`crontab -u %{l_musr} -l | grep -v %{l_prefix}/etc/kolab/kolabquotawarn`" \
+    %{l_shtool} echo -e "`%{l_prefix}/bin/crontab -u %{l_musr} -l | grep -v %{l_prefix}/etc/kolab/kolabquotawarn`" \
 	'
-*/10 * * * * %{l_prefix}/etc/kolab/kolabquotawarn' | crontab -u %{l_musr} - 
+*/10 * * * * %{l_prefix}/etc/kolab/kolabquotawarn' | %{l_prefix}/bin/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