Changeset 54c82d7
- Timestamp:
- 11/03/2002 03:19:07 AM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 989f781
- Parents:
- 1b7e7f61
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/mailnews/fetchmail/fetchmail-exp.xml
r1b7e7f61 r54c82d7 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--with-ssl :</userinput>This enables SSL if found, so that you can handle connections to secure POP3 and IMAP servers.</para>4 <para><userinput>--with-ssl</userinput> : This enables SSL if found, so that you can handle connections to secure POP3 and IMAP servers.</para> 5 5 6 <para><userinput>--enable-fallback=procmail :</userinput>This tells fetchmail6 <para><userinput>--enable-fallback=procmail</userinput> : This tells fetchmail 7 7 to hand incoming mail to procmail for delivery if your port 25 mail server is 8 8 not present or not responding.</para> -
basicnet/mailnews/fetchmail/fetchmail.ent
r1b7e7f61 r54c82d7 5 5 <!ENTITY fetchmail-desc SYSTEM "fetchmail-desc.xml"> 6 6 <!ENTITY fetchmail-config SYSTEM "fetchmail-config.xml"> 7 <!ENTITY fetchmail-buildsize "5. 2MB">8 <!ENTITY fetchmail-version "6.1. 1">9 <!ENTITY fetchmail-download-http "http://www.tuxedo.org/~esr/fetchmail/fetchmail-6.1. 1.tar.gz">10 <!ENTITY fetchmail-download-ftp "ftp://ftp.ccil.org/pub/esr/fetchmail/fetchmail-6.1. 1.tar.gz">7 <!ENTITY fetchmail-buildsize "5.3 MB"> 8 <!ENTITY fetchmail-version "6.1.2"> 9 <!ENTITY fetchmail-download-http "http://www.tuxedo.org/~esr/fetchmail/fetchmail-6.1.2.tar.gz"> 10 <!ENTITY fetchmail-download-ftp "ftp://ftp.ccil.org/pub/esr/fetchmail/fetchmail-6.1.2.tar.gz"> 11 11 <!ENTITY fetchmail-size "1.1 MB"> -
basicnet/mailnews/mutt/mutt-exp.xml
r1b7e7f61 r54c82d7 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--sysconfdir=/etc :</userinput>This installs the configuration files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para>4 <para><userinput>--sysconfdir=/etc</userinput> : This installs the configuration files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para> 5 5 6 6 </sect2> -
basicnet/mailnews/other.xml
r1b7e7f61 r54c82d7 5 5 <para><xref linkend="pan"/> is a GTK2 based newsreader program.</para> 6 6 7 <para>KNode is a QT based newsreader program from <xref linkend="kde-network"/> </para>7 <para>KNode is a QT based newsreader program from <xref linkend="kde-network"/>.</para> 8 8 9 <para>KMail is a QT based mail client from <xref linkend="kde-network"/> </para>9 <para>KMail is a QT based mail client from <xref linkend="kde-network"/>.</para> 10 10 11 11 <para><xref linkend="mozilla"/> includes both a mail client and newsreader in its installation.</para> -
basicnet/mailnews/pine/pine-exp.xml
r1b7e7f61 r54c82d7 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>patch -Np1 -i ../pine-4.44-fhs.patch :</userinput> 5 This patch will make Pine use /etc for configuration files.</para> 4 <para><userinput>patch -Np1 -i ../pine-4.44-fhs.patch</userinput> : This patch will make Pine use /etc for configuration files.</para> 6 5 7 <para><userinput>patch -Np1 -i ../pine-4.44-imap.patch :</userinput> 8 This patch fixes a DoS vulnerability in the IMAP handling code.</para> 6 <para><userinput>patch -Np1 -i ../pine-4.44-imap.patch</userinput> : This patch fixes a DoS vulnerability in the IMAP handling code.</para> 9 7 10 8 <para>The build procedure for Pine is somewhat unusual, in that … … 12 10 must all be passed on the command line to the ./build script.</para> 13 11 14 <para><userinput>./build slx :</userinput> 15 Pine offers quite a few target platforms, slx specifies Linux using 12 <para><userinput>./build slx</userinput> : Pine offers quite a few target platforms, slx specifies Linux using 16 13 -lcrypt to get the crypt function. See the 17 14 <filename>doc/pine-ports</filename> file for more information and 18 15 other authentication options.</para> 19 16 20 <para><userinput>DEBUG='-Os ' :</userinput> 21 Optimize binaries for size.</para> 17 <para><userinput>DEBUG='-Os '</userinput> : Optimize binaries for size.</para> 22 18 23 <para><userinput>MAILSPOOL='/var/mail' :</userinput> 24 Location of mail spool files, <filename>/var/mail.</filename></para> 19 <para><userinput>MAILSPOOL='/var/mail'</userinput> : Location of mail spool files, <filename>/var/mail.</filename></para> 25 20 26 <para>< userinput>cd bin &&27 install pine /usr/bin :</userinput>21 <para><screen><userinput>cd bin && 22 install pine /usr/bin</userinput></screen> 28 23 This is all that is required to install Pine, all other executables 29 24 may be installed in the same manner.</para> -
basicnet/mailnews/procmail/procmail-exp.xml
r1b7e7f61 r54c82d7 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>BASENAME=/usr :</userinput>The equivilant of <userinput>./configure --prefix=/usr</userinput> on other package installations.</para>4 <para><userinput>BASENAME=/usr</userinput> : The equivilant of <userinput>./configure --prefix=/usr</userinput> on other package installations.</para> 5 5 6 <para><userinput>make install-suid :</userinput>Modifies permissions of6 <para><userinput>make install-suid</userinput> : Modifies permissions of 7 7 the installed files.</para> 8 8 </sect2> -
basicnet/mailnews/slrn/slrn-exp.xml
r1b7e7f61 r54c82d7 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>./configure --prefix=/usr :</userinput> 5 Specify /usr to install to instead of /usr/local.</para> 4 <para><userinput>./configure --prefix=/usr</userinput> : Specify /usr to install to instead of /usr/local.</para> 6 5 7 <para><userinput>./configure --with-slrnpull :</userinput> 8 Build the slrnpull executable.</para> 6 <para><userinput>./configure --with-slrnpull</userinput> : Build the slrnpull executable.</para> 9 7 10 8 </sect2> -
introduction/welcome/changelog.xml
r1b7e7f61 r54c82d7 10 10 11 11 <itemizedlist> 12 13 <listitem><para>November 2nd, 2002 [larry]: Basicnet: Updated to 14 fetchmail-6.1.2.</para></listitem> 12 15 13 16 <listitem><para>November 2nd, 2002 [larry]: Gnome: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.