Changeset 658b9721
- Timestamp:
- 10/07/2004 02:51:15 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- df3a050
- Parents:
- 7ac57d9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/inetutils.xml
r7ac57d9 r658b9721 46 46 <sect3><title><application>Inetutils</application> dependencies</title> 47 47 <sect4><title>Optional</title> 48 <para><xref linkend="Linux_PAM"/>, <xref linkend="tcpwrappers"/> and 48 <para><xref linkend="Linux_PAM"/>, 49 <xref linkend="tcpwrappers"/>, 50 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and 49 51 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para></sect4> 50 52 </sect3> … … 59 61 60 62 <screen><userinput><command>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch && 61 ./configure --prefix=/usr --disable-syslogd \ 62 --libexecdir=/usr/sbin --infodir=/usr/share/info \ 63 ./configure --prefix=/usr --libexecdir=/usr/sbin \ 63 64 --sysconfdir=/etc --localstatedir=/var \ 64 --mandir=/usr/share/man && 65 --mandir=/usr/share/man --infodir=/usr/share/info \ 66 --disable-logger --disable-syslogd && 65 67 make && 66 68 make install && … … 71 73 <sect2> 72 74 <title>Command explanations</title> 75 76 <para><parameter>--disable-logger</parameter>: This switch prevents 77 <application>Inetutils</application> installing a <command>logger</command> 78 program, which is installed in the <acronym>LFS</acronym> Book.</para> 73 79 74 80 <para><parameter>--disable-syslogd</parameter>: This switch prevents -
general.ent
r7ac57d9 r658b9721 1 <!ENTITY day "0 6">1 <!ENTITY day "07"> 2 2 <!ENTITY month "10"> 3 3 <!ENTITY year "2004"> -
introduction/welcome/changelog.xml
r7ac57d9 r658b9721 23 23 <itemizedlist> 24 24 25 <listitem><para>October 7th, 2004 [randy]: Modified configure switches 26 in Inetutils instructions to match LFS and added an optional 27 dependency.</para></listitem> 28 25 29 <listitem><para>October 6th, 2004 [igor]: Updated to 26 30 expat-1.95.8.</para></listitem> … … 36 40 for RP-PPPoE. Made iproute2 patch optional for dhcp.</para></listitem> 37 41 38 <listitem><para>September 27th, 2004 [ Randy]: Modified Ethereal42 <listitem><para>September 27th, 2004 [randy]: Modified Ethereal 39 43 configuration instructions as suggested by Bruce Dubbs; modified 40 44 iptables id entity.</para></listitem> 41 45 42 <listitem><para>September 26th, 2004 [ Randy]: Modified chown command in46 <listitem><para>September 26th, 2004 [randy]: Modified chown command in 43 47 Apache instructions to change ownership of more files.</para></listitem> 44 48 45 <listitem><para>September 26th, 2004 [ Randy]: Added new package49 <listitem><para>September 26th, 2004 [randy]: Added new package 46 50 Ethereal-0.10.6.</para></listitem> 47 51
Note:
See TracChangeset
for help on using the changeset viewer.