Changeset 1a310d10
- Timestamp:
- 12/02/2002 11:03:28 PM (21 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b500251
- Parents:
- 896104b1
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/basicnet.ent
r896104b1 r1a310d10 15 15 %links; 16 16 %lynx; 17 %w3m 17 %w3m; 18 18 19 19 <!-- Basic Networking Programs --> -
basicnet/netprogs/portmap/portmap-config.xml
r896104b1 r1a310d10 9 9 10 10 <para><screen><userinput> 11 cat > /etc/rc.d/init.d/portmap <<"EOF"</userinput>11 cat > /etc/rc.d/init.d/portmap << "EOF"</userinput> 12 12 #!/bin/sh 13 13 # Begin /etc/rc.d/init.d/portmap -
general/genlib/libesmtp/libesmtp-intro.xml
r896104b1 r1a310d10 1 1 <sect2> 2 <title>Introduction to libesmtp-&libesmtp-version </title>2 <title>Introduction to libesmtp-&libesmtp-version;</title> 3 3 4 4 <screen>Download location (HTTP): <ulink url="&libesmtp-download-http;"/> -
general/genlib/libfam/libfam-config.xml
r896104b1 r1a310d10 19 19 following command: </para> 20 20 <para><userinput> 21 echo "sgi_fam/1-2 stream rpc/tcp wait root /usr/bin/fam fam" >>/etc/inetd.conf21 echo "sgi_fam/1-2 stream rpc/tcp wait root /usr/bin/fam fam" >> /etc/inetd.conf 22 22 </userinput></para> 23 23 … … 28 28 <para> 29 29 <screen><userinput> 30 cat >> /etc/xinetd.conf <<"EOF"30 cat >> /etc/xinetd.conf << "EOF" 31 31 # description: FAM - file alteration monitor 32 32 service sgi_fam -
general/genlib/pspell/pspell-intro.xml
r896104b1 r1a310d10 1 1 <sect2> 2 <title>Introduction to pspell-&pspell-version </title>2 <title>Introduction to pspell-&pspell-version;</title> 3 3 4 4 <screen>Download location (HTTP): <ulink url="&pspell-download-http;"/> -
general/prog/perl/perl-modules-intro.xml
r896104b1 r1a310d10 6 6 along with their dependencies.</para> 7 7 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> 9 9 <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> 10 10 <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 5 5 6 6 <para>Create an .xinitrc file to start GNOME: 7 <screen><userinput>echo "export GDK_USE_XFT=1" > ~/.xinitrc &&7 <screen><userinput>echo "export GDK_USE_XFT=1" > ~/.xinitrc && 8 8 echo "exec gnome-session" >> ~/.xinitrc</userinput></screen> 9 9 and 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;"> 2 2 <?dbhtml filename="xmms.html" dir="multimedia"?> 3 3 <title>xmms-&XMMS-version;</title> -
postlfs/config/bootdisk.xml
r896104b1 r1a310d10 41 41 <para><screen><userinput>cp -ax /etc/rc* /mnt/loop1/etc 42 42 cp -ax /etc/fstab /mnt/loop1/etc 43 echo "root:x:0:0:root:/root:/bin/bash" >/mnt/loop1/etc/passwd44 cat > /mnt/loop1/etc/group <<"EOF"43 echo "root:x:0:0:root:/root:/bin/bash" > /mnt/loop1/etc/passwd 44 cat > /mnt/loop1/etc/group << "EOF" 45 45 root:x:0: 46 46 bin:x:1: -
postlfs/config/random.xml
r896104b1 r1a310d10 34 34 cat /var/tmp/random-seed >/dev/urandom 35 35 fi 36 dd if=/dev/urandom of=/var/tmp/random-seed count=1 & >/dev/null36 dd if=/dev/urandom of=/var/tmp/random-seed count=1 &>/dev/null 37 37 evaluate_retval 38 38 ;; … … 40 40 stop) 41 41 echo "Saving random seed..." 42 dd if=/dev/urandom of=/var/tmp/random-seed count=1 & >/dev/null42 dd if=/dev/urandom of=/var/tmp/random-seed count=1 &>/dev/null 43 43 evaluate_retval 44 44 ;; -
postlfs/filesystems/xfs/xfs.ent
r896104b1 r1a310d10 13 13 <!ENTITY xfspatch-version "2.4.19"> 14 14 <!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 21 21 <!ENTITY postlfs-security-tripwire SYSTEM "security/tripwire.xml"> 22 22 <!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent"> 23 %Linux_PAM 23 %Linux_PAM; 24 24 <!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml"> 25 25 -
postlfs/security/firewalling/masqrouter.xml
r896104b1 r1a310d10 7 7 make sure that there are no servers running on it, especially not X11 et 8 8 al. 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 your9 service<footnote><para>Think of a nameserver giving answers that make your 10 10 bind crash, or, even worse, that implement a worm via a 11 11 buffer-overflow.</para></footnote>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.