Changeset 728425d
- Timestamp:
- 06/05/2004 02:43:24 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, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ab2d9c60
- Parents:
- 52a46b3a
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/dhcp/dhcpcd/dhcpcd-exp.xml
r52a46b3a r728425d 2 2 <title>Command explanations</title> 3 3 4 <para><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs .patch4 <para><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs-1.patch 5 5 </command>: <application>Dhcpcd</application> unpatched puts all configuration 6 6 and temporary files in <filename>/etc/dhcpc</filename>. This becomes very -
connect/dhcp/dhcpcd/dhcpcd-inst.xml
r52a46b3a r728425d 5 5 commands:</para> 6 6 7 <screen><userinput><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs .patch &&7 <screen><userinput><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs-1.patch && 8 8 ./configure --prefix="" --sysconfdir=/var/lib \ 9 9 --mandir=/usr/share/man && -
general/genutils/bc/bc-inst.xml
r52a46b3a r728425d 4 4 <para>Install <command>bc</command> by running the following commands:</para> 5 5 6 <screen><userinput><command>patch -Np1 -i ../bc-1.06-flex -invocation.patch &&7 patch -Np1 -i ../bc-1.06-readline .patch &&6 <screen><userinput><command>patch -Np1 -i ../bc-1.06-flex_invocation-1.patch && 7 patch -Np1 -i ../bc-1.06-readline-1.patch && 8 8 ./configure --prefix=/usr --with-readline && 9 9 make && -
general/genutils/bc/bc-intro.xml
r52a46b3a r728425d 23 23 url="&patch-root;/bc-1.06-flex_invocation-1.patch"/></para></listitem> 24 24 <listitem><para>Required Patch: <ulink 25 url="&patch-root;/bc-1.06-readline .patch"/></para></listitem>25 url="&patch-root;/bc-1.06-readline-1.patch"/></para></listitem> 26 26 </itemizedlist></sect3> 27 27 -
postlfs/security/cracklib/cracklib-inst.xml
r52a46b3a r728425d 20 20 <para>Now apply BLFS patch:</para> 21 21 22 <screen><userinput><command>patch -Np1 -i ../cracklib -&cracklib-version;-blfs-1.patch</command></userinput></screen>22 <screen><userinput><command>patch -Np1 -i ../cracklib,&cracklib-version;-blfs-1.patch</command></userinput></screen> 23 23 24 24 <para>If necessary, apply the heimdal patch:</para> 25 25 26 26 <screen><userinput><command>cp -R cracklib cracklib_krb5 && 27 patch -Np1 -i ../cracklib -&cracklib-version;-heimdal-1.patch</command></userinput></screen>27 patch -Np1 -i ../cracklib,&cracklib-version;-heimdal-1.patch</command></userinput></screen> 28 28 29 29 <para>Finally install the package:</para> -
postlfs/shells/ash/ash-inst.xml
r52a46b3a r728425d 4 4 <para>Install <application>ASH</application> by running the following commands:</para> 5 5 6 <screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative -fixes.patch &&6 <screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch && 7 7 make && 8 8 install -m 755 sh /bin/ash &&
Note:
See TracChangeset
for help on using the changeset viewer.