Changeset a3ff989


Ignore:
Timestamp:
Jan 1, 2008, 3:17:58 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0417e7d
Parents:
96cbcec
Message:

Correct the commands to remove the group man pages from shadow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/shadow.xml

    r96cbcec ra3ff989  
    7373
    7474<screen os="g"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
    75 sed -i '/groups.1.xml/d' man/Makefile
    76 sed -i 's/groups.1//' man/Makefile</userinput></screen>
     75find man -name Makefile -exec sed -i '/groups.1.xml/d' '{}' \;
     76find man -name Makefile -exec sed -i 's/groups.1 //' '{}' \;</userinput></screen>
    7777
    7878    <para os="h">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.