Changeset a0d81acb
- Timestamp:
- 09/02/2002 10:52:00 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fdb4d48d
- Parents:
- 98526b7
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/filesystems/reiser/reiser-desc.xml
r98526b7 ra0d81acb 32 32 33 33 <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 35 information to files for debugging, much like debugreiserfs. 36 </para></sect3> 35 37 36 38 </sect2> -
postlfs/filesystems/reiser/reiser-exp.xml
r98526b7 ra0d81acb 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>-- mandir=/usr/share/man:</userinput> This ensures that4 <para><userinput>--prefix=/usr:</userinput> This ensures that 5 5 the manual pages are installed in the correct location while still 6 6 installing the programs in <filename>/sbin</filename> as they should 7 7 be.</para> 8 8 9 <para><userinput>--sbindir=/sbin:</userinput> 10 This ensures that the reiserfs utilities are installed in 11 <filename>/sbin</filename> as they should be.</para> 12 9 13 </sect2> 10 14 -
postlfs/filesystems/reiser/reiser-inst.xml
r98526b7 ra0d81acb 4 4 <para>Install reiserfs by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure -- mandir=/usr/share/man &&6 <para><screen><userinput>./configure --prefix=/usr --sbindir=/sbin && 7 7 make && 8 8 make install</userinput></screen></para> -
postlfs/filesystems/reiser/reiser.ent
r98526b7 ra0d81acb 4 4 <!ENTITY reiser-exp SYSTEM "reiser-exp.xml"> 5 5 <!ENTITY reiser-desc SYSTEM "reiser-desc.xml"> 6 <!ENTITY reiser-buildsize " 3.9MB">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 "32 2KB">6 <!ENTITY reiser-buildsize "7.2 MB"> 7 <!ENTITY reiser-version "3.6.3"> 8 <!ENTITY reiser-download-http "http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.3.tar.gz"> 9 <!ENTITY reiser-download-ftp "ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.3.tar.gz"> 10 <!ENTITY reiser-size "321 KB"> -
server/other/leafnode/leafnode-config.xml
r98526b7 ra0d81acb 14 14 <screen><userinput> 15 15 echo "nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/leafnode" \ 16 >> /etc/inetd.conf &&16 >> /etc/inetd.conf 17 17 </userinput></screen></para> 18 18 -
server/other/leafnode/leafnode-inst.xml
r98526b7 ra0d81acb 6 6 groupadd news 7 7 useradd -g news news 8 ./configure 8 ./configure --prefix=/usr --sysconfdir=/etc/news && 9 9 make && 10 10 make install && -
server/other/leafnode/leafnode-intro.xml
r98526b7 ra0d81acb 3 3 4 4 <screen>Download location (HTTP): <ulink url="&leafnode-download-http;"/> 5 Download location (FTP): <ulink url="&leafnode-download-ftp;" /> 5 6 Version used: &leafnode-version; 6 7 Package size: &leafnode-size; -
server/other/leafnode/leafnode.ent
r98526b7 ra0d81acb 6 6 <!ENTITY leafnode-desc SYSTEM "leafnode-desc.xml"> 7 7 <!ENTITY leafnode-config SYSTEM "leafnode-config.xml"> 8 <!ENTITY leafnode-buildsize " 3.9MB">9 <!ENTITY leafnode-version "1.9.2 4">8 <!ENTITY leafnode-buildsize "6.6 MB"> 9 <!ENTITY leafnode-version "1.9.25"> 10 10 <!ENTITY leafnode-download-ftp 11 "ftp:// wpxx02.toxi.uni-wuerzburg.de/pub/leafnode-1.9.24.rel.tar.bz2">11 "ftp://unc.dl.sourceforge.net/pub/sourceforge/leafnode/leafnode-1.9.25.rel.tar.bz2"> 12 12 <!ENTITY leafnode-download-http 13 "http:// www-dt.e-technik.uni-dortmund.de/~ma/leafnode/leafnode-1.9.24.rel.tar.bz2">14 <!ENTITY leafnode-size "5 00KB">13 "http://unc.dl.sourceforge.net/sourceforge/leafnode/leafnode-1.9.25.rel.tar.bz2"> 14 <!ENTITY leafnode-size "533 KB">
Note:
See TracChangeset
for help on using the changeset viewer.