Changeset 7918
- Timestamp:
- 02/09/07 13:57:08 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/db.xml (modified) (1 diff)
- trunk/BOOK/chapter06/ncurses.xml (modified) (1 diff)
- trunk/BOOK/chapter06/readline.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7917 r7918 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[matthew] - Remove some <command>chmod</command> and 44 <command>chown</command> commands from DB, NCurses and Readline as 45 they are no longer required with recent upstream versions. Fixes 46 <ulink url="&lfs-ticket-root;1953">#1953</ulink></para> 47 </listitem> 48 <listitem> 43 49 <para>[matthew] - Upgrade to Udev-105. Fixes 44 50 <ulink url="&lfs-ticket-root;1949">#1949</ulink></para> trunk/BOOK/chapter06/db.xml
r7839 r7918 108 108 </variablelist> 109 109 110 <para>Fix the ownerships of the installed files:</para> 111 112 <screen><userinput>chown -v root:root /usr/bin/db_* \ 113 /usr/lib/libdb* /usr/include/db* && 114 chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen> 110 <para>Fix the ownership of the installed documentation:</para> 111 112 <screen><userinput>chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen> 115 113 116 114 </sect2> trunk/BOOK/chapter06/ncurses.xml
r7901 r7918 90 90 <screen><userinput>make install</userinput></screen> 91 91 92 <para>Give the Ncurses libraries execute permissions:</para> 93 94 <screen><userinput>chmod -v 755 /usr/lib/*.&ncurses-version;</userinput></screen> 95 96 <para>Fix a library that should not be executable:</para> 92 <para>Correct the permissions of a library that should not be executable: 93 </para> 97 94 98 95 <screen><userinput>chmod -v 644 /usr/lib/libncurses++w.a</userinput></screen> trunk/BOOK/chapter06/readline.xml
r7905 r7918 79 79 <screen><userinput>make install</userinput></screen> 80 80 81 <para>Give Readline's dynamic libraries more appropriate permissions:</para>82 83 <screen><userinput>chmod -v 755 /lib/lib{readline,history}.so*</userinput></screen>84 85 81 <para>Now move the static libraries to a more appropriate location:</para> 86 82
