Changeset 9b26915
- Timestamp:
- 08/16/2014 05:23:09 PM (10 years ago)
- Branches:
- 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
- Children:
- 17f4ed5a
- Parents:
- e7848c3
- Location:
- chapter06
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/coreutils.xml
re7848c3 r9b26915 129 129 mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8 130 130 sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> 131 132 <para>Some packages in BLFS and beyond expect the following 133 programs in <filename class="directory">/bin</filename>, so 134 make sure they are placed there:</para> 135 136 <screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice,test,[} /bin</userinput></screen> 131 137 132 138 </sect2> -
chapter06/findutils.xml
re7848c3 r9b26915 73 73 74 74 <screen><userinput remap="install">make install</userinput></screen> 75 76 <para>Some packages in BLFS and beyond expect the 77 <command>find</command> program in <filename 78 class="directory">/bin</filename>, so make sure 79 it's placed there:</para> 80 81 <screen><userinput remap="install">mv -v /usr/bin/find /bin 82 sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> 75 83 76 84 </sect2> -
chapter06/pkgmgt.xml
re7848c3 r9b26915 261 261 <filename>/etc/passwd</filename>, 262 262 <filename>/etc/group</filename>, 263 <filename>/etc/shadow</filename>, 264 <filename>/etc/ld.so.conf</filename>, 265 <filename>/etc/sysconfig/rc.site</filename>, 266 <filename>/etc/sysconfig/network</filename>, and 267 <filename>/etc/sysconfig/ifconfig.eth0</filename>. 263 <filename>/etc/shadow</filename>, and 264 <filename>/etc/ld.so.conf</filename>. 268 265 </para> 269 266
Note:
See TracChangeset
for help on using the changeset viewer.