aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove an outdated comment about having to reset passwords if enabling ↵Matthew Burgess2006-05-301-6/+0
| | | | | | password shadowing. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove getunimap, setlogcons and setvesablank from the list of programs ↵Matthew Burgess2006-05-301-34/+3
| | | | | | installed by kbd. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove swapdev from the list of programs installed by util-linux.Matthew Burgess2006-05-301-11/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Textual corrections from Chris Staub - dependency information is now in the ↵Matthew Burgess2006-05-301-6/+5
| | | | | | appendix, not in chapter 6. Specific compiler optimisations are not provided so remove mentioning them. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tagging fixManuel Canales Esparcia2006-05-281-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove the 'refer back's in the gcc-pass2 and chapter06/gcc pages.Jeremy Huntwork2006-05-271-4/+17
| | | | | | | | Better organizes the commands and data so that the flow of the book is not lost. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a note about installing spell files for Vim in a language other than ↵Jeremy Huntwork2006-05-271-0/+6
| | | | | | English. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7631 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct Vim's installation of man pages to work well with Man-DB.Jeremy Huntwork2006-05-271-1/+9
| | | | | | | Patch from Alexander Patrakov and Ag Hatzim. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Some version corrections in the vim pageJeremy Huntwork2006-05-261-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to Vim-7.0. Fixes #1793.Jeremy Huntwork2006-05-261-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed generation of diff's man page, fixes #1800.Jeremy Huntwork2006-05-252-2/+9
| | | | | | | | Thanks Randy McMurchy for the report and Ken Moffat for the fix. Also, some slight wording adjustments on the Shadow page. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* r7702@server: jim | 2006-05-22 00:56:58 -0700Jim Gifford2006-05-221-5/+5
| | | | | | | Fixed a support issue with Shadow's cracklib sed command. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7625 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated autoconf, automake and gettext testsuites SBUs.Manuel Canales Esparcia2006-05-143-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7613 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced "<" by "less than".Manuel Canales Esparcia2006-05-1450-100/+101
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* To avoid comments that require action from being forgotten, I prefixed all ↵Archaic2006-05-132-2/+5
| | | | | | of them that I could find with 'FIXME:'. I did not attempt to fix them. I just marked them for future reference. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Made the directory tree creation more concise and removed the extraneousArchaic2006-05-081-31/+26
| | | | | | | /opt/* hierarchy (it is not required by FHS). Closes ticket #1656. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated stripping notes to reflect current findings.Jeremy Huntwork2006-05-031-1/+1
| | | | | | | Resolves ticket #1657. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated the bug.c code to avoid USB-related uevent leakage reports.Archaic2006-05-031-1/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed sanity checks to work after final GCC and changed their format.Jeremy Huntwork2006-05-032-46/+137
| | | | | | | Resolves ticket #1768. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added note that there is no testsuite in man-db. Fixes ticket #1787.Archaic2006-05-031-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed warning about install being safer than cp. Closes ticket #1728.Archaic2006-05-031-8/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to man-pages-2.31.Archaic2006-05-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7579 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to iana-etc-2.10.Archaic2006-05-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Look fix for PDF output.Manuel Canales Esparcia2006-05-011-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added two seds to avoid symlink problems with Readline during reinstallation.Archaic2006-05-011-0/+8
| | | | | | | Thanks to Dan and Manuel for the fix and for testing. Fixes ticket #1770. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Wrapped mention of "make install" inside command tags.Archaic2006-05-011-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed the cp construct in udev to economize. Also added -v switches.Archaic2006-05-011-8/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed issue where module-init-tools would not re-install its binaries. ↵Archaic2006-05-011-1/+14
| | | | | | Thanks to Manuel for the report and Dan for the fix. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to udev-091. Moved to a tarball-based set of udev rules. Updated the ↵Archaic2006-05-011-19/+53
| | | | | | bootscripts to support the new udevsettle program. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove extra '/'s from hints linksJeremy Huntwork2006-04-301-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo fix.Manuel Canales Esparcia2006-04-201-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7543 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added missing tags.Manuel Canales Esparcia2006-04-201-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tags corrections.Manuel Canales Esparcia2006-04-201-8/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Slight wording change to GDBM note.Archaic2006-04-201-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed unused pwdgroup.xml.Archaic2006-04-201-119/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7539 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved all dependency information to a new page, Appendix C.Jeremy Huntwork2006-04-1850-438/+0
| | | | | | | | | | | Appendix C also contains information concerning the build order. While there might need to be a few tweaks yet, this information is complete enough at this point to close out the long-standing ticket #684. Many thanks to Chris Staub, Dan Nicholson and Manuel Canales Esparcia for helping get this finished. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* We are creating a new file, no appending to an existing one.Manuel Canales Esparcia2006-04-161-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Wrapped a couple of filenames in filename tags.Archaic2006-04-151-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7531 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed small typo in chap6 glibc.Archaic2006-04-151-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7522 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added patch to glibc to fix build errors in packages that include ↵Archaic2006-04-151-0/+5
| | | | | | linux/types.h after sys/kd.h. Thanks to DJ for supplying the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add patch for tar re CVE-2006-0300, to fix ticket #1767.Ken Moffat2006-04-141-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed typography convections.Manuel Canales Esparcia2006-04-1416-29/+29
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rewrote the GDBM recommendation to be more of a possibility but not endorsed.Archaic2006-04-141-9/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed boot logging rule from /etc/syslog.conf and removed the command to ↵Archaic2006-04-132-8/+2
| | | | | | move logger to /bin. (ticket #1746). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added symlink from vim.1 to vi.1.Archaic2006-04-131-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added chgpasswd to the list of installed files for Shadow.Archaic2006-04-131-6/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweaked some of the educational text regarding udev.Archaic2006-04-131-4/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merged the udev_update branch to trunk.Archaic2006-04-1312-473/+356
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added missing -v switch.Manuel Canales Esparcia2006-04-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust some redundant text in Berkeley DB page.Jeremy Huntwork2006-04-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7500 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689