OSDN Git Service

GIT-20170514.
[clfsja/cross-lfs-ja.git] / src / final-system / common / attr.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>Attr is a library for getting and setting POSIX.1e
14     (formerly POSIX 6) draft 15 capabilities.</para>
15 @y
16     <para>
17     Attr は POSIX.1e (旧 POSIX 6) draft 15 の機能を取得設定するライブラリです。
18     </para>
19 @z
20
21 @x
22     <title>Installation of Attr</title>
23 @y
24     <title>&InstallationOf1;Attr &InstallationOf2;</title>
25 @z
26
27 @x
28     <para os="s1">Apply a sed which prevents man-pages which were installed by
29     the <xref linkend="man-pages"/> package:</para>
30 @y
31     <para os="s1">
32     以下のように sed コマンドを実行します。
33     <xref linkend="ch-system-man-pages"/> パッケージによりインストール済の man ページをインストールしないようにするものです。
34     </para>
35 @z
36
37 @x
38     <para os="a">Apply a sed to install the documentation with a versioned
39     directory:</para>
40 @y
41     <para os="a">
42     以下の sed コマンドを実行して、ドキュメントをバージョンつきのディレクトリにインストールするようにします。
43     </para>
44 @z
45
46 @x
47     <para os="c">Prepare Attr for compilation:</para>
48 @y
49     <para os="c">&PreparePackage1;Attr &PreparePackage2;</para>
50 @z
51
52 @x
53     <para os="e">Compile the package:</para>
54 @y
55     <para os="e">&CompileThePackage;</para>
56 @z
57
58 @x
59     <para os="g">The tests need to run with a filesystem which supports extended
60     attributes. Test the results:</para>
61 @y
62     <para os="g">
63     テストは拡張属性 (extended attributes) をサポートするファイルシステム上にて実行する必要があります。
64     テストを実施するには以下を実行します。 
65     </para>
66 @z
67
68 @x
69     <para os="i">Install the package:</para>
70 @y
71     <para os="i">&InstallThePackage;</para>
72 @z
73
74 @x
75     <para os="k">Move the shared library to <filename class="directory">/lib
76     </filename> and recreate the symlink in <filename class="directory">/usr/lib
77     </filename>:</para>
78 @y
79     <para os="k">
80     共有ライブラリを <filename class="directory">/lib</filename> に移動し <filename
81     class="directory">/usr/lib</filename> へのシンボリックリンクを再生成します。
82     </para>
83 @z
84
85 @x
86     <para os="m">Set the proper permissions on the shared library:</para>
87 @y
88     <para os="m">
89     共有ライブラリに対して適切なパーミッションを設定します。
90     </para>
91 @z
92
93 @x
94     <title>Contents of Attr</title>
95 @y
96     <title>&ContentsOf1;Attr &ContentsOf2;</title>
97 @z
98
99 @x
100       <segtitle>Installed programs</segtitle>
101       <segtitle>Installed libraries</segtitle>
102       <segtitle>Installed directories</segtitle>
103 @y
104       <segtitle>&InstalledProgram;</segtitle>
105       <segtitle>&InstalledLibrary;</segtitle>
106       <segtitle>&InstalledDirectory;</segtitle>
107 @z
108
109 @x
110         <seg>attr, getfattr, setfattr</seg>
111         <seg>libattr.[a,so]</seg>
112         <seg>/usr/include/attr, /usr/share/doc/attr-&attr-version;</seg>
113 @y
114         <seg>attr, getfattr, setfattr</seg>
115         <seg>libattr.[a,so]</seg>
116         <seg>/usr/include/attr, /usr/share/doc/attr-&attr-version;</seg>
117 @z
118
119 @x
120       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 @y
122       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
123 @z
124
125 @x attr
126           <para>Manage extended attributes on filesystem objects</para>
127 @y
128           <para>
129           ファイルシステム上のオブジェクトに対して属性を拡張します。
130           </para>
131 @z
132
133 @x getfattr
134           <para>Get extended attributes of filesystem objects</para>
135 @y
136           <para>
137           ファイルシステム上のオブジェクトに対して拡張属性の情報を取得します。
138           </para>
139 @z
140
141 @x setfattr
142           <para>Set extended attributes of filesystem objects</para>
143 @y
144           <para>
145           ファイルシステム上のオブジェクトに対して拡張属性の情報を設定します。
146           </para>
147 @z
148
149 @x libattr
150           <para>Library to manage extended attributes on filesystem objects</para>
151 @y
152           <para>
153           拡張属性を制御するライブラリ関数を提供します。
154           </para>
155 @z