Changeset 8dffa04


Ignore:
Timestamp:
06/18/2004 03:50:52 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
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, 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:
719759a
Parents:
b5acab63
Message:

Dropped the chmod's that I added a few days earlier. They are not needed.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb5acab63 r8dffa04  
    83832.6.x kernel is required on the host.</para></listitem>
    8484
    85 <listitem><para>June 16, 2004 [winkie]: Use <command>chmod</command> to fix the
    86 permissions of various executable scripts when doing inline stream editing.
    87 </para></listitem>
    88 
    8985<listitem><para>June 16, 2004 [winkie]: Upgraded to Linux 2.6.7 and dropped the
    9086FPU patch.</para></listitem>
  • chapter05/util-linux.xml

    rb5acab63 r8dffa04  
    3737script:</para>
    3838
    39 <screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure
    40 chmod 755 configure</userinput></screen>
     39<screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen>
    4140
    4241<para>Prepare Util-linux for compilation:</para>
  • chapter06/coreutils.xml

    rb5acab63 r8dffa04  
    7474<para>When you're done testing, remove the dummy user and groups:</para>
    7575
    76 <screen><userinput>sed -i '/dummy/d' /etc/passwd /etc/group
    77 chmod 644 /etc/passwd /etc/group</userinput></screen>
     76<screen><userinput>sed -i '/dummy/d' /etc/passwd /etc/group</userinput></screen>
    7877
    7978<para>Install the package:</para>
  • chapter06/man.xml

    rb5acab63 r8dffa04  
    4141properly handled by Less:</para>
    4242
    43 <screen><userinput>sed -i 's@-is@&amp;R@g' configure
    44 chmod 755 configure</userinput></screen>
     43<screen><userinput>sed -i 's@-is@&amp;R@g' configure</userinput></screen>
    4544
    4645<para>The third is also a sed substitution to comment out the <quote>MANPATH
  • chapter06/shadow.xml

    rb5acab63 r8dffa04  
    6969<screen><userinput>cp etc/login.defs.linux /etc/login.defs
    7070sed -i -e 's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
    71     -e 's@/var/spool/mail@/var/mail@' /etc/login.defs
    72 chmod 644 /etc/login.defs</userinput></screen>
     71    -e 's@/var/spool/mail@/var/mail@' /etc/login.defs</userinput></screen>
    7372
    7473<para>Move some misplaced symlinks/programs to their proper locations:</para>
Note: See TracChangeset for help on using the changeset viewer.