[Kolab-devel] kolab_upgrade not packaged

Richard Bos radoeka at xs4all.nl
Thu Nov 24 22:48:18 CET 2005


Op donderdag 24 november 2005 22:37, schreef Bernhard Herzog:
> I've noticed that there's a kolab_upgrade script in the kolabd module in
> CVS.  The script appears to be intended to help with the upgrade from
> 2.0 to 2.1.  How usable is that script?  Why is it not packaged/built
> yet?

Just to give an impression, the untested diff below would include the script::

diff -a -u -r1.4 Makefile.am
--- Makefile.am 22 Nov 2005 14:21:58 -0000      1.4
+++ Makefile.am 24 Nov 2005 21:46:04 -0000
@@ -16,6 +16,7 @@
        kolab kolab_bootstrap \
        workaround.sh \
        kolabquotawarn \
+       kolab_upgrade.in \
        kolab_smtpdpolicy


@@ -481,6 +482,13 @@
         chmod a+x workaround.sh
 CLEANFILES += workaround.sh
 EXTRA_DIST += workaround.sh.in
+
+kolab_upgrade:
+       @$(mkinstalldirs) .
+       $(do_subst) <$(srcdir)/kolab_upgrade.in >$@
+       chmod a+x kolab_upgrade
+CLEANFILES += kolab_upgrade
+EXTRA_DIST += kolab_upgrade.in

 kolab_smtpdpolicy:
        @$(mkinstalldirs) .

No idea about the how's and why's

Do you want us to include it...?

-- 
Richard Bos
Without a home the journey is endless




More information about the devel mailing list