Ticket #131: reiser363.patch

File reiser363.patch, 2.9 KB (added by billy@…, 22 years ago)

version increment, prefix changes

  • reiser-desc.xml

    diff --exclude=CVS -Naur ./reiser-desc.xml /home/billy/NEWBLFS/BOOK/postlfs/filesystems/reiser/reiser-desc.xml
    old new  
    3131system</para></sect3>
    3232
    3333<sect3><title>unpack</title>
    34 <para>No description is currently available.</para></sect3>
     34<para>The unpack utility can be used to dump reiserfs filesystem
     35information to files for debugging, much like debugreiserfs.
     36</para></sect3>
     37
    3538
    3639</sect2>
    3740
  • reiser-exp.xml

    diff --exclude=CVS -Naur ./reiser-exp.xml /home/billy/NEWBLFS/BOOK/postlfs/filesystems/reiser/reiser-exp.xml
    old new  
    11<sect2>
    22<title>Command explanations</title>
    33
    4 <para><userinput>--mandir=/usr/share/man:</userinput> This ensures that
     4<para><userinput>--prefix=/usr:</userinput> This ensures that
    55the manual pages are installed in the correct location while still
    66installing the programs in <filename>/sbin</filename> as they should
    77be.</para>
    88
     9<para><userinput>--sbindir=/sbin:</userinput>
     10This ensures that the reiserfs utilities are installed in
     11<filename>/sbin</filename> as they should be.</para>
     12
     13
    914</sect2>
    1015
  • reiser-inst.xml

    diff --exclude=CVS -Naur ./reiser-inst.xml /home/billy/NEWBLFS/BOOK/postlfs/filesystems/reiser/reiser-inst.xml
    old new  
    33
    44<para>Install reiserfs by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --mandir=/usr/share/man &amp;&amp;
     6<para><screen><userinput>
     7./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
    78make &amp;&amp;
    89make install</userinput></screen></para>
    910
  • reiser.ent

    diff --exclude=CVS -Naur ./reiser.ent /home/billy/NEWBLFS/BOOK/postlfs/filesystems/reiser/reiser.ent
    old new  
    33<!ENTITY reiser-inst SYSTEM "reiser-inst.xml">
    44<!ENTITY reiser-exp SYSTEM "reiser-exp.xml">
    55<!ENTITY reiser-desc SYSTEM "reiser-desc.xml">
    6 <!ENTITY reiser-buildsize "3.9 MB">
    7 <!ENTITY reiser-version "3.6.2">
    8 <!ENTITY reiser-download-http "">
    9 <!ENTITY reiser-download-ftp"ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.2.tar.gz">
    10 <!ENTITY reiser-size "322 KB">
     6<!ENTITY reiser-buildsize "7.6 MB">
     7<!ENTITY reiser-version "3.6.3">
     8<!ENTITY reiser-download-http
     9    "http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.3.tar.gz">
     10<!ENTITY reiser-download-ftp
     11    "ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.3.tar.gz">
     12<!ENTITY reiser-size "329 KB">