From a8fccf1032eaf57f82e23c89175e3d23cb565818 Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Fri, 2 Aug 2002 15:33:58 +0000 Subject: [PATCH] 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 --- .../mailnews/fetchmail/fetchmail-intro.xml | 2 +- basicnet/mailnews/procmail.xml | 10 +++++++--- .../mailnews/procmail/procmail-config.xml | 15 ++++++++++++++ basicnet/mailnews/procmail/procmail-desc.xml | 20 +++++++++++++++++++ basicnet/mailnews/procmail/procmail-exp.xml | 8 ++++++++ basicnet/mailnews/procmail/procmail-inst.xml | 10 ++++++++++ basicnet/mailnews/procmail/procmail-intro.xml | 14 +++++++++++++ basicnet/mailnews/procmail/procmail.ent | 10 ++++++++++ basicnet/netprogs/wget.xml | 10 +++++++--- basicnet/netprogs/wget/wget-config.xml | 12 +++++++++++ basicnet/netprogs/wget/wget-desc.xml | 17 ++++++++++++++++ basicnet/netprogs/wget/wget-exp.xml | 15 ++++++++++++++ basicnet/netprogs/wget/wget-inst.xml | 11 ++++++++++ basicnet/netprogs/wget/wget-intro.xml | 16 +++++++++++++++ basicnet/netprogs/wget/wget.ent | 10 ++++++++++ general/graphlib/imlib.xml | 1 + general/graphlib/imlib/imlib-exp.xml | 11 ++++++++++ general/graphlib/imlib/imlib-inst.xml | 16 ++------------- general/graphlib/imlib/imlib-intro.xml | 4 ++-- general/graphlib/imlib/imlib.ent | 3 ++- index.xml | 4 ++-- introduction/welcome/changelog.xml | 4 ++++ introduction/welcome/credits.xml | 3 ++- server/other/openssh/openssh-inst.xml | 1 - 24 files changed, 199 insertions(+), 28 deletions(-) create mode 100644 basicnet/mailnews/procmail/procmail-config.xml create mode 100644 basicnet/mailnews/procmail/procmail-desc.xml create mode 100644 basicnet/mailnews/procmail/procmail-exp.xml create mode 100644 basicnet/mailnews/procmail/procmail-inst.xml create mode 100644 basicnet/mailnews/procmail/procmail-intro.xml create mode 100644 basicnet/netprogs/wget/wget-config.xml create mode 100644 basicnet/netprogs/wget/wget-desc.xml create mode 100644 basicnet/netprogs/wget/wget-exp.xml create mode 100644 basicnet/netprogs/wget/wget-inst.xml create mode 100644 basicnet/netprogs/wget/wget-intro.xml create mode 100644 general/graphlib/imlib/imlib-exp.xml diff --git a/basicnet/mailnews/fetchmail/fetchmail-intro.xml b/basicnet/mailnews/fetchmail/fetchmail-intro.xml index bc0060ea5e..8d4a623aa9 100644 --- a/basicnet/mailnews/fetchmail/fetchmail-intro.xml +++ b/basicnet/mailnews/fetchmail/fetchmail-intro.xml @@ -12,6 +12,6 @@ retrieves mail from remote mail servers and forwards it to your local normal mail user agents." fetchmail depends on: -OpenSSL and a local MDA (procmail). + and a local MDA (). diff --git a/basicnet/mailnews/procmail.xml b/basicnet/mailnews/procmail.xml index d5e4eb08d9..4b643d31f0 100644 --- a/basicnet/mailnews/procmail.xml +++ b/basicnet/mailnews/procmail.xml @@ -1,8 +1,12 @@ - + -procmail +procmail-&procmail-version; -TO BE DONE +&procmail-intro; +&procmail-inst; +&procmail-exp; +&procmail-config; +&procmail-desc; diff --git a/basicnet/mailnews/procmail/procmail-config.xml b/basicnet/mailnews/procmail/procmail-config.xml new file mode 100644 index 0000000000..6f4d3209aa --- /dev/null +++ b/basicnet/mailnews/procmail/procmail-config.xml @@ -0,0 +1,15 @@ + +Configuring procmail + +Config files +/etc/procmailrc, ~/.procmailrc + + +Configuration Information + +To be done . + + + + + diff --git a/basicnet/mailnews/procmail/procmail-desc.xml b/basicnet/mailnews/procmail/procmail-desc.xml new file mode 100644 index 0000000000..503a1bf80d --- /dev/null +++ b/basicnet/mailnews/procmail/procmail-desc.xml @@ -0,0 +1,20 @@ + +Contents + +The procmail package contains procmail and +lockfile. + + + +Description + +procmail +procmail is an autonomous mail processor. It performs all the +functions of a MDA (Mail Delivery Agent). + +lockfile +lockfile is a utilitiy that can lock a file for single use +interactively or in a script. + + + diff --git a/basicnet/mailnews/procmail/procmail-exp.xml b/basicnet/mailnews/procmail/procmail-exp.xml new file mode 100644 index 0000000000..f1e3fb0299 --- /dev/null +++ b/basicnet/mailnews/procmail/procmail-exp.xml @@ -0,0 +1,8 @@ + +Command explanations + +BASENAME=/usr : To Be Done. + +make install-suid : To Be Done. + + diff --git a/basicnet/mailnews/procmail/procmail-inst.xml b/basicnet/mailnews/procmail/procmail-inst.xml new file mode 100644 index 0000000000..7328a2c0a3 --- /dev/null +++ b/basicnet/mailnews/procmail/procmail-inst.xml @@ -0,0 +1,10 @@ + +Installation of procmail + +Install procmail by running the following commands: + +make BASENAME=/usr install && +make install-suid + + + diff --git a/basicnet/mailnews/procmail/procmail-intro.xml b/basicnet/mailnews/procmail/procmail-intro.xml new file mode 100644 index 0000000000..acfcae851e --- /dev/null +++ b/basicnet/mailnews/procmail/procmail-intro.xml @@ -0,0 +1,14 @@ + +Introduction to procmail + +Download location (HTTP): +Download location (FTP): +Version used: &procmail-version; +Package size: &procmail-size; +Estimated Disk space required: &procmail-buildsize; + +The procmail package contains an autonomous mail processor. This +is useful for filtering and sorting incoming mail. + + + diff --git a/basicnet/mailnews/procmail/procmail.ent b/basicnet/mailnews/procmail/procmail.ent index 8f8b59a307..9611a10660 100644 --- a/basicnet/mailnews/procmail/procmail.ent +++ b/basicnet/mailnews/procmail/procmail.ent @@ -1 +1,11 @@ + + + + + + + + + + diff --git a/basicnet/netprogs/wget.xml b/basicnet/netprogs/wget.xml index f21b0d0aa3..0de3d3d233 100644 --- a/basicnet/netprogs/wget.xml +++ b/basicnet/netprogs/wget.xml @@ -1,8 +1,12 @@ - + -wget +wget-&wget-version; -TO BE DONE +&wget-intro; +&wget-inst; +&wget-exp; +&wget-config; +&wget-desc; diff --git a/basicnet/netprogs/wget/wget-config.xml b/basicnet/netprogs/wget/wget-config.xml new file mode 100644 index 0000000000..2b769882f1 --- /dev/null +++ b/basicnet/netprogs/wget/wget-config.xml @@ -0,0 +1,12 @@ + +Configuring wget + +Config files +/etc/wgetrc, ~/.wgetrc + +There are no required changes in these files. + + + + + diff --git a/basicnet/netprogs/wget/wget-desc.xml b/basicnet/netprogs/wget/wget-desc.xml new file mode 100644 index 0000000000..913d515b3a --- /dev/null +++ b/basicnet/netprogs/wget/wget-desc.xml @@ -0,0 +1,17 @@ + +Contents + +The wget package contains wget. + + + +Description + +wget +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. + + + + diff --git a/basicnet/netprogs/wget/wget-exp.xml b/basicnet/netprogs/wget/wget-exp.xml new file mode 100644 index 0000000000..0c51dc01ed --- /dev/null +++ b/basicnet/netprogs/wget/wget-exp.xml @@ -0,0 +1,15 @@ + +Command explanations + +--prefix=/usr " This compiles and installs +wget into the /usr hierarchy instead of /usr/local. + +--sysconfigdir=/etc : This relocates +the configuration file from /usr/etc to +/etc. + +--with-ssl : This enables support for +linking SSL into wget. + + + diff --git a/basicnet/netprogs/wget/wget-inst.xml b/basicnet/netprogs/wget/wget-inst.xml new file mode 100644 index 0000000000..dd65a41e44 --- /dev/null +++ b/basicnet/netprogs/wget/wget-inst.xml @@ -0,0 +1,11 @@ + +Installation of wget + +Install wget by running the following commands: + +./configure --prefix=/usr --sysconfdir=/etc --with-ssl && +make && +make install + + + diff --git a/basicnet/netprogs/wget/wget-intro.xml b/basicnet/netprogs/wget/wget-intro.xml new file mode 100644 index 0000000000..3f7ff68752 --- /dev/null +++ b/basicnet/netprogs/wget/wget-intro.xml @@ -0,0 +1,16 @@ + +Introduction to wget + +Download location (HTTP): +Download location (FTP): +Version used: &wget-version; +Package size: &wget-size; +Estimated Disk space required: &wget-buildsize; + +The wget package contains wget. This is utility useful for non-interactive +downloading of files from the Web. + +wget will utilize: + + + diff --git a/basicnet/netprogs/wget/wget.ent b/basicnet/netprogs/wget/wget.ent index 909e496ef4..3515c4a0e5 100644 --- a/basicnet/netprogs/wget/wget.ent +++ b/basicnet/netprogs/wget/wget.ent @@ -1 +1,11 @@ + + + + + + + + + + diff --git a/general/graphlib/imlib.xml b/general/graphlib/imlib.xml index 0e689727a5..ed33722d25 100644 --- a/general/graphlib/imlib.xml +++ b/general/graphlib/imlib.xml @@ -4,6 +4,7 @@ &imlib-intro; &imlib-inst; +&imlib-exp; &imlib-config; &imlib-desc; diff --git a/general/graphlib/imlib/imlib-exp.xml b/general/graphlib/imlib/imlib-exp.xml new file mode 100644 index 0000000000..59d88d995c --- /dev/null +++ b/general/graphlib/imlib/imlib-exp.xml @@ -0,0 +1,11 @@ + +Command explanations + +CPPFLAGS=-w : This disables gcc 3.1 warnings that confuse configure. + +--prefix=/usr : This compiles and installs imlib into the /usr hierarchy instead of /usr/local. + +--sysconfdir=/etc/imlib : This installs and +combines the configurations files into /etc instead +of /usr/etc. + diff --git a/general/graphlib/imlib/imlib-inst.xml b/general/graphlib/imlib/imlib-inst.xml index c7d1f400d2..aa6c3f0af2 100644 --- a/general/graphlib/imlib/imlib-inst.xml +++ b/general/graphlib/imlib/imlib-inst.xml @@ -3,21 +3,9 @@ Install imlib by running the following commands: -CPPFLAGS=-w ./configure --prefix=/usr && +CPPFLAGS=-w ./configure --prefix=/usr +--sysconfdir=/etc/imlib && make && make install - - - -Command explanations - -CPPFLAGS=-w : -This -disables gcc 3.1 warnings that confuse configure. - -./configure --prefix=/usr: -This compiles and installs imlib into the /usr -hierarchy instead of /usr/local. - diff --git a/general/graphlib/imlib/imlib-intro.xml b/general/graphlib/imlib/imlib-intro.xml index 730cdf9fee..a1516f286f 100644 --- a/general/graphlib/imlib/imlib-intro.xml +++ b/general/graphlib/imlib/imlib-intro.xml @@ -1,7 +1,7 @@ Introduction to imlib -Download location: +Download location (FTP): Version used: &imlib-version; Package size: &imlib-size; Estimated Disk space required: &imlib-buildsize; @@ -12,6 +12,6 @@ loading, rendering and dithering a wide variety of image data formats. imlib depends on: , , , and imlib will utilize: -glib, gtk and gtk-config if installed prior to imlib. +, and gtk-config if installed prior to imlib. diff --git a/general/graphlib/imlib/imlib.ent b/general/graphlib/imlib/imlib.ent index f9bc86f2ed..04b88bd923 100644 --- a/general/graphlib/imlib/imlib.ent +++ b/general/graphlib/imlib/imlib.ent @@ -2,8 +2,9 @@ + - + diff --git a/index.xml b/index.xml index 3effc4092c..6e0b1fda4e 100644 --- a/index.xml +++ b/index.xml @@ -2,8 +2,8 @@ - + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 6a8f120963..90ae94cdd2 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,10 @@ page in Chapter 1 for details on who wrote what. +August 2nd, 2002 [larry]: Basic Net: added wget-1.8.2, +procmail-3.22. Removed chmod 755 from OpenSSH. Modified Imlib for +consistency. + July 31st, 2002 [larry]: General Libraries: upgraded openssl to 0.9.6e. diff --git a/introduction/welcome/credits.xml b/introduction/welcome/credits.xml index 181c5192e0..00f918a4ec 100644 --- a/introduction/welcome/credits.xml +++ b/introduction/welcome/credits.xml @@ -75,7 +75,8 @@ objprelink and KDE: Bruce Dubbs. 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: Larry Lawrence +Pango, pccts, pcre, pkgconfig, postfix, procmail, QT, unzip, +vorbis-tools, wget and zip: Larry Lawrence CDParanoia, mpg123, SDL and XMMS: Jeroen Coumans diff --git a/server/other/openssh/openssh-inst.xml b/server/other/openssh/openssh-inst.xml index 62514a5cfc..09ac60e3f5 100644 --- a/server/other/openssh/openssh-inst.xml +++ b/server/other/openssh/openssh-inst.xml @@ -10,7 +10,6 @@ commands: mkdir /var/empty && chown root:sys /var/empty && -chmod 755 /var/empty && groupadd sshd && useradd -g sshd sshd