Changeset 0990cf7a
- Timestamp:
- 05/30/2004 07:08:32 PM (19 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, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7edd170
- Parents:
- 2a87a398
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r2a87a398 r0990cf7a 81 81 @$(INSTALL) -d $(TEXBASEDIR) 82 82 # Using profiles in book source to exclude parts of the book from TeX 83 # i.e. Changelog83 # i.e., Changelog 84 84 xsltproc --nonet --output $(TEXBASEDIR)index.xml \ 85 85 --stringparam "profile.role" "book" \ … … 90 90 91 91 validate: 92 xmllint --noout -- nonetindex.xml92 xmllint --noout --valid index.xml -
book/library-config.xml
r2a87a398 r0990cf7a 1 1 <para>As with most libraries, there is no configuration to do, save that 2 the library directory i.e. <filename class="directory">/opt/lib</filename> or2 the library directory i.e., <filename class="directory">/opt/lib</filename> or 3 3 <filename class="directory">/usr/local/lib</filename> should appear in 4 4 <filename>/etc/ld.so.conf</filename> so that <command>ldd</command> can find the shared -
general/prog/jdk/j2sdk-config.xml
r2a87a398 r0990cf7a 11 11 <screen><userinput><command>ln -nsf j2sdk-&j2sdk-src-version; /opt/j2sdk/j2sdk</command></userinput></screen> 12 12 13 <para>Add the following lines to your shell startup file (e.g. 13 <para>Add the following lines to your shell startup file (e.g., 14 14 <filename>/etc/profile</filename>).</para> 15 15 -
introduction/important/position.xml
r2a87a398 r0990cf7a 53 53 </itemizedlist> 54 54 55 <para>Some people ask why not use your own directory tree, e.g. <filename>56 /usr/site</filename> rather than <filename>/usr/local</filename>?</para>55 <para>Some people ask why not use your own directory tree, e.g., <filename> 56 /usr/site</filename>, rather than <filename>/usr/local</filename>?</para> 57 57 58 58 <para>There is nothing stopping you, many sites do make their own trees, -
introduction/welcome/askhelp.xml
r2a87a398 r0990cf7a 37 37 <listitem><para><acronym>BLFS</acronym> liberally uses <filename> 38 38 /opt/<package></filename>. The main objection to this centers around the 39 need to expand your environment variables for each package placed there (e.g. 39 need to expand your environment variables for each package placed there (e.g., 40 40 PATH=$PATH:/opt/kde/bin). In some cases, the package will walk you 41 41 through the changes, but some will not. The section called "<ulink -
kde/add/kdemultimedia/kdemultimedia-config.xml
r2a87a398 r0990cf7a 2 2 <title>Configuring kdemultimedia</title> 3 3 4 <para>There is no explicit configuration for the kdemultimedia package, 5 however <command>kscd</command> needs to find the CD drive. The default 6 is <filename>/dev/cdrom</filename> which may not exist on your system. 7 The 8 easiest way to do this is to create a symbolic link to this from your CD 9 drive (e.g. <filename>/dev/hdc</filename>, 10 <filename>/dev/scd0</filename>, 11 etc): 4 <para>There is no explicit configuration for the kdemultimedia package, however 5 <command>kscd</command> needs to find the CD drive. The default is 6 <filename>/dev/cdrom</filename> which may not exist on your system. The 7 easiest way to do this is to create a symbolic link to this from your CD drive 8 (e.g., <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>, etc.): 9 12 10 <screen><userinput><command>cd /dev && 13 11 ln -s <replaceable>[CD Drive]</replaceable> 14 12 /dev/cdrom</command></userinput></screen> 13 15 14 </para> 16 15 -
multimedia/videoutils/mplayer/mplayer-config.xml
r2a87a398 r0990cf7a 37 37 in <acronym>GUI</acronym> mode or not, leave that line out and start 38 38 <command>mplayer</command> with 39 <option>-gui</option> or as <command>gmplayer</command> (e.g. 39 <option>-gui</option> or as <command>gmplayer</command> (e.g., 40 40 when starting from a Window Manager menu or command prompt). Note that 41 41 the main configuration file is called <filename>config</filename> if it -
multimedia/videoutils/transcode/transcode-desc.xml
r2a87a398 r0990cf7a 46 46 <sect3><title>tcdemux</title> 47 47 <para><command>tcdemux</command> demultiplexes (separates) audio/video input 48 that contains multiple streams, e.g. <acronym>VOB</acronym> files.</para></sect3>48 that contains multiple streams, e.g., <acronym>VOB</acronym> files.</para></sect3> 49 49 50 50 <sect3><title>tcextract</title> -
postlfs/config/inputrc.xml
r2a87a398 r0990cf7a 8 8 <application>bash</application> and most other shells.</para> 9 9 10 <para>For more information see <command>info bash</command> --<emphasis10 <para>For more information see <command>info bash</command>—<emphasis 11 11 role="strong">Node: Readline Init</emphasis> file as well as 12 12 <command>info readline</command>. There is a lot that can be done with this -
postlfs/config/logon.xml
r2a87a398 r0990cf7a 42 42 s Insert the system name, the name of the operating system. 43 43 l Insert the name of the current tty line. 44 m Insert the architecture identifier of the machine, e.g. i48644 m Insert the architecture identifier of the machine, e.g., i486 45 45 n Insert the nodename of the machine, also known as the hostname. 46 46 o Insert the domainname of the machine. 47 r Insert the release number of the kernel, e.g. 2.4.16.47 r Insert the release number of the kernel, e.g., 2.4.16. 48 48 t Insert the current time. 49 49 u Insert the number of current users logged in. 50 50 U Insert the string "1 user" or "<n> users" where <n> is the 51 51 number of current users logged in. 52 v Insert the version of the <acronym>OS</acronym>, e.g. the build-date etc.</screen>52 v Insert the version of the <acronym>OS</acronym>, e.g., the build-date etc.</screen> 53 53 54 54 </sect1> -
postlfs/config/profile.xml
r2a87a398 r0990cf7a 18 18 19 19 <para>An interactive non-login shell is normally started at the command-line 20 (e.g. <prompt>[prompt]$</prompt><command>/bin/bash</command>) or by the20 (e.g., <prompt>[prompt]$</prompt><command>/bin/bash</command>) or by the 21 21 <command>/bin/su</command> command. An interactive non-login shell is also 22 22 started with a terminal program such as <command>xterm</command> or … … 55 55 56 56 <para>For more information on the escape sequences you can use for your prompt 57 (e.g. the <envar>PS1</envar> environment variable) see <command>info57 (e.g., the <envar>PS1</envar> environment variable) see <command>info 58 58 bash</command> -- <emphasis role="strong">Node: Printing a 59 59 Prompt.</emphasis></para> -
postlfs/filesystems/ext3.xml
r2a87a398 r0990cf7a 23 23 <para>In the above line, replace 24 24 <filename>/dev/hd<replaceable>XX</replaceable></filename> by the 25 partition (e.g. <filename>/dev/hda2</filename>),26 <filename class="directory">/mnt_point</filename> by the mount point (e.g. 25 partition (e.g., <filename>/dev/hda2</filename>), 26 <filename class="directory">/mnt_point</filename> by the mount point (e.g., 27 27 <filename class="directory">/home</filename>). The <option>0</option> in the 28 28 last field ensures that the partition will not be checked for -
pst/printing/cups/cups-config.xml
r2a87a398 r0990cf7a 11 11 <para>For non-PostScript printers to print with CUPS you need to install 12 12 <xref linkend="espgs"/> to convert PostScript to raster images 13 and a driver (e.g. from <xref linkend="gimp-print"/>) to convert13 and a driver (e.g., from <xref linkend="gimp-print"/>) to convert 14 14 the resulting raster images to a form that the printer understands. 15 15 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink> -
pst/printing/espgs/espgs-desc.xml
r2a87a398 r0990cf7a 18 18 <para><acronym>CUPS</acronym> uses <command>pstoraster</command> filter to convert 19 19 PostScript to a generic raster image format that is acceptable as an input to 20 drivers for non-PostScript printers (e.g. from20 drivers for non-PostScript printers (e.g., from 21 21 <xref linkend="gimp-print"/>). 22 22 It is built and installed only if
Note:
See TracChangeset
for help on using the changeset viewer.