summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/troubleshoot/recipes.version.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/ja/tutorial/troubleshoot/recipes.version.sgml')
-rw-r--r--fml/doc/ja/tutorial/troubleshoot/recipes.version.sgml35
1 files changed, 30 insertions, 5 deletions
diff --git a/fml/doc/ja/tutorial/troubleshoot/recipes.version.sgml b/fml/doc/ja/tutorial/troubleshoot/recipes.version.sgml
index ce4f5313..61b67f43 100644
--- a/fml/doc/ja/tutorial/troubleshoot/recipes.version.sgml
+++ b/fml/doc/ja/tutorial/troubleshoot/recipes.version.sgml
@@ -1,20 +1,21 @@
<!--
- $FML: recipe.version.sgml,v 1.5 2004/10/06 09:07:43 fukachan Exp $
+ $FML: recipes.version.sgml,v 1.1 2006/01/17 04:46:04 fukachan Exp $
-->
<qandaentry>
<question>
<para>
-fml のバージョンが知りたい。
+使っている fml のバージョンが知りたい。
</para>
</question>
<answer>
<para>
-fmlconf が各MLの変数一覧を表示してくれます。どのML(実は適当なML
-でも良い)を指定しても良いので、fmlconf を実行して下さい。例えば
+fmlconf コマンドが各MLの変数一覧を表示してくれます。どのML(実は適
+当なMLでも良い)を指定しても良いので、fmlconf を実行して下さい。
+たとえば
<screen>
-% fmlconf test |grep fml_version
+% /usr/local/bin/fmlconf test |grep fml_version
fml_version = fml-devel current-20021029
</screen>
</para>
@@ -55,3 +56,27 @@ Sendmail のバージョンが知りたい。
</para>
</answer>
</qandaentry>
+
+
+<qandaentry>
+<question>
+<para>
+qmail のバージョンが知りたい。
+</para>
+</question>
+
+<answer>
+
+<para>
+答えは、たぶん 1.03 + よく分からないパッチ群です。
+インストールした人なり、
+使ったパッケージシステムの中をのぞきまくるかしてください。
+</para>
+
+<para>
+一般論は存在しません。
+DJB 教は「パッチをあてろ!」という運用を考えない文化なのでしょうがないです。
+</para>
+
+</answer>
+</qandaentry>