[Kolab-devel] server/kolab kolab.spec,1.22.2.3,1.22.2.4 by tassilo at doto.intevation.de
root at intevation.de
root at intevation.de
Tue Jun 24 14:17:32 CEST 2003
Update of /kolabrepository/server/kolab
In directory doto:/tmp/cvs-serv19280
Modified Files:
Tag: KOLAB_1_0
kolab.spec
Log Message:
Martin K.: improved handling of directory ownership. Bumped Version number to 1.0.2
Index: kolab.spec
===================================================================
RCS file: /kolabrepository/server/kolab/kolab.spec,v
retrieving revision 1.22.2.3
retrieving revision 1.22.2.4
diff -u -d -r1.22.2.3 -r1.22.2.4
--- kolab.spec 17 Jun 2003 23:07:07 -0000 1.22.2.3
+++ kolab.spec 24 Jun 2003 12:17:30 -0000 1.22.2.4
@@ -16,7 +16,7 @@
Group: core
License: GPL
Version: %{V_kolab}
-Release: 1.0
+Release: 1.0.2
# list of sources
Source0: ftp://ftp.kde.org/pub/kde/unstable/server/kolab/kolab-current/kolab-%{version}.tar.gz
@@ -114,7 +114,13 @@
'%config %{l_prefix}/etc/kolab/kolab.conf'
%post
- echo "Please run '%{l_prefix}/etc/kolab/kolab_bootstrap -b'"
+ chown %{l_nusr}:%{l_ngrp} %{l_prefix}/var/kolab/www/freebusy
+ chown %{l_nusr}:%{l_ngrp} %{l_prefix}/var/kolab/www/locks
+
+ echo "For a fresh install please initialize Kolab and run '%{l_prefix}/etc/kolab/kolab_bootstrap -b'."
+ echo "If you upgraded from a previous version simply refresh Kolab and run '%{l_prefix}/etc/kolab/kolab -o -v'."
+ echo "In every case execute '%{l_prefix}/etc/rc.d/rc.kolab restart'"
+
%files -f files
More information about the devel
mailing list