Changeset 1a310d10


Ignore:
Timestamp:
12/02/2002 11:03:28 PM (21 years ago)
Author:
Billy O 'Connor <billyoc@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b500251
Parents:
896104b1
Message:

Ok, big xml cleanup, all <<'s, >>'s, etc.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@435 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • basicnet/basicnet.ent

    r896104b1 r1a310d10  
    1515%links;
    1616%lynx;
    17 %w3m
     17%w3m;
    1818
    1919<!-- Basic Networking Programs -->
  • basicnet/netprogs/portmap/portmap-config.xml

    r896104b1 r1a310d10  
    99
    1010<para><screen><userinput>
    11 cat > /etc/rc.d/init.d/portmap << "EOF"</userinput>
     11cat &gt; /etc/rc.d/init.d/portmap &lt;&lt; "EOF"</userinput>
    1212#!/bin/sh
    1313# Begin /etc/rc.d/init.d/portmap
  • general/genlib/libesmtp/libesmtp-intro.xml

    r896104b1 r1a310d10  
    11<sect2>
    2 <title>Introduction to libesmtp-&libesmtp-version</title>
     2<title>Introduction to libesmtp-&libesmtp-version;</title>
    33
    44<screen>Download location (HTTP):       <ulink url="&libesmtp-download-http;"/>
  • general/genlib/libfam/libfam-config.xml

    r896104b1 r1a310d10  
    1919following command: </para>
    2020<para><userinput>
    21 echo "sgi_fam/1-2 stream  rpc/tcp wait root /usr/bin/fam fam" >> /etc/inetd.conf
     21echo "sgi_fam/1-2 stream  rpc/tcp wait root /usr/bin/fam fam" &gt;&gt; /etc/inetd.conf
    2222</userinput></para>
    2323
     
    2828<para>
    2929<screen><userinput>
    30 cat >> /etc/xinetd.conf << "EOF"
     30cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
    3131    # description: FAM - file alteration monitor
    3232    service sgi_fam
  • general/genlib/pspell/pspell-intro.xml

    r896104b1 r1a310d10  
    11<sect2>
    2 <title>Introduction to pspell-&pspell-version</title>
     2<title>Introduction to pspell-&pspell-version;</title>
    33
    44<screen>Download location (HTTP):       <ulink url="&pspell-download-http;"/>
  • general/prog/perl/perl-modules-intro.xml

    r896104b1 r1a310d10  
    66along with their dependencies.</para>
    77
    8 <screen><ulink url="http://search.cpan.org/CPAN/authors/id/C/CS/CSOE/PDL-&PDL-version;.tar.gz">PDL-&PDL-version</ulink>
     8<screen><ulink url="http://search.cpan.org/CPAN/authors/id/C/CS/CSOE/PDL-&PDL-version;.tar.gz">PDL-&PDL-version;</ulink>
    99        <ulink url="http://search.cpan.org/CPAN/authors/id/A/AA/AALLAN/Astro-FITS-Header-Astro-FITS-Header-version;.tar.gz">Astro-FITS-Header-&Astro-FITS-Header-version;</ulink>
    1010<ulink url="http://search.cpan.org/CPAN/authors/id/L/LU/LUPUS/Gtk-Perl-&Gtk-Perl-version;.tar.gz">Gtk-Perl-&Gtk-Perl-version;</ulink>
  • gnome/config/config-core.xml

    r896104b1 r1a310d10  
    55
    66<para>Create an .xinitrc file to start GNOME:
    7 <screen><userinput>echo "export GDK_USE_XFT=1" &gt ~/.xinitrc &amp;&amp;
     7<screen><userinput>echo "export GDK_USE_XFT=1" &gt; ~/.xinitrc &amp;&amp;
    88echo "exec gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
    99and ensure all libraries can be found with:
  • multimedia/audioutils/XMMS.xml

    r896104b1 r1a310d10  
    1 <sect1 id="xmms" xreflabel="xmms-&XMMS-version">
     1<sect1 id="xmms" xreflabel="xmms-&XMMS-version;">
    22<?dbhtml filename="xmms.html" dir="multimedia"?>
    33<title>xmms-&XMMS-version;</title>
  • postlfs/config/bootdisk.xml

    r896104b1 r1a310d10  
    4141<para><screen><userinput>cp -ax /etc/rc* /mnt/loop1/etc
    4242cp -ax /etc/fstab /mnt/loop1/etc
    43 echo "root:x:0:0:root:/root:/bin/bash" > /mnt/loop1/etc/passwd
    44 cat > /mnt/loop1/etc/group << "EOF"
     43echo "root:x:0:0:root:/root:/bin/bash" &gt; /mnt/loop1/etc/passwd
     44cat &gt; /mnt/loop1/etc/group &lt;&lt; "EOF"
    4545root:x:0:
    4646bin:x:1:
  • postlfs/config/random.xml

    r896104b1 r1a310d10  
    3434                        cat /var/tmp/random-seed >/dev/urandom
    3535                fi
    36                 dd if=/dev/urandom of=/var/tmp/random-seed count=1 &>/dev/null
     36                dd if=/dev/urandom of=/var/tmp/random-seed count=1 &amp;>/dev/null
    3737                evaluate_retval
    3838                ;;
     
    4040        stop)
    4141                echo "Saving random seed..."
    42                 dd if=/dev/urandom of=/var/tmp/random-seed count=1 &>/dev/null
     42                dd if=/dev/urandom of=/var/tmp/random-seed count=1 &amp;>/dev/null
    4343                evaluate_retval
    4444                ;;
  • postlfs/filesystems/xfs/xfs.ent

    r896104b1 r1a310d10  
    1313<!ENTITY xfspatch-version "2.4.19">
    1414<!ENTITY xfs-download-http "">
    15 <!ENTITY xfsprogs-download-ftp"ftp://oss.sgi.com/projects/xfs/download/Release-1.1/cmd_tars/xfsprogs-2.0.3.src.tar.gz">
    16 <!ENTITY xfspatch-download-ftp"ftp://oss.sgi.com/projects/xfs/download/patches/2.4.19/xfs-2.4.19-all-i386.bz2">
     15<!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/Release-1.1/cmd_tars/xfsprogs-2.0.3.src.tar.gz">
     16<!ENTITY xfspatch-download-ftp "ftp://oss.sgi.com/projects/xfs/download/patches/2.4.19/xfs-2.4.19-all-i386.bz2">
  • postlfs/postlfs.ent

    r896104b1 r1a310d10  
    2121<!ENTITY postlfs-security-tripwire SYSTEM "security/tripwire.xml">
    2222<!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent">
    23 %Linux_PAM
     23%Linux_PAM;
    2424<!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml">
    2525
  • postlfs/security/firewalling/masqrouter.xml

    r896104b1 r1a310d10  
    77make sure that there are no servers running on it, especially not X11 et
    88al.  And, as a general principle, the box itself should not access any untrusted
    9 service<footnote><para>Thínk of a nameserver giving answers that make your
     9service<footnote><para>Think of a nameserver giving answers that make your
    1010bind crash, or, even worse, that implement a worm via a
    1111buffer-overflow.</para></footnote>.</para>
Note: See TracChangeset for help on using the changeset viewer.