blob: 877e1efdecef19f00e72b9514053ec7b74913787 (
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
|
<!--
$FML: upgrade.sgml,v 1.1 2003/07/24 15:37:37 fukachan Exp $
$jaFML: upgrade.sgml,v 1.3 2003/04/15 14:51:39 fukachan Exp $
-->
<chapter id="xxxgrade">
<title>
upgrade/downgrade
</title>
<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 /etc/fml/main.cf 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 /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>
|