OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / common / acl.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <para>ACL is a library for getting and setting POSIX Access Control Lists.</para>
14 @y
15     <para>
16     ACL パッケージは POSIX アクセスコントロールリスト (POSIX Access Control Lists) を取得、設定するライブラリを提供します。
17     </para>
18 @z
19
20 @x
21     <title>Installation of ACL</title>
22 @y
23     <title>&InstallationOf1;ACL &InstallationOf2;</title>
24 @z
25
26 @x
27     <para os="a">Apply a sed to install the documentation with a versioned
28     directory:</para>
29 @y
30     <para os="a">
31     以下の sed コマンドを実行して、ドキュメントを収容するディレクトリ名にバージョンをつけるようにします。
32     </para>
33 @z
34
35 @x
36     <para os="c">Apply a sed to fix a few tests:</para>
37 @y
38     <para os="c">
39     以下の sed コマンドによりテストの不備を修正します。
40     </para>
41 @z
42
43 @x
44     <para os="e">Prepare ACL for compilation:</para>
45 @y
46     <para os="e">&PreparePackage1;ACL&PreparePackage2;</para>
47 @z
48
49 @x
50     <para os="g">Compile the package:</para>
51 @y
52     <para os="g">&CompileThePackage;</para>
53 @z
54
55 @x
56     <para os="i">The Acl tests need a filesystem which supports access controls
57     after Coreutils has been built with the Acl libraries. Return to this
58     section after Coreutils has been installed. Test the results:</para>
59 @y
60     <para os="i">
61     Acl のテストは Acl のライブラリによって Coreutils をビルドした後に、アクセス制御がサポートされたファイルシステム上にて実施する必要があります。
62     テストを実施する場合は Coreutils のビルドが終わってから本節に戻り以下を実行します。
63     </para>
64 @z
65
66 @x
67     <para os="k">Install the package:</para>
68 @y
69     <para os="k">&InstallThePackage;</para>
70 @z
71
72 @x
73     <para os="m">Move the shared library to <filename class="directory">/lib</filename>
74     and recreate the symlink in <filename class="directory">/usr/lib</filename>:</para>
75 @y
76     <para os="m">
77     共有ライブラリを <filename
78     class="directory">/lib</filename> に移動し <filename
79     class="directory">/usr/lib</filename> のシンボリックリンクを再生成します。
80     </para>
81 @z
82
83 @x
84     <para os="o">Set the proper permissions on the shared library:</para>
85 @y
86     <para os="o">
87     共有ライブラリに対するパーミッションを適切に設定します。
88     </para>
89 @z
90
91 @x
92     <title>Contents of ACL</title>
93 @y
94     <title>&ContentsOf1;ACL &ContentsOf2;</title>
95 @z
96
97 @x
98       <segtitle>Installed programs</segtitle>
99       <segtitle>Installed libraries</segtitle>
100       <segtitle>Installed directories</segtitle>
101 @y
102       <segtitle>&InstalledProgram;</segtitle>
103       <segtitle>&InstalledLibrary;</segtitle>
104       <segtitle>&InstalledDirectory;</segtitle>
105 @z
106
107 @x
108         <seg>chacl, getfacl, setfacl</seg>
109         <seg>libattr.[a,so]</seg>
110         <seg>/usr/include/acl, /usr/share/doc/acl-&acl-version;</seg>
111 @y
112         <seg>chacl, getfacl, setfacl</seg>
113         <seg>libacl.[a,so]</seg>
114         <seg>/usr/include/acl, /usr/share/doc/acl-&acl-version;</seg>
115 @z
116
117 @x
118       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 @y
120       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
121 @z
122
123 @x chacl
124           <para>Changes the access control list of a file or directory</para>
125 @y
126           <para>
127           ファイルまたはディレクトリに対するアクセスコントロールリストを設定します。
128           </para>
129 @z
130
131 @x getfacl
132           <para>Get file access control lists</para>
133 @y
134           <para>
135           ファイルアクセスコントロールリストを取得します。
136           </para>
137 @z
138
139 @x setfacl
140           <para>Set file access control lists</para>
141 @y
142           <para>
143           ファイルアクセスコントロールリストを設定します。
144           </para>
145 @z
146
147 @x libacl
148           <para>Library to manage access control lists</para>
149 @y
150           <para>
151           アクセスコントロールリスト (Access Control Lists) を制御するライブラリを提供します。
152           </para>
153 @z