Changeset 064db32a
- Timestamp:
- 04/23/2003 03:10:26 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 882d247a
- Parents:
- f32ecb0e
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/stlport/stlport-exp.xml
rf32ecb0e r064db32a 4 4 <para><userinput>GCC_VERSION=...</userinput> : STLport needs the 5 5 location of the C++ headers, which are installed in 6 < userinput>/usr/include/c++/$GCC_VERSION</userinput>6 <filename>/usr/include/c++/$GCC_VERSION</filename> 7 7 if installed as per the instructions in LFS.</para> 8 8 <para><userinput>sed -e ...</userinput> : Replace the location where STLport -
general/prog/gcc2/gcc2-config.xml
rf32ecb0e r064db32a 14 14 15 15 <para>Whenever you need to use gcc-&gcc2-version; instead of you system installed compiler, 16 add < userinput>/opt/gcc2/bin</userinput> to the front of your16 add <filename class="directory">/opt/gcc2/bin</filename> to the front of your 17 17 <envar>PATH</envar> before compiling the concerned 18 18 package.</para> -
general/prog/jdk/j2sdk-config.xml
rf32ecb0e r064db32a 22 22 <filename>/etc/man.conf</filename></para> 23 23 24 <para>The java plugin is in the directory < userinput>$JAVA_HOME/jre/plugin/i?86/ns610/</userinput>.24 <para>The java plugin is in the directory <filename class="directory">$JAVA_HOME/jre/plugin/i?86/ns610/</filename>. 25 25 Make a symbolic link to the file in that directory from your plugins directory. 26 26 </para> -
general/sysutils/fcron/fcron-config.xml
rf32ecb0e r064db32a 61 61 <sect3><title>Config files</title> 62 62 63 <para>< userinput>/etc/fcron.conf</userinput>,64 < userinput>/etc/fcron.allow</userinput>,65 < userinput>/etc/fcron.deny</userinput></para>63 <para><filename>/etc/fcron.conf</filename>, 64 <filename>/etc/fcron.allow</filename>, 65 <filename>/etc/fcron.deny</filename></para> 66 66 67 67 <para>There are no required changes in any of these files. -
general/sysutils/gpm/gpm-config.xml
rf32ecb0e r064db32a 73 73 74 74 <sect3><title>Config files</title> 75 <para>< userinput>/etc/sysconfig/mouse</userinput>75 <para><filename>/etc/sysconfig/mouse</filename> 76 76 This file contains the name of your mouse device and the protocol which 77 77 it uses. To create this file, run the following:</para> -
introduction/welcome/conventions.xml
rf32ecb0e r064db32a 36 36 bin:x:1: 37 37 ...... 38 <userinput>EOF</userinput> 39 </screen> 40 </para> 38 <userinput>EOF</userinput></screen></para> 41 39 42 40 <blockquote><para>This type of section is used mainly when creating -
kde/core/arts.xml
rf32ecb0e r064db32a 35 35 <sect2><title>aRts Installation Command explanations</title> 36 36 <para><userinput>--prefix=&kde-dir;</userinput> : This option tells the 37 process to install the package in &kde-dir;. We put aRts here because this 37 process to install the package in <filename 38 class="directory">&kde-dir;</filename>. We put aRts here because this 38 39 package is required before installing KDE.</para> 39 40 -
kde/inst/kde-libs.xml
rf32ecb0e r064db32a 33 33 <sect2><title>kdelibs Installation Command explanations</title> 34 34 <para><userinput>--prefix=&kde-dir;</userinput> : This option tells 35 the process to install the package in &kde-dir;.</para> 35 the process to install the package in <filename 36 class="directory">&kde-dir;</filename>.</para> 36 37 37 38 <para><userinput>--disable-debug</userinput> : This option causes the -
postlfs/config/random.xml
rf32ecb0e r064db32a 54 54 chmod 755 /etc/rc.d/init.d/random</userinput></screen></para> 55 55 56 <para>Create the symbolic links to this file in the relevant rc.d directories 56 <para>Create the symbolic links to this file in the relevant 57 <filename class="directory">rc.d</filename> directories 57 58 with the following commands: 58 59 <screen><userinput>cd /etc/rc.d/init.d && -
postlfs/editors/emacs/emacs-desc.xml
rf32ecb0e r064db32a 59 59 60 60 <sect3><title>fakemail</title> 61 <para>fakemail is a sendmail-like interface to /bin/mail.</para></sect3> 61 <para>fakemail is a sendmail-like interface to 62 <filename>/bin/mail</filename>.</para></sect3> 62 63 63 64 <sect3><title>hexl</title> -
postlfs/filesystems/ext3.xml
rf32ecb0e r064db32a 18 18 ext3, edit the entry so that it looks similar to the following line.</para> 19 19 20 <para>< userinput>/dev/hdXX /mnt_point ext3 defaults 1 0</userinput></para>20 <para><screen>/dev/hdXX /mnt_point ext3 defaults 1 0</screen></para> 21 21 22 22 <para>In the above line, replace <filename>/dev/hdXX</filename> by the 23 23 partition (e.g. <filename>/dev/hda2</filename>), 24 /mnt_pointby the mount point (e.g. <filename>/home</filename>). The 0 in the last field ensures24 <filename class="directory">/mnt_point</filename> by the mount point (e.g. <filename>/home</filename>). The 0 in the last field ensures 25 25 that the partition will not be checked for consistency during bootup by the 26 26 checkfs script. You may replace the ext3 fs type in the above by auto if you -
postlfs/security/firewalling/masqrouter.xml
rf32ecb0e r064db32a 24 24 echo "of the quoted configuration rules." 25 25 echo "You can find some quite comprehensive information" 26 echo "about firewalling in Chapter 6of the BLFS book."26 echo "about firewalling in Chapter 4 of the BLFS book." 27 27 echo "http://beyond.linuxfromscratch.org/" 28 28 echo -
postlfs/security/shadow/shadow-config.xml
rf32ecb0e r064db32a 3 3 4 4 <sect3><title>Config files</title> 5 <para><userinput>/etc/pam.d/login</userinput>, 6 <userinput>/etc/pam.d/passwd</userinput>, 7 <userinput>/etc/pam.d/su</userinput>, 8 <userinput>/etc/pam.d/shadow</userinput>, <userinput>/etc/pam.d/useradd</userinput></para> 5 <para><filename>/etc/pam.d/login</filename>, 6 <filename>/etc/pam.d/passwd</filename>, 7 <filename>/etc/pam.d/su</filename>, 8 <filename>/etc/pam.d/shadow</filename>, 9 <filename>/etc/pam.d/useradd</filename></para> 9 10 </sect3> 10 11 -
postlfs/security/tripwire/tripwire-config.xml
rf32ecb0e r064db32a 36 36 37 37 <para>During configuration tripwire will create 2 keys: a site key and 38 a local key which will be stored in /etc/tripwire/.</para>38 a local key which will be stored in <filename class="directory">/etc/tripwire/</filename>.</para> 39 39 40 40 </sect3> -
server/mail/sendmail/sendmail-desc.xml
rf32ecb0e r064db32a 31 31 <para>mailq prints a summary of waiting mail messages.</para></sect3> 32 32 <sect3><title>newaliases</title> 33 <para>newaliases rebuilds /etc/mail/aliases.db.</para></sect3>33 <para>newaliases rebuilds <filename>/etc/mail/aliases.db</filename>.</para></sect3> 34 34 <sect3><title>sendmail</title> 35 35 <para>sendmail is the Sendmail mail transport agent.</para></sect3>
Note:
See TracChangeset
for help on using the changeset viewer.