OSDN Git Service

clfs-3.0.0-sysvinit.
[clfsja/cross-lfs-ja.git] / src / final-system / common / rsyslog.ch
diff --git a/src/final-system/common/rsyslog.ch b/src/final-system/common/rsyslog.ch
new file mode 100644 (file)
index 0000000..a78cc0a
--- /dev/null
@@ -0,0 +1,122 @@
+%
+% This is part of CLFSja package.
+%
+% This is a CTIE change file for the original XML source of the CLFSbook.
+%
+@x
+<?xml version="1.0" encoding="ISO-8859-1"?>
+@y
+<?xml version="1.0" encoding="UTF-8"?>
+@z
+
+@x
+    <para>The rsyslog package contains programs for logging system messages,
+    such as those given by the kernel when unusual things happen.</para>
+@y
+    <para>
+    rsyslog パッケージはシステムメッセージのログ出力を行うプログラムを提供します。
+    カーネルの異常発生時には同機能が用いられています。
+    </para>
+@z
+
+@x
+    <title>Installation of Rsyslog</title>
+@y
+    <title>&InstallationOf1;Rsyslog &InstallationOf2;</title>
+@z
+
+@x
+    <para os="a">Prepare Rsyslog for compilation:</para>
+@y
+    <para os="a">&PreparePackage1;Rsyslog &PreparePackage2;</para>
+@z
+
+@x
+    <para os="c">Compile the package:</para>
+@y
+    <para os="c">&CompileThePackage;</para>
+@z
+
+@x
+    <para os="e">To test the results, issue:</para>
+@y
+    <para os="e">
+    ビルド結果をテストする場合は以下を実行します。
+    </para>
+@z
+
+@x
+    <para os="f">Install the package:</para>
+@y
+    <para os="f">&InstallThePackage;</para>
+@z
+
+@x
+    <para os="h">Create a directory for expansion snippets:</para>
+@y
+    <para os="h">
+    設定ファイル収納のためのディレクトリを生成します。
+    </para>
+@z
+
+@x
+    <title>Configuring rsyslog</title>
+@y
+    <title>&Configuring1;rsyslog &Configuring2;</title>
+@z
+
+@x
+    <secondary>configuring</secondary></indexterm>
+@y
+    <secondary>設定</secondary></indexterm>
+@z
+
+@x
+    <para>Create a new <filename>/etc/rsyslog.conf</filename> file by running
+    the following:</para>
+@y
+    <para>
+    以下のコマンドを実行して <filename>/etc/rsyslog.conf</filename> ファイルを新たに生成します。
+    </para>
+@z
+
+@x
+    <title>Contents of rsyslog</title>
+@y
+    <title>&ContentsOf1;rsyslog &ContentsOf2;</title>
+@z
+
+@x
+      <segtitle>Installed programs</segtitle>
+      <segtitle>Installed directory</segtitle>
+@y
+      <segtitle>&InstalledProgram;</segtitle>
+      <segtitle>&InstalledDirectory;</segtitle>
+@z
+
+@x
+        <seg>rsyslogd</seg>
+        <seg>/usr/lib/rsyslog</seg>
+@y
+        <seg>rsyslogd</seg>
+        <seg>/usr/lib/rsyslog</seg>
+@z
+
+@x
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+@y
+      <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
+@z
+
+@x rsyslogd
+          <para>Logs the messages that system programs offer for logging.
+          Every logged message contains at least a date stamp and a hostname,
+          and normally the program's name too, but that depends on how
+          trusting the logging daemon is told to be.</para>
+@y
+          <para>
+          プログラムが出力指示をしたメッセージをログ出力します。
+          各ログメッセージには少なくともタイプスタンプ、ホスト名、通常ならプログラム名も出力されます。
+          ただしこれはログデーモンがどのようにそれを受け付けるかによります。
+          </para>
+@z
\ No newline at end of file