summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/install
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-07-02 10:39:28 +0000
committerfukachan <fukachan>2002-07-02 10:39:28 +0000
commitb753b70a78a0ec9b5e82d37a8db6735ca59cfc4c (patch)
tree706989986f84f0ef077a6616f520c61a8dee1606 /fml/doc/ja/tutorial/install
parentd5fb6f177372244aefa3b7156a97132959a4956d (diff)
downloadfml8-b753b70a78a0ec9b5e82d37a8db6735ca59cfc4c.tar.gz
fml8-b753b70a78a0ec9b5e82d37a8db6735ca59cfc4c.tar.bz2
fml8-b753b70a78a0ec9b5e82d37a8db6735ca59cfc4c.zip
updated to sync w/ current
clean up the structure to catch up "fml bible" structure
Diffstat (limited to 'fml/doc/ja/tutorial/install')
-rw-r--r--fml/doc/ja/tutorial/install/fml_on_nt.sgml16
-rw-r--r--fml/doc/ja/tutorial/install/fml_on_unix.sgml (renamed from fml/doc/ja/tutorial/install/chapter.sgml)150
-rw-r--r--fml/doc/ja/tutorial/install/upgrade.sgml48
3 files changed, 144 insertions, 70 deletions
diff --git a/fml/doc/ja/tutorial/install/fml_on_nt.sgml b/fml/doc/ja/tutorial/install/fml_on_nt.sgml
new file mode 100644
index 00000000..525836ac
--- /dev/null
+++ b/fml/doc/ja/tutorial/install/fml_on_nt.sgml
@@ -0,0 +1,16 @@
+<!--
+ $FML: chapter.sgml,v 1.11 2002/04/01 23:41:02 fukachan Exp $
+-->
+
+<chapter id="install.fml.nt">
+ <title>
+ Microsft 2000/NT 上での fml のインストール
+ </title>
+
+<warning>
+<para>
+まだ、できません。
+</para>
+</warning>
+
+</chapter>
diff --git a/fml/doc/ja/tutorial/install/chapter.sgml b/fml/doc/ja/tutorial/install/fml_on_unix.sgml
index 6f568eb1..7654a304 100644
--- a/fml/doc/ja/tutorial/install/chapter.sgml
+++ b/fml/doc/ja/tutorial/install/fml_on_unix.sgml
@@ -1,15 +1,15 @@
<!--
- $FML: chapter.sgml,v 1.10 2002/03/18 07:39:27 fukachan Exp $
+ $FML: chapter.sgml,v 1.11 2002/04/01 23:41:02 fukachan Exp $
-->
-<chapter id="install">
+<chapter id="install.fml.unix">
<title>
- インストール
+ UNIX 上での fml のインストール
</title>
<!-- ====================================================== -->
-<sect1 id="install.configure">
+<sect1 id="install.fml.unix.configure">
<title>
概要
</title>
@@ -17,8 +17,11 @@
<para>
configure (GNU autoconf) および make を実行して下さい。
+なお configure の前に、適宜、ユーザ fml とグループ fml を作ってください。
<screen>
% su root
+# groupadd fml
+# useradd -g fml -m fml
# ./configure
# make install
</screen>
@@ -51,61 +54,105 @@ mandir ${prefix}/man
</screen>
また
<screen>
+fmlconfdir $sysconfidr/fml /usr/local/etc/fml
mlspooldir /var/spool/ml /var/spool/ml
fml_owner fml fml
+fml_group fml fml
+default_domain 推測する 推測する
</screen>
-これらの変数は、それぞれ
+これらの変数は、configure の引数で上書きすることができます。
+これらのオプションは
<screen>
---with-mlspooldir=DIR
---with-fml-owner=USER
+configure --help
</screen>
-で上書きすることができます。
+で表示されます。
+<screen>
+ --without-warning run perl as perl without -w
+ --with-fmlconfdir=DIR use DIR instead of SYSCONFDIR/fml
+ --with-mlspooldir=DIR use DIR instead of /var/spool/ml
+ --with-fml-owner=USER use USER instead of fml
+ --with-fml-group=GROUP use GROUP instead of fml
+ --with-default-domain=DOMAIN use DOMAIN as the ML domain
+</screen>
+
</para>
<para>
サンプル
<screen>
-# ./configure --sysconfdir=/etc/fml
-creating cache ./config.cache
-checking for perl... perl
-checking for perl... /usr/local/bin/perl
-checking whether optional useful commands are available
-checking for cksum... /usr/bin/cksum
-checking for md5... /usr/bin/md5
-checking for tar... /usr/bin/tar
-checking for gzip... /usr/bin/gzip
-checking for zcat... /usr/bin/zcat
-checking for gunzip... /usr/bin/gunzip
-checking for lha... no
+# ./configure --with-fmlconfdir=/etc/fml
+loading cache ./config.cache
+checking for perl... (cached) perl
+checking for perl... (cached) /usr/local/bin/perl
+checking whether optional useful commands are available or not
+checking for cksum... (cached) /usr/bin/cksum
+checking for md5... (cached) /usr/bin/md5
+checking for ls... (cached) /bin/ls
+checking for tar... (cached) /usr/bin/tar
+checking for gzip... (cached) /usr/bin/gzip
+checking for zcat... (cached) /usr/bin/zcat
+checking for gunzip... (cached) /usr/bin/gunzip
+checking for lha... (cached) /usr/pkg/bin/lha
checking for ish... no
-checking for bzip2... /usr/bin/bzip2
-checking for bunzip2... /usr/bin/bunzip2
-checking for uuencode... /usr/bin/uuencode
-checking for compress... /usr/bin/compress
-checking for sendmail... /usr/sbin/sendmail
-checking for nkf... /usr/pkg/bin/nkf
+checking for bzip2... (cached) /usr/bin/bzip2
+checking for bunzip2... (cached) /usr/bin/bunzip2
+checking for uuencode... (cached) /usr/bin/uuencode
+checking for compress... (cached) /usr/bin/compress
+checking for sendmail... (cached) /usr/sbin/sendmail
+checking for newaliases... (cached) /usr/bin/newaliases
+checking for postfix... (cached) /usr/sbin/postfix
+checking for postalias... (cached) /usr/sbin/postalias
+checking for postconf... (cached) /usr/sbin/postconf
+checking for postmap... (cached) /usr/sbin/postmap
+checking for nkf... (cached) /usr/pkg/bin/nkf
checking for kakasi... no
checking for namazu... no
-checking for pgp... no
+checking for pgp... (cached) /usr/pkg/bin/pgp
checking for pgp5... no
checking for pgpe... no
checking for pgpk... no
checking for pgps... no
checking for pgpv... no
checking for gpg... no
+checking for less... (cached) /usr/bin/less
+checking for more... (cached) /usr/bin/more
+checking for w3m... (cached) /usr/pkg/bin/w3m
updating cache ./config.cache
creating ./config.status
creating config.sh
creating fml/etc/main.cf
-creating fml/etc/paths.cf
+creating fml/etc/default_config.cf.ja
+creating fml/etc/site_default_config.cf
creating fml/libexec/loader
+creating fml/bin/fmlalias
creating fml/bin/fmlconf
creating fml/bin/fmldoc
creating fml/bin/fmlhtmlify
creating fml/bin/fmlsch
creating fml/bin/fmlthread
+creating fml/bin/fmlspool
creating fml/bin/makefml
+enabled perl -w
+
+fml has been configure with the following options:
+
+ prefix: /usr/local
+ exec_prefix: ${prefix}
+ bindir: ${exec_prefix}/bin
+ sbindir: ${exec_prefix}/sbin
+ lib_dir: ${exec_prefix}/lib
+ libexec_dir: ${exec_prefix}/libexec
+ mandir: ${prefix}/man
+ datadir: ${prefix}/share
+
+ fml process owner: fml
+ fml process group: fml
+ fmlconfdir: /etc/fml
+ mlspooldir: /var/spool/ml
+ default domain: home.fml.org
+
+Now you must run "make install".
</screen>
</para>
@@ -140,19 +187,19 @@ creating fml/bin/makefml
<tbody>
<row>
- <entry> /etc/fml </entry>
+ <entry> /usr/local/etc/fml </entry>
<entry>
- 基本設定ファイルを置く場所。
- ( fml 4 の /usr/local/fml/.fml や default_config.ph 相当)
+ 基本設定ファイルを置く場所。
+ ( fml 4 の /usr/local/fml/.fml や default_config.ph 相当)
- バージョンやライブラリの場所(ディレクトリ)などを指定する。
+ バージョンやライブラリの場所(ディレクトリ)などを指定する。
</entry>
</row>
<row>
<entry> /usr/local/libexec/fml </entry>
<entry>
- 実行ファイル ( fml 4 の /usr/local/fml )
+ 実行ファイル ( fml 4 の /usr/local/fml )
</entry>
</row>
@@ -203,42 +250,5 @@ creating fml/bin/makefml
<!-- ====================================================== -->
-<sect1 id="upgrade">
- <title>
- アップグレード
- </title>
-
-<para>
-単に、もう一度
-<link linkend="install">インストール</link>
-して下さい。
-</para>
-
-<para>
-インストール後、/etc/fml/main.cf の fml_version 行の日付を
-最新のものにして下さい。
-ファイルをセーブした瞬間から新しい fml に切り替わります
-(注: エディタで編集中は古い内容)。
-</para>
-</sect1>
-
-
-<sect1 id="downgrade">
- <title>
- ダウングレード
- </title>
-
-<para>
-ソースのインストールし直しなどは必要ありません。
-/etc/fml/main.cf の編集だけです。
-</para>
-
-<para>
-/etc/fml/main.cf の fml_verison をアップグレード前のものに
-戻して下さい。
-</para>
-
-</sect1>
-
</chapter>
diff --git a/fml/doc/ja/tutorial/install/upgrade.sgml b/fml/doc/ja/tutorial/install/upgrade.sgml
new file mode 100644
index 00000000..e8ba1911
--- /dev/null
+++ b/fml/doc/ja/tutorial/install/upgrade.sgml
@@ -0,0 +1,48 @@
+<!--
+ $FML$
+-->
+
+<chapter>
+ <title>
+ アップグレード/ダウングレード
+ </title>
+
+<sect1 id="upgrade">
+ <title>
+ アップグレード
+ </title>
+
+<para>
+単に、もう一度
+<link linkend="install.fml.unix">インストール</link>
+して下さい。
+</para>
+
+<para>
+インストール後、/etc/fml/main.cf の fml_version 行の日付を
+最新のものにして下さい。
+ファイルをセーブした瞬間から新しい fml に切り替わります
+(注: エディタで編集中は古い内容)。
+</para>
+</sect1>
+
+
+<sect1 id="downgrade">
+ <title>
+ ダウングレード
+ </title>
+
+<para>
+ソースのインストールし直しなどは必要ありません。
+/etc/fml/main.cf の編集だけです。
+</para>
+
+<para>
+/etc/fml/main.cf の fml_verison をアップグレード前のものに
+戻して下さい。
+</para>
+
+</sect1>
+
+
+</chapter>