attr.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-attr" role="wrap">
  8. <?dbhtml filename="attr.html"?>
  9. <sect1info condition="script">
  10. <productname>attr</productname>
  11. <productnumber>&attr-version;</productnumber>
  12. <address>&attr-url;</address>
  13. </sect1info>
  14. <title>Attr-&attr-version;</title>
  15. <indexterm zone="ch-system-attr">
  16. <primary sortas="a-Attr">Attr</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The attr package contains utilities to administer the extended
  21. attributes on filesystem objects.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&attr-ch6-sbu;</seg>
  27. <seg>&attr-ch6-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Attr</title>
  33. <para>Modify the documentation directory so that it is a versioned
  34. directory:</para>
  35. <screen><userinput remap="pre">sed -i -e 's|/@pkg_name@|&amp;-@pkg_version@|' include/builddefs.in</userinput></screen>
  36. <!--
  37. <para>Prevent installation of manual pages that were already installed by
  38. Man-Pages package:</para>
  39. <screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man2||" man/Makefile</userinput></screen>
  40. -->
  41. <para>Prepare Attr for compilation:</para>
  42. <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
  43. <para>Compile the package:</para>
  44. <screen><userinput remap="make">make</userinput></screen>
  45. <para>The tests need to be run on a filesystem that supports extended
  46. attributes such as the ext2, ext3, or ext4 filesystems. To test the
  47. results, issue:</para>
  48. <screen><userinput remap="test">make tests root-tests</userinput></screen>
  49. <para>Install the package:</para>
  50. <screen><userinput remap="install">make install install-dev install-lib
  51. chmod -v 755 /usr/lib/libattr.so</userinput></screen>
  52. <para>The shared library needs to be moved to
  53. <filename class="directory">/lib</filename>, and as a result the
  54. <filename class="extension">.so</filename> file in
  55. <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
  56. <screen><userinput remap="install">mv -v /usr/lib/libattr.so.* /lib
  57. ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput></screen>
  58. </sect2>
  59. <sect2 id="contents-attr" role="content">
  60. <title>Contents of Attr</title>
  61. <segmentedlist>
  62. <segtitle>Installed programs</segtitle>
  63. <segtitle>Installed library</segtitle>
  64. <segtitle>Installed directories</segtitle>
  65. <seglistitem>
  66. <seg>attr, getfattr, and setattr</seg>
  67. <seg>libattr.{a,so}</seg>
  68. <seg>/usr/include/attr, /usr/share/doc/attr-&attr-version;</seg>
  69. </seglistitem>
  70. </segmentedlist>
  71. <variablelist>
  72. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  73. <?dbfo list-presentation="list"?>
  74. <?dbhtml list-presentation="table"?>
  75. <varlistentry id="attr">
  76. <term><command>attr</command></term>
  77. <listitem>
  78. <para>Extends attributes on filesystem objects</para>
  79. <indexterm zone="ch-system-attr attr">
  80. <primary sortas="b-attr">attr</primary>
  81. </indexterm>
  82. </listitem>
  83. </varlistentry>
  84. <varlistentry id="getfattr">
  85. <term><command>getfattr</command></term>
  86. <listitem>
  87. <para>Gets the extended attributes of filesystem objects.</para>
  88. <indexterm zone="ch-system-attr getfattr">
  89. <primary sortas="b-getfattr">getfattr</primary>
  90. </indexterm>
  91. </listitem>
  92. </varlistentry>
  93. <varlistentry id="setattr">
  94. <term><command>setattr</command></term>
  95. <listitem>
  96. <para>Sets the extended attributes of filesystem objects</para>
  97. <indexterm zone="ch-system-attr setattr">
  98. <primary sortas="b-setattr">setattr</primary>
  99. </indexterm>
  100. </listitem>
  101. </varlistentry>
  102. <varlistentry id="libattr">
  103. <term><filename class="libraryfile">libattr</filename></term>
  104. <listitem>
  105. <para>Contains the <application>Attr</application> API functions.</para>
  106. <indexterm zone="ch-system-attr libattr">
  107. <primary sortas="c-libattr">libattr</primary>
  108. </indexterm>
  109. </listitem>
  110. </varlistentry>
  111. </variablelist>
  112. </sect2>
  113. </sect1>