mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
add wget and procmail, corrected first of four /usr/etc entries
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@47 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
edf9d3471a
commit
a8fccf1032
@ -12,6 +12,6 @@ retrieves mail from remote mail servers and forwards it to your local
|
||||
normal mail user agents." </para>
|
||||
|
||||
<screen>fetchmail depends on:
|
||||
OpenSSL and a local MDA (procmail).</screen>
|
||||
<xref linkend="openssl"/> and a local MDA (<xref linkend="procmail"/>).</screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,8 +1,12 @@
|
||||
<sect1 id="procmail" xreflabel="procmail">
|
||||
<sect1 id="procmail" xreflabel="procmail-&procmail-version;">
|
||||
<?dbhtml filename="procmail.html" dir="basicnet"?>
|
||||
<title>procmail</title>
|
||||
<title>procmail-&procmail-version;</title>
|
||||
|
||||
<para>TO BE DONE</para>
|
||||
&procmail-intro;
|
||||
&procmail-inst;
|
||||
&procmail-exp;
|
||||
&procmail-config;
|
||||
&procmail-desc;
|
||||
|
||||
</sect1>
|
||||
|
||||
|
15
basicnet/mailnews/procmail/procmail-config.xml
Normal file
15
basicnet/mailnews/procmail/procmail-config.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<sect2>
|
||||
<title>Configuring procmail</title>
|
||||
|
||||
<sect3><title>Config files</title>
|
||||
<para><userinput>/etc/procmailrc, ~/.procmailrc</userinput></para>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
<para><userinput>To be done</userinput> .
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
20
basicnet/mailnews/procmail/procmail-desc.xml
Normal file
20
basicnet/mailnews/procmail/procmail-desc.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The procmail package contains <userinput>procmail</userinput> and
|
||||
<userinput>lockfile</userinput>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>procmail</title>
|
||||
<para>procmail is an autonomous mail processor. It performs all the
|
||||
functions of a MDA (Mail Delivery Agent).</para></sect3>
|
||||
|
||||
<sect3><title>lockfile</title>
|
||||
<para>lockfile is a utilitiy that can lock a file for single use
|
||||
interactively or in a script.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
8
basicnet/mailnews/procmail/procmail-exp.xml
Normal file
8
basicnet/mailnews/procmail/procmail-exp.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>BASENAME=/usr :</userinput> To Be Done.</para>
|
||||
|
||||
<para><userinput>make install-suid :</userinput> To Be Done.</para>
|
||||
</sect2>
|
||||
|
10
basicnet/mailnews/procmail/procmail-inst.xml
Normal file
10
basicnet/mailnews/procmail/procmail-inst.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<sect2>
|
||||
<title>Installation of procmail</title>
|
||||
|
||||
<para>Install procmail by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>make BASENAME=/usr install &&
|
||||
make install-suid</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
14
basicnet/mailnews/procmail/procmail-intro.xml
Normal file
14
basicnet/mailnews/procmail/procmail-intro.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<sect2>
|
||||
<title>Introduction to procmail</title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&procmail-download-http;"/>
|
||||
Download location (FTP): <ulink url="&procmail-download-ftp;"/>
|
||||
Version used: &procmail-version;
|
||||
Package size: &procmail-size;
|
||||
Estimated Disk space required: &procmail-buildsize;</screen>
|
||||
|
||||
<para>The procmail package contains an autonomous mail processor. This
|
||||
is useful for filtering and sorting incoming mail.</para>
|
||||
|
||||
|
||||
</sect2>
|
@ -1 +1,11 @@
|
||||
<!ENTITY procmail SYSTEM "../procmail.xml">
|
||||
<!ENTITY procmail-intro SYSTEM "procmail-intro.xml">
|
||||
<!ENTITY procmail-inst SYSTEM "procmail-inst.xml">
|
||||
<!ENTITY procmail-exp SYSTEM "procmail-exp.xml">
|
||||
<!ENTITY procmail-desc SYSTEM "procmail-desc.xml">
|
||||
<!ENTITY procmail-config SYSTEM "procmail-config.xml">
|
||||
<!ENTITY procmail-buildsize "1.5 MB">
|
||||
<!ENTITY procmail-version "3.22">
|
||||
<!ENTITY procmail-download-http "http://www.procmail.org/procmail-3.22.tar.gz">
|
||||
<!ENTITY procmail-download-ftp "ftp://ftp.procmail.net/pub/procmail/procmail-3.22.tar.gz">
|
||||
<!ENTITY procmail-size "338 KB">
|
||||
|
@ -1,8 +1,12 @@
|
||||
<sect1 id="wget" xreflabel="wget">
|
||||
<sect1 id="wget" xreflabel="wget-&wget-version;">
|
||||
<?dbhtml filename="wget.html" dir="basicnet"?>
|
||||
<title>wget</title>
|
||||
<title>wget-&wget-version;</title>
|
||||
|
||||
<para>TO BE DONE</para>
|
||||
&wget-intro;
|
||||
&wget-inst;
|
||||
&wget-exp;
|
||||
&wget-config;
|
||||
&wget-desc;
|
||||
|
||||
</sect1>
|
||||
|
||||
|
12
basicnet/netprogs/wget/wget-config.xml
Normal file
12
basicnet/netprogs/wget/wget-config.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<sect2>
|
||||
<title>Configuring wget</title>
|
||||
|
||||
<sect3><title>Config files</title>
|
||||
<para><userinput>/etc/wgetrc, ~/.wgetrc</userinput></para>
|
||||
|
||||
<para>There are no required changes in these files.</para>
|
||||
</sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
17
basicnet/netprogs/wget/wget-desc.xml
Normal file
17
basicnet/netprogs/wget/wget-desc.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The wget package contains <userinput>wget</userinput>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>wget</title>
|
||||
<para>wget retrieves files from the Web using the HTTP, HTTPS and FTP
|
||||
protocols. It is designed to be non-interactive, for background or
|
||||
unattended operations. </para></sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
15
basicnet/netprogs/wget/wget-exp.xml
Normal file
15
basicnet/netprogs/wget/wget-exp.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--prefix=/usr "</userinput> This compiles and installs
|
||||
wget into the <filename>/usr</filename> hierarchy instead of <filename>/usr/local</filename>.</para>
|
||||
|
||||
<para><userinput>--sysconfigdir=/etc :</userinput> This relocates
|
||||
the configuration file from <filename>/usr/etc</filename> to
|
||||
<filename>/etc</filename>.</para>
|
||||
|
||||
<para><userinput>--with-ssl :</userinput> This enables support for
|
||||
linking SSL into wget.</para>
|
||||
|
||||
</sect2>
|
||||
|
11
basicnet/netprogs/wget/wget-inst.xml
Normal file
11
basicnet/netprogs/wget/wget-inst.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<sect2>
|
||||
<title>Installation of wget</title>
|
||||
|
||||
<para>Install wget by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --with-ssl &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
16
basicnet/netprogs/wget/wget-intro.xml
Normal file
16
basicnet/netprogs/wget/wget-intro.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<sect2>
|
||||
<title>Introduction to wget</title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&wget-download-http;"/>
|
||||
Download location (FTP): <ulink url="&wget-download-ftp;"/>
|
||||
Version used: &wget-version;
|
||||
Package size: &wget-size;
|
||||
Estimated Disk space required: &wget-buildsize;</screen>
|
||||
|
||||
<para>The wget package contains wget. This is utility useful for non-interactive
|
||||
downloading of files from the Web.</para>
|
||||
|
||||
<screen>wget will utilize:
|
||||
<xref linkend="openssl"/></screen>
|
||||
|
||||
</sect2>
|
@ -1 +1,11 @@
|
||||
<!ENTITY wget SYSTEM "../wget.xml">
|
||||
<!ENTITY wget-intro SYSTEM "wget-intro.xml">
|
||||
<!ENTITY wget-inst SYSTEM "wget-inst.xml">
|
||||
<!ENTITY wget-exp SYSTEM "wget-exp.xml">
|
||||
<!ENTITY wget-desc SYSTEM "wget-desc.xml">
|
||||
<!ENTITY wget-config SYSTEM "wget-config.xml">
|
||||
<!ENTITY wget-buildsize "5.4 MB">
|
||||
<!ENTITY wget-version "1.8.2">
|
||||
<!ENTITY wget-download-http "">
|
||||
<!ENTITY wget-download-ftp "ftp://ftp.gnu.org/pub/gnu/wget/wget-1.8.2.tar.gz">
|
||||
<!ENTITY wget-size "1.1 MB">
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
&imlib-intro;
|
||||
&imlib-inst;
|
||||
&imlib-exp;
|
||||
&imlib-config;
|
||||
&imlib-desc;
|
||||
|
||||
|
11
general/graphlib/imlib/imlib-exp.xml
Normal file
11
general/graphlib/imlib/imlib-exp.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>CPPFLAGS=-w :</userinput> This disables gcc 3.1 warnings that confuse configure.</para>
|
||||
|
||||
<para><userinput>--prefix=/usr :</userinput> This compiles and installs imlib into the <filename>/usr</filename> hierarchy instead of <filename>/usr/local</filename>.</para>
|
||||
|
||||
<para><userinput>--sysconfdir=/etc/imlib :</userinput> This installs and
|
||||
combines the configurations files into <filename>/etc</filename> instead
|
||||
of <filename>/usr/etc</filename>.</para>
|
||||
</sect2>
|
@ -3,21 +3,9 @@
|
||||
|
||||
<para>Install imlib by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>CPPFLAGS=-w ./configure --prefix=/usr &&
|
||||
<para><screen><userinput>CPPFLAGS=-w ./configure --prefix=/usr
|
||||
--sysconfdir=/etc/imlib &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>CPPFLAGS=-w :</userinput>
|
||||
This
|
||||
disables gcc 3.1 warnings that confuse configure.</para>
|
||||
|
||||
<para><userinput>./configure --prefix=/usr:</userinput>
|
||||
This compiles and installs imlib into the <filename>/usr</filename>
|
||||
hierarchy instead of <filename>/usr/local</filename>.</para>
|
||||
</sect2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Introduction to imlib</title>
|
||||
|
||||
<screen>Download location: <ulink url= "&imlib-download;"/>
|
||||
<screen>Download location (FTP): <ulink url= "&imlib-download-ftp;"/>
|
||||
Version used: &imlib-version;
|
||||
Package size: &imlib-size;
|
||||
Estimated Disk space required: &imlib-buildsize;</screen>
|
||||
@ -12,6 +12,6 @@ loading, rendering and dithering a wide variety of image data formats.</para>
|
||||
<screen>imlib depends on:
|
||||
<xref linkend="xfree86"/>, <xref linkend="libjpeg"/>, <xref linkend="libtiff"/>, <xref linkend="libungif"/> and <xref linkend="libpng"/>
|
||||
imlib will utilize:
|
||||
glib, gtk and gtk-config if installed prior to imlib.</screen>
|
||||
<xref linkend="GLib"/>, <xref linkend="GTK"/> and gtk-config if installed prior to imlib.</screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -2,8 +2,9 @@
|
||||
<!ENTITY imlib-intro SYSTEM "imlib-intro.xml">
|
||||
<!ENTITY imlib-inst SYSTEM "imlib-inst.xml">
|
||||
<!ENTITY imlib-desc SYSTEM "imlib-desc.xml">
|
||||
<!ENTITY imlib-exp SYSTEM "imlib-exp.xml">
|
||||
<!ENTITY imlib-config SYSTEM "imlib-config.xml">
|
||||
<!ENTITY imlib-buildsize "8.6 MB">
|
||||
<!ENTITY imlib-version "1.9.14">
|
||||
<!ENTITY imlib-download "ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/imlib-1.9.14.tar.gz">
|
||||
<!ENTITY imlib-download-ftp "ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/imlib-1.9.14.tar.gz">
|
||||
<!ENTITY imlib-size "736 KB">
|
||||
|
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "20020731">
|
||||
<!ENTITY releasedate "July 31st, 2002">
|
||||
<!ENTITY version "20020802">
|
||||
<!ENTITY releasedate "August 2nd, 2002">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
<!ENTITY % preface SYSTEM "preface/preface.ent">
|
||||
|
@ -10,6 +10,10 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>August 2nd, 2002 [larry]: Basic Net: added wget-1.8.2,
|
||||
procmail-3.22. Removed chmod 755 from OpenSSH. Modified Imlib for
|
||||
consistency.</para></listitem>
|
||||
|
||||
<listitem><para>July 31st, 2002 [larry]: General Libraries: upgraded
|
||||
openssl to 0.9.6e.</para></listitem>
|
||||
|
||||
|
@ -75,7 +75,8 @@ objprelink and KDE: <emphasis>Bruce Dubbs</emphasis>.</para>
|
||||
|
||||
<listitem><para>ATK, audiofile, cdrdao, cdrtools, curl, dhcp, fcron, imlib,
|
||||
GLib2, GTK+2, libao, libogg, libvorbis, libxml2, libxslt, OpenSSH,
|
||||
Pango, pccts, pcre, pkgconfig, postfix, QT, unzip, vorbis-tools and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
|
||||
Pango, pccts, pcre, pkgconfig, postfix, procmail, QT, unzip,
|
||||
vorbis-tools, wget and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
|
||||
|
||||
<listitem><para>CDParanoia, mpg123, SDL and XMMS: <emphasis>Jeroen
|
||||
Coumans</emphasis></para></listitem>
|
||||
|
@ -10,7 +10,6 @@ commands:</para>
|
||||
|
||||
<para><screen><userinput>mkdir /var/empty &&
|
||||
chown root:sys /var/empty &&
|
||||
chmod 755 /var/empty &&
|
||||
groupadd sshd &&
|
||||
useradd -g sshd sshd</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user