Changeset 2ab68bb
- Timestamp:
- 10/09/2003 05:25:38 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5c55d5b
- Parents:
- 172dd4c9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/libungif/libungif-inst.xml
r172dd4c9 r2ab68bb 5 5 commands:</para> 6 6 7 <screen><userinput><command>./configure --prefix=/usr && 7 <screen><userinput><command>patch -Np1 -i ../libungif-4.1.0b1-va_start.patch && 8 ./configure --prefix=/usr && 8 9 make && 9 10 make install</command></userinput></screen> -
general/graphlib/svgalib/svgalib-intro.xml
r172dd4c9 r2ab68bb 17 17 <sect3><title>Additional downloads</title> 18 18 <itemizedlist spacing='compact'> 19 <listitem><para>Download (HTTP): <ulink url="&patch-root;/svgalib-1.4.3-gcc3 3-1.patch"/></para></listitem>19 <listitem><para>Download (HTTP): <ulink url="&patch-root;/svgalib-1.4.3-gcc3-1.patch"/></para></listitem> 20 20 </itemizedlist></sect3> 21 21 -
general/sysutils/which.xml
r172dd4c9 r2ab68bb 7 7 mailing lists. It has resulted in at least one flame war in the recent past. 8 8 To hopefully put an end to this once and for all, we here present two of 9 the options for equipping your system with "which".</para> 9 the options for equipping your system with "which". The question of which "which" 10 is for you to decide.</para> 10 11 11 12 <para>The first option is to install the actual <acronym>GNU</acronym> program … … 21 22 <screen><userinput><command>cat > /usr/bin/which << "EOF"</command> 22 23 #!/bin/bash 23 type -p "$@"24 type -pa "$@"|head -1 24 25 <command>EOF 25 26 chmod 755 /usr/bin/which -
index.xml
r172dd4c9 r2ab68bb 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003100 8">6 <!ENTITY releasedate "October 8th, 2003">5 <!ENTITY version "20031009"> 6 <!ENTITY releasedate "October 9th, 2003"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml
r172dd4c9 r2ab68bb 38 38 <acronym>CD</acronym>-<acronym>RW</acronym> drive you 39 39 want to support:</para> 40 <screen><userinput><command>mknod /dev/pktcdvd0 b 97 040 <screen><userinput><command>mknod /dev/pktcdvd0 b 97 0 41 41 mknod /dev/pktcdvd1 b 97 1</command></userinput></screen> 42 42
Note:
See TracChangeset
for help on using the changeset viewer.