Changeset 009b52f5
- Timestamp:
- 09/27/2003 04:56:53 PM (21 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, 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:
- a75063d4
- Parents:
- 8476145
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/guile.xml
r8476145 r009b52f5 1 <sect1 id="guile" xreflabel=" guile-&guile-version;">1 <sect1 id="guile" xreflabel="Guile-&guile-version;"> 2 2 <?dbhtml filename="guile.html" dir="general"?> 3 <title> guile-&guile-version;</title>3 <title>Guile-&guile-version;</title> 4 4 5 5 &guile-intro; -
general/genlib/libfam/libfam-exp.xml
r8476145 r009b52f5 3 3 4 4 <para><command>patch -Np1 -i ../fam-dnotify.patch</command> : This patch causes 5 fam to use the Linux kernel dnotify mechanism to inform the calling process of 6 file modifications, rather than polling the file system for.</para> 5 <application><acronym>FAM</acronym></application> to use the Linux kernel 6 dnotify mechanism to inform the calling process of 7 file modifications, rather than polling the file system for 8 modifications.</para> 7 9 8 10 <para><command>patch -Np1 -i ../fam-gcc3.patch</command> : This patch is -
index.xml
r8476145 r009b52f5 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003092 6">6 <!ENTITY releasedate "September 2 6th, 2003">5 <!ENTITY version "20030927"> 6 <!ENTITY releasedate "September 27th, 2003"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
r8476145 r009b52f5 11 11 12 12 <itemizedlist> 13 14 <listitem><para>September 27th, 2003 [larry] updated to xfs patch for 15 2.4.22 kernel.</para></listitem> 13 16 14 17 <listitem><para>September 26th, 2003 [igor] Added -
postlfs/filesystems/ext3.xml
r8476145 r009b52f5 19 19 following line.</para> 20 20 21 <screen>/dev/hd XX/mnt_point ext3 defaults 1 0</screen>21 <screen>/dev/hd<replaceable>XX</replaceable> /mnt_point ext3 defaults 1 0</screen> 22 22 23 <para>In the above line, replace <filename>/dev/hdXX</filename> by the 23 <para>In the above line, replace 24 <filename>/dev/hd<replaceable>XX</replaceable></filename> by the 24 25 partition (e.g. <filename>/dev/hda2</filename>), <filename class="directory"> 25 26 /mnt_point</filename> by the mount point (e.g. <filename>/home</filename>). The … … 33 34 following command.</para> 34 35 35 <screen><userinput><command>tune2fs -j /dev/hd XX</command></userinput></screen>36 <screen><userinput><command>tune2fs -j /dev/hd<replaceable>XX</replaceable></command></userinput></screen> 36 37 37 38 <para>Remount the concerned partitions, or simply reboot if you have -
postlfs/filesystems/xfs/xfs.ent
r8476145 r009b52f5 11 11 <!ENTITY xfspatch-buildsize ""> 12 12 <!ENTITY xfspatch-size "860 KB"> 13 <!ENTITY xfspatch-version "2.4.2 1">13 <!ENTITY xfspatch-version "2.4.22"> 14 14 <!ENTITY xfsprogs-download-http ""> 15 15 <!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/Release-1.3/cmd_tars/xfsprogs-2.5.6.src.tar.gz"> -
postlfs/shells/tcsh/tcsh-exp.xml
r8476145 r009b52f5 3 3 4 4 <para><command>cp tcsh.man /usr/share/man/man1/tcsh.1</command> : 5 <application>T CSH</application> doesn't install its man page correctly, so we do it manually.</para>5 <application>Tcsh</application> doesn't install its man page correctly, so we do it manually.</para> 6 6 7 7 <para><command>ln -s /usr/bin/tcsh /bin/csh</command> : The
Note:
See TracChangeset
for help on using the changeset viewer.