Changeset 8d55018
- Timestamp:
- Feb 19, 2016, 8:38:23 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- e3e2a37
- Parents:
- 57fc8e7
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
r57fc8e7 r8d55018 34 34 <screen os="b"><userinput>./configure \ 35 35 --prefix=/usr \ 36 --bindir=/bin \37 36 --without-bash-malloc \ 38 37 --with-installed-readline \ … … 65 64 <screen os="h"><userinput>make install</userinput></screen> 66 65 67 <para os="i">Run the newly compiled <command>bash</command> program (replacing 66 <para os="i">Move the <command>bash</command> binary to 67 <filename class="directory">/bin</filename>, overwriting the symlink 68 that was previously created:</para> 69 70 <screen os="j"><userinput>mv -v /usr/bin/bash /bin</userinput></screen> 71 72 <para os="k">Run the newly compiled <command>bash</command> program (replacing 68 73 the one that is currently being executed):</para> 69 74 70 <screen os=" j" role="nodump"><userinput>exec /bin/bash --login +h</userinput></screen>75 <screen os="l" role="nodump"><userinput>exec /bin/bash --login +h</userinput></screen> 71 76 72 <note os=" k">77 <note os="m"> 73 78 <para>The parameters used make the <command>bash</command> 74 79 process an interactive login shell and continue to disable hashing so -
BOOK/final-system/multilib/bash.xml
r57fc8e7 r8d55018 42 42 ./configure \ 43 43 --prefix=/usr \ 44 --bindir=/bin \45 44 --without-bash-malloc \ 46 45 --with-installed-readline \ … … 87 86 xpointer="xpointer(//*[@os='k'])"/> 88 87 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 89 href="../common/bash.xml" 90 xpointer="xpointer(//*[@os='l'])"/> 91 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 93 href="../common/bash.xml" 94 xpointer="xpointer(//*[@os='m'])"/> 95 89 96 </sect2> 90 97 -
BOOK/introduction/common/changelog.xml
r57fc8e7 r8d55018 55 55 <ulink url="&clfs-ticket-root;1104">#1104.</ulink></para> 56 56 </listitem> 57 <listitem> 58 <para>[Chris] - Prevented the <command>bashbug</command> script 59 from being installed in <filename class="directory">/bin</filename>, 60 as it is not needed there. Fixes ticket 61 <ulink url="&clfs-ticket-root;1099">#1099.</ulink></para> 62 </listitem> 57 63 </itemizedlist> 58 64 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.