Changeset 1dc31027


Ignore:
Timestamp:
08/07/2001 01:43:37 PM (23 years ago)
Author:
Mark Hymers <markh@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v3_0, v3_1, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5b99103
Parents:
6fda0ee9
Message:

Bug 123: change patch to sed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • Attic/appendixc/packages.xml

    r6fda0ee9 r1dc31027  
    5959&ac-psmisc;
    6060&ac-shadowpwd;
    61 &ac-shadowpwd-patch;
    6261&ac-sysklogd;
    6362&ac-sysvinit;
  • chapter01/changelog.xml

    r6fda0ee9 r1dc31027  
    2828</para></listitem>
    2929
     30<listitem><para>Removed shadow-utils patch in favour of a sed
     31command</para></listitem>
     32
    3033<listitem><para>Removed sysvinit patch in favour of a sed
    3134command.</para></listitem>
  • chapter04/packages.xml

    r6fda0ee9 r1dc31027  
    5959&c3-psmisc;
    6060&c3-shadowpwd;
    61 &c3-shadowpwd-patch;
    6261&c3-sysklogd;
    6362&c3-sysvinit;
  • chapter06/shadowpwd-exp.xml

    r6fda0ee9 r1dc31027  
    11<sect2>
    22<title>Command explanations</title>
     3
     4<para><userinput>sed 's/\(.*\) (nflg || \(.*\)/\1\(\2/' useradd.c.temp
     5&gt; src/useradd.c</userinput>: This sed is used to fix a compilation
     6bug which occurs due to a variable being used but not defined.</para>
    37
    48<para><userinput>cp limits login.access and others:</userinput> These files
  • chapter06/shadowpwd-inst.xml

    r6fda0ee9 r1dc31027  
    22<title>Installation of Shadow Password Suite</title>
    33
    4 <para>Before the shadow Password Suite can be installed, the patch file
    5 must be unpacked.  This patch fixes a compliation problem due to a
    6 variable being used but not defined.  Install the Shadow Password
    7 Suite by running the following commands:</para>
     4<para>Install the Shadow Password Suite by running the
     5following commands:</para>
    86
    9 <para><screen><userinput>patch -Np1 -i ../shadow-20001016.patch &amp;&amp;</userinput>
     7<para><screen><userinput>mv src/useradd.c useradd.c.temp &amp;&amp;</userinput>
     8<userinput>sed 's/\(.*\) (nflg || \(.*\)/\1\(\2/' useradd.c.temp &gt; src/useradd.c &amp;&amp;</userinput>
    109<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
    1110<userinput>make &amp;&amp;</userinput>
  • index.xml

    r6fda0ee9 r1dc31027  
    122122<!ENTITY c3-psmisc SYSTEM "chapter3/psmisc.xml">
    123123<!ENTITY c3-shadowpwd SYSTEM "chapter3/shadowpwd.xml">
    124 <!ENTITY c3-shadowpwd-patch SYSTEM "chapter3/shadowpwd-patch.xml">
    125124<!ENTITY c3-sysklogd SYSTEM "chapter3/sysklogd.xml">
    126125<!ENTITY c3-sysvinit SYSTEM "chapter3/sysvinit.xml">
     
    510509<!ENTITY ac-psmisc SYSTEM "appendixc/psmisc.xml">
    511510<!ENTITY ac-shadowpwd SYSTEM "appendixc/shadowpwd.xml">
    512 <!ENTITY ac-shadowpwd-patch SYSTEM "appendixc/shadowpwd-patch.xml">
    513511<!ENTITY ac-sysklogd SYSTEM "appendixc/sysklogd.xml">
    514512<!ENTITY ac-sysvinit SYSTEM "appendixc/sysvinit.xml">
     
    517515<!ENTITY ac-nettools SYSTEM "appendixc/nettools.xml">
    518516
    519 <!ENTITY all-version "cvs-20010806-1924">
     517<!ENTITY all-version "cvs-20010807-0600">
    520518<!ENTITY all-size-kb "77,160 KB">
    521519<!ENTITY all-size-mb "75 MB">
     
    789787<!ENTITY shadow-version "20001016">
    790788<!ENTITY shadow-size "551 KB">
    791 <!ENTITY shadow-patch-size "1 KB">
    792789<!ENTITY shadow-compsize "shadow MB">
    793790<!ENTITY shadow-time "shadow minutes">
Note: See TracChangeset for help on using the changeset viewer.