blob: ce975145e1cab2a29363edc9de764e6b8eb41176 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<!--
$FML: upgrade.sgml,v 1.3 2005/07/23 01:57:39 fukachan Exp $
$jaFML: upgrade.sgml,v 1.3 2003/04/15 14:51:39 fukachan Exp $
-->
<chapter id="xxxgrade">
<title>
Upgrade And Downgrade Of &fml8;
</title>
<warning>
<para>
This chapter describes upgrade and downgrade of &fml8;.
</para>
<para>
See
<link linkend="mergeml.fml4to8">
<xref linkend="mergeml.fml4to8">
</link>
on the upgrade from &fml4; to &fml8;.
</para>
</warning>
<sect1 id="upgrade">
<title>
Upgrade
</title>
<para>
<link linkend="install.fml.unix">
Install
</link>
again.
</para>
<para>
After &fml8; installation, rewrite fml_version line in
/usr/local/etc/fml/main.cf to switch fml to the version installed now.
Just when the file is saved, fml is changed to the new version.
</para>
</sect1>
<sect1 id="downgrade">
<title>
downgrade.
</title>
<para>
No need to install. Edit /usr/local/etc/fml/main.cf to back the
fml_version to the previous one.
</para>
<para>
Just when the file is saved, fml is changed to the new version.
</para>
</sect1>
</chapter>
|