Commit Graph

1593 Commits

Author SHA1 Message Date
Matthew Burgess
76ccbb3810 Add information about package management
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7301 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-25 21:05:21 +00:00
Matthew Burgess
e990c367c9 Upgrade to Shadow 4.0.14
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-23 21:51:25 +00:00
Matthew Burgess
41ddb3b5c8 Patch Perl to pass tests with BDB-4.4.20. Fixes bug 1687
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7294 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-23 20:42:07 +00:00
Jeremy Huntwork
11cbbb0452 Added a patch to fix the sprintf security vulnerability in Perl.
Thanks to Tim van der Molen for pointing it out.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7284 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-20 14:22:56 +00:00
Jeremy Huntwork
d93d1c90ae Fixed locale generation for French UTF-8. Thanks to Dan McGhee and Alexander Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7283 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-18 03:24:03 +00:00
Manuel Canales Esparcia
895a637737 Removed the empty man.xml file.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-11 10:49:56 +00:00
Ken Moffat
2debf13d30 Make bison build repeatably.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-10 22:08:36 +00:00
Ken Moffat
3154d10b57 Use a sed so that gccbug uses mktemp.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7262 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-10 20:39:53 +00:00
Ken Moffat
f420687e72 Move mktemp back to where it used to be, this should revert r7256 and hopefully remove any unintended idea that the toolchain position in the build can be lightly tinkered with.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-10 20:26:14 +00:00
Ken Moffat
2df049de47 More Berkeleyization for DB, thanks to Randy for advice.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 23:53:51 +00:00
Ken Moffat
f76cde828d Move creation of /etc/hosts in Perl, to remove another ICA difference.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 23:09:01 +00:00
Ken Moffat
9a404f49c5 Move grep ahead of libtool. This removes a hardcoded /tools/bin/grep from /usr/bin/libtool.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 22:24:55 +00:00
Ken Moffat
4da4a63bdf Build mktemp earlier, for gcc's gccbug which now wraps mktemp in 'if [ yes = yes ];' instead of 'if [ no = yes ];'.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 22:12:20 +00:00
Ken Moffat
693e2fbc1e 's/DB/Berkeley DB/' and remove -lpthread overrides from it.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 16:39:54 +00:00
Manuel Canales Esparcia
ef448f2db7 Applied Alexander's fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 11:31:33 +00:00
Jeremy Huntwork
fa21b3dc89 Initial support of UTF-8. Thanks Alexander Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-06 01:59:08 +00:00
Matthew Burgess
60e34b5281 Clarify mktemp's --with-libc configure parameter
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7243 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-03 16:36:04 +00:00
Matthew Burgess
3c55f731d6 Upgrade to libtool 1.5.22
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-03 16:33:22 +00:00
Ken Moffat
dec63ea3d9 Make install of asm headers repeatable (for reruns, or ICA), instead of creating a spurious asm/asm-i386 directory when repeated.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-31 18:20:17 +00:00
Archaic
94aa662138 Reverting UTF-8 changes until everything is in place.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:46:12 +00:00
Archaic
5536f7440f Applied Alexander Patrakov's patch which adds UTF-8 capability to the
development branch of the LFS Book.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:00:06 +00:00
Jim Gifford
2550494b85 Fixed Vim version for the symlink to /usr/share/doc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7233 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-23 08:16:41 +00:00
Matthew Burgess
faaf88e953 Fix the broken Vim documentation symlink
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-21 19:00:26 +00:00
Matthew Burgess
3ffd592783 Pass a valid path to the --prefix switch of module-init-tools' configure script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-17 18:04:56 +00:00
Matthew Burgess
f8d484de8e Symlink Vim's documentation to /usr/share/doc/vim-6.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7223 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-17 17:59:02 +00:00
Matthew Burgess
1bb4eb1554 Upgrade to psmisc 21.9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7222 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-17 17:10:03 +00:00
Matthew Burgess
a79a7dd634 Upgrade to man-pages 2.17
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-17 14:00:59 +00:00
Jeremy Huntwork
2c75e3ced6 Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 specific patches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 21:53:46 +00:00
Jeremy Huntwork
49ff2b2546 Changed variable used to link ncurses into readline - doesn't overwrite other settings. Thanks Alex Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-11 21:10:51 +00:00
Matthew Burgess
0be3d41926 Mention testsuites (or lack of them) for all packages (bug 1664)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-07 20:46:14 +00:00
Matthew Burgess
81f1289451 Revert r7195 - committed by mistake
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-27 10:44:05 +00:00
Matthew Burgess
5d725ed5c5 Remove module-init-tools-testsuite from list of packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-27 10:42:18 +00:00
Matthew Burgess
423f6e811a Don't install man pages from the Glibc Linuxthreads tarball
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7192 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-26 22:22:55 +00:00
Matthew Burgess
9b6a7d0902 Upgrade to module-init-tools 3.2.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-26 20:20:01 +00:00
Matthew Burgess
70326afc73 Prevent Shadow from installing internationalized variants of the 'groups' man page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-26 19:59:14 +00:00
Manuel Canales Esparcia
6fdd678063 Updated a tar switch to their current name in tar-1.15.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-26 10:50:10 +00:00
Gerard Beekmans
e5ab482e4e Changed 'man page' to 'HTML documentation'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7173 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-24 01:46:03 +00:00
Manuel Canales Esparcia
536afc9f40 Fixed the unpack of the module-init-tools-testsuite package.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-18 21:33:17 +00:00
Archaic
5084f44990 Changed the chapter 6 Perl Dpager configure option to reflect the new location of the less binary.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-16 03:40:44 +00:00
Matthew Burgess
c45b780761 Improve the heuristic for selecting a supported/working locale
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-12 09:34:32 +00:00
Matthew Burgess
4ebf97c614 Omit running Bzip2's testsuite as a separate step
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-11 20:44:53 +00:00
Manuel Canales Esparcia
ca170329c9 Including patches.ent from general.ent
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-10 16:01:08 +00:00
Matthew Burgess
2a698a656b Install the binaries from Less to /usr/bin instead of /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-07 20:20:49 +00:00
Matthew Burgess
f684ec6c52 Alter some --libexecdir options to improve general consistency throughout the book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-07 20:14:37 +00:00
Matthew Burgess
09043c0e9a Stop the Udev build process from killing the hosts' udevd process
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-07 19:50:41 +00:00
Matthew Burgess
982932985a Remove optimization related warnings from the toolchain packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-06 18:47:51 +00:00
Matthew Burgess
a5ebf89e5b Install Vim's documentation to /usr/share/doc/vim-6.4 instead of the default /usr/share/vim/vim64/doc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-06 18:37:36 +00:00
Matthew Burgess
b1c9e38c69 Upgrade to glibc-2.3.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-06 17:59:31 +00:00
Archaic
a9aebc4255 Minor typo fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-05 14:51:22 +00:00
Matthew Burgess
462a9038a3 Fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-03 22:42:59 +00:00
Matthew Burgess
e63bba5037 Add the command required to unpack Module-Init-Tools' testsuite, and remove the now redundant explanation related to it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-03 22:02:44 +00:00
Matthew Burgess
89cca6e907 Correct the instructions for running Module-Init-Tools' testsuite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-03 21:35:27 +00:00
Manuel Canales Esparcia
67d9211fd6 Typo fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-01 12:56:44 +00:00
Manuel Canales Esparcia
c8c8222784 Added udev-config-file entity.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-31 20:03:34 +00:00
Matthew Burgess
804a46a4a4 Upgrade to shadow 4.0.13
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-31 19:55:28 +00:00
Matthew Burgess
694c45d237 Upgrade to Vim-6.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-31 18:13:02 +00:00
Matthew Burgess
8b51e27a24 Enable udev to execute programs in /etc/dev.d and /etc/hotplud.d again
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-31 17:36:57 +00:00
Matthew Burgess
6b5989572a Upgrade to coreutils-5.92
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-29 20:07:18 +00:00
Manuel Canales Esparcia
be7082fc8b Redaction correction: Udev is configured in this chapter.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-19 21:38:05 +00:00
Manuel Canales Esparcia
0aaf02b71d Fixed the groups Index entry.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7061 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-19 21:27:52 +00:00
Matthew Burgess
1846700136 Update the Udev rules file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7026 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-15 19:38:00 +00:00
Matthew Burgess
3da377d893 Add cdrom group as required by the Udev rules file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-15 19:14:50 +00:00
Manuel Canales Esparcia
893d40b345 Removed a nodump attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6996 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-12 10:14:10 +00:00
Manuel Canales Esparcia
dde039d8cd Removed extra >
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-09 08:24:14 +00:00
Archaic
50993e3328 Added patch to fix vulnerable tempfile creation texinfo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6983 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-08 18:33:50 +00:00
Manuel Canales Esparcia
e193a75683 Added another two nodump attributes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-08 16:00:42 +00:00
Manuel Canales Esparcia
ab007cade2 Added a nodump attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-08 15:31:20 +00:00
Matthew Burgess
3d2019bdcd Upgrade to iproute2-051007
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-08 10:08:11 +00:00
Manuel Canales Esparcia
de927882c9 Added a few nodump attributes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-07 19:20:12 +00:00
Manuel Canales Esparcia
be4be92f7e Nodump timezone settings.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-05 18:09:26 +00:00
Matthew Burgess
27ced84613 Prevent GCC's fixincludes from running during chapter 5 pass2 and chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-04 19:56:35 +00:00
Manuel Canales Esparcia
cad7b50152 Added one more nodump attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-04 19:37:37 +00:00
Manuel Canales Esparcia
810deb9a4c Added more missing -v switchs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-01 10:00:43 +00:00
Manuel Canales Esparcia
03e9011736 In Chapter5, dump only the locales required by testsuites. In chapter6 dump the full locales build.
Fixed an screen formating issue in both HTML and PDF outputs.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-01 09:55:32 +00:00
Matthew Burgess
59988921eb Add -v to commands that accept it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-29 20:55:40 +00:00
Matthew Burgess
7554e8d181 Upgrade to man-pages-2.08
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6900 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-26 19:41:40 +00:00
Matthew Burgess
ed393bac3d Upgrade to gawk-3.1.5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-24 15:47:31 +00:00
Matthew Burgess
d42a56b7d7 Upgrade to man-1.6b
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-24 10:32:47 +00:00
Matthew Burgess
6b6933d8e7 Upgrade to util-linux-2.12r
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-24 10:25:16 +00:00
Manuel Canales Esparcia
e94165c26e Tags fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-18 09:45:53 +00:00
Manuel Canales Esparcia
5ebdc13a4a Removed hardwired sources directory.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-18 09:08:13 +00:00
Matthew Burgess
4fd2af1540 Upgrade to udev 070 and remove the unnecessary udevdir=/dev parameter
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-17 13:55:11 +00:00
Matthew Burgess
8dc8eb42fe Add a patch to improve POSIX and bash compatibility of 'echo' - required by the testsuite in udev-069 and later
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-17 13:41:01 +00:00
Matthew Burgess
d0160188ed Fix typo in iproute2's configure command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-16 21:46:30 +00:00
Archaic
32288165dd Minor grammatical fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-16 02:57:59 +00:00
Archaic
e860d2cfed Added a blurb about bash\'s new file expansion ability.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6858 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-16 02:38:06 +00:00
Archaic
be9755e592 Added a patch for util-linux to prevent a umount vulnerability.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-16 01:50:50 +00:00
Matthew Burgess
2e02c35ad7 Upgrade to gcc-4.0.1 (merge of gcc4 branch)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-09 20:34:44 +00:00
Matthew Burgess
6e229d806b Fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-04 12:30:42 +00:00
Matthew Burgess
f036150454 Patch util-linux to stop cfdisk from segfaulting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-04 12:05:56 +00:00
Matthew Burgess
886fa7ff2a Upgrade to libtool 1.5.20
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-04 10:39:58 +00:00
Matthew Burgess
ffd1bdfdc3 Upgrade to shadow-4.0.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-31 18:05:31 +00:00
Jeremy Huntwork
01674db272 Adjusted tar commands for chapter six Bash and Glibc for consistency.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-28 22:27:05 +00:00
Matthew Burgess
7eac3e32ab Install documentation explaining how to create Udev rules
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-23 19:52:42 +00:00
Matthew Burgess
b2c8a77a2d Don't move so many coreutils binaries to /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-21 12:30:53 +00:00
Matthew Burgess
6c511d85f8 Upgrade to Udev-068
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-19 22:51:46 +00:00
Matthew Burgess
a938e5e7ca Upgrade to IANA-etc-2.00
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-19 22:31:02 +00:00
Matthew Burgess
941429e2c5 Use -print-file-name=specs instead of the undocumented --print-file-name switch for GCC's specs file edit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-18 20:18:30 +00:00
Ken Moffat
d3583ed55b reworded to avoid capitalising bzgrep
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-18 17:26:37 +00:00
Ken Moffat
4c2d97d817 clarified the vulnerability with bzgrep
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-18 16:38:11 +00:00
Ken Moffat
50125deceb Added bzgrep security patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6700 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-18 15:35:07 +00:00
Matthew Burgess
0c78fca937 Install sed's man page to /usr/share/doc/sed-4.1.4 instead of /usr/share/doc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-16 20:44:11 +00:00
Ken Moffat
3288f5c666 stylistic corrections to r6687
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-14 23:27:25 +00:00
Ken Moffat
bad49049e2 Version update for shadow, maybe correct this time
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-14 22:20:40 +00:00
Matthew Burgess
4fa614477d Add sed to prevent grub's UFS size test being run
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-14 15:09:25 +00:00
Matthew Burgess
64fc68abb9 Add patch to install bzip2 documentation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-14 13:24:26 +00:00
Matthew Burgess
ff0dd81f45 Upgrade to udev-067 and fix the failing test
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6678 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-14 12:29:52 +00:00
Matthew Burgess
791a9ec3c2 Explain that libiconv isn't required on an LFS system (fixes bug 1614)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-12 20:53:02 +00:00
Matthew Burgess
a6c7de59ff Correct ownership of libtool's libltdl data files (fixes bug 1601)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-12 20:17:16 +00:00
Matthew Burgess
06948c18f5 Change findutils' and vim's configure option explanations conform to the convention used elsewhere in the book (fixes bug 1613)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-12 20:03:48 +00:00
Matthew Burgess
0687e9fdb0 Typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-12 19:49:47 +00:00
Matthew Burgess
a55f08682a Expand explanation of device node creation in chapter 6 (fixes bug 1593)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-12 19:44:32 +00:00
Manuel Canales Esparcia
a7b54820ac Small tag fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-08 18:07:31 +00:00
Archaic
d96d594f12 Added a 2nd note to shadow to mention further command changes needed to support Cracklib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-08 06:49:31 +00:00
Archaic
a75f3f8afe Added note in Shadow regarding building Cracklib from BLFS first.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-08 04:04:30 +00:00
Matthew Burgess
54799d69d3 Add texi2pdf to Texinfo's list of installed files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-06 20:35:47 +00:00
Matthew Burgess
7370801d6c Minor wording improvement
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6617 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-06 12:20:52 +00:00
Matthew Burgess
c44040abaf Minor wording improvement
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-06 11:49:07 +00:00
Matthew Burgess
62c3dff89e Fix a couple of minor grammar issues (Chris Staub)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-06 11:21:55 +00:00
Matthew Burgess
329d049e17 Update Vim's security patch to fix the latest modeline vulnerability
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-08-06 11:19:23 +00:00
Matthew Burgess
bdee2f5886 Add instructions for installing additional documentation for Bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-30 20:26:27 +00:00
Manuel Canales Esparcia
f7ea35ee2e gvimrc isn't defined anymore in LFS.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6595 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-29 12:09:43 +00:00
Matthew Burgess
a7e97df78a Minor rewording
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-27 21:12:13 +00:00
Matthew Burgess
15966d98f8 Don't define gvim's configuration file as we don't compile gvim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-27 20:35:47 +00:00
Matthew Burgess
04dd97369c Remove groups from the list of programs installed by shadow
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-26 21:01:01 +00:00
Matthew Burgess
23bafc9180 Upgrade to zlib-1.2.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-23 11:58:40 +00:00
Matthew Burgess
3a1ba46dd9 Fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-21 20:19:42 +00:00
Matthew Burgess
ec786e6783 Remove flex++ from the list of installed files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-19 20:23:48 +00:00
Matthew Burgess
b2812fc567 Typo correction (Chris Staub)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-14 18:01:21 +00:00
Matthew Burgess
99654e81c8 Upgraded to udev-062
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6460 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-08 22:54:40 +00:00
Archaic
fb39896a14 Wording changes. Pulled out previous changelog commit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6417 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-06 19:11:53 +00:00
Archaic
cf62a33e4f Added security patch for zlib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-06 18:51:27 +00:00
Matthew Burgess
09bd7b3084 Several typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-06 16:37:23 +00:00
Archaic
2cd5765635 Pulled the inetutils kernel header patch as it is no longer needed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-06 15:22:27 +00:00
Matthew Burgess
b34174143f Updated to e2fsprogs-1.38
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6400 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-06 07:50:06 +00:00
Matthew Burgess
45ca47c776 Updated to man-1.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6394 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-05 20:33:45 +00:00
Matthew Burgess
f87c11173a Updated to man-pages-2.05
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-05 19:51:19 +00:00
Archaic
a1a7f4f337 Brought (hopefully) all references of man/info pages into conformity. Updated typography to reflect this.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-04 21:32:47 +00:00
Archaic
5cc05d8265 Added text to check for LFS var being set.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-04 17:25:36 +00:00
Archaic
e2c3fb99cb Changed two more uncompress's to decompress.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-04 01:17:38 +00:00
Archaic
4122675955 Standardized capitalization of GRUB.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6339 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-02 18:00:19 +00:00
Matthew Burgess
d45df00723 Changed the inetutils patch instructions to use a patch entity
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-02 17:19:24 +00:00
Matthew Burgess
9caafa5c29 Re-added inetutils kernel-headers patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6335 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-02 17:02:11 +00:00
Archaic
37cfbc574b Reprise of r6258.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6300 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-01 22:49:17 +00:00
Archaic
d001e2b771 Further fine-tuning to the changes made in r6249.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-01 20:56:00 +00:00
Archaic
fde4f7de29 Brought all occurences of LFS-Bootscripts into conformity.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-01 20:39:25 +00:00
Archaic
e5846effb0 Round 2 of several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-30 17:53:21 +00:00
Archaic
2645ec62a3 Several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-30 14:49:44 +00:00
Archaic
663ecfcc5f Several minor wording changes (chapters 1 - 5).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-29 16:24:16 +00:00
Matthew Burgess
c4d687f063 Reworded known glibc test failures
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-28 19:43:54 +00:00
Archaic
06d30243a1 Minor wording change.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-28 17:47:23 +00:00
Archaic
8446a0be74 Switched from mounting /dev on a ramfs to a tmpfs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6208 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-27 23:17:32 +00:00
Archaic
0626b4d319 Added the compress symlink to gzip.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6145 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-24 14:41:02 +00:00
Manuel Canales Esparcia
b3ea288e18 Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-24 08:58:43 +00:00
Archaic
37e62c3927 Removed unneeded <application> tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6129 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-23 17:27:03 +00:00
Archaic
e534477793 Textual fixes in util-linux.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-23 05:26:54 +00:00
Manuel Canales Esparcia
e9842c1b5d Added a missing and.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-21 21:07:51 +00:00
Manuel Canales Esparcia
f28e350985 Removed a dot.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-21 20:43:32 +00:00
Manuel Canales Esparcia
7634b9b441 Small typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-21 20:36:48 +00:00
Archaic
92f4dc7c01 Updated to findutils-4.2.23
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6082 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-21 05:23:57 +00:00
Manuel Canales Esparcia
95df0e5a41 Reworded Util-linux patch explanation. Bug 1554.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6076 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-20 19:25:36 +00:00
Archaic
fc29848099 Minor wording change.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-20 18:57:20 +00:00
Manuel Canales Esparcia
2a0a14b817 Fixed tar description. Bug 1553.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-20 18:50:03 +00:00
Manuel Canales Esparcia
3990e9a241 Missplaced period. Bug 1552.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-20 18:31:57 +00:00
Manuel Canales Esparcia
d24fe192da Typo - bug 1551 issue 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6065 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-20 18:10:04 +00:00
Manuel Canales Esparcia
1a4fd4a67e Fixed top description. Bug 1549.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-20 18:04:38 +00:00
Manuel Canales Esparcia
c076370f41 Typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-19 08:37:58 +00:00
Manuel Canales Esparcia
9b9666dafc Remaining typo in Hotplug.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6055 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-19 08:35:01 +00:00
Manuel Canales Esparcia
2541f73367 Moved indexterm tags to their proper places.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-19 08:19:25 +00:00
Manuel Canales Esparcia
74441fcc96 Capitalized Hotplug dependencies.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-19 08:14:11 +00:00
Manuel Canales Esparcia
205496270a Tag correction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-19 06:05:55 +00:00
Manuel Canales Esparcia
08eb1c4abf Fixed the list of installed programs in module-init-tools.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-19 05:54:51 +00:00
Manuel Canales Esparcia
c24424c304 Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6048 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-19 05:51:27 +00:00
Archaic
0e848df6d9 Minor wording fix. Thanks Randy\!
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-17 00:43:49 +00:00
Archaic
ef5b719b42 Minor wording change.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6039 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-17 00:36:47 +00:00
Archaic
13382ebe03 Added installation dependencies for hotplug.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-16 21:32:03 +00:00
Matthew Burgess
9310805aff Correct misuse of effect (Randy McMurchy).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6028 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-16 20:16:09 +00:00
Manuel Canales Esparcia
e34d9cb84c Small tags fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-16 19:51:06 +00:00
Archaic
7678532c22 Fixed typo in bash. Thanks Randy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6014 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-16 17:13:36 +00:00
Jeremy Huntwork
2a88671910 Added command tags to patch.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6012 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-16 16:57:07 +00:00
Archaic
bc2136ecac Several minor grammatical fixes. Thanks to Randy and Steve.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-16 16:47:40 +00:00
Jeremy Huntwork
9c80e02769 Added quote tags in patch.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-16 16:40:58 +00:00
Jeremy Huntwork
3745391fc9 Adjusted description of the patch package. Thanks Randy McMurchy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6008 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-16 16:16:36 +00:00
Archaic
f91c2e4357 Fixed link to BLFS's db page referenced in iproute2. Thanks Randy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-16 05:01:14 +00:00
Archaic
acfd4141bd Slight wording change on findutils description. Thanks Randy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-15 20:18:28 +00:00
Jeremy Huntwork
40cb5bfdbf Changed description of bzip2, thanks Randy McMurchy
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-15 03:54:24 +00:00
Archaic
1a017dbb6b Last 2 package build sizes updated.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5972 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-14 22:45:39 +00:00
Archaic
32ae9c7d88 Removed --with-included-regex from chapter6's grep since it is less reliable than glibc's in non-C locales.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-14 20:14:18 +00:00
Archaic
dc0e9159c4 Removed references to separate gcc tarballs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-14 16:15:58 +00:00
Archaic
eb6d9eb7bb Updated all chapter 6 build sizes (and chapter7 bootscripts).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-14 06:08:58 +00:00
Matthew Burgess
1ce44ef944 * Updated to shadow-4.0.9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-12 17:13:13 +00:00
Archaic
b2d59c8a23 Tweaked the chown/chgrp program descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-08 21:01:17 +00:00
Archaic
d2c8881db3 Removed suggestion on where to move /sources, and reworded the rest of the page (chapter06/revisedchroot.xml).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-08 19:39:43 +00:00
Archaic
1ccbb42fed Rephrased the docbook2man paragraph in module-init-tools.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-08 18:48:43 +00:00
Archaic
aa8363a353 Added a command to prevent module-init-tools from rewriting it's man page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-06 01:27:49 +00:00
Archaic
8321123186 Fixed 2 small typos in shadow and coreutils (chap6).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-06 00:34:02 +00:00
Jim Gifford
3e36a78621 Changed patches to use entities
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-05-23 20:07:49 +00:00
Matthew Burgess
e6b9ad3059 * Updated to Binutils-2.16
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-05-22 18:15:37 +00:00
Matthew Burgess
f4aa3608f1 Add gzip security patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-05-15 12:56:43 +00:00
Archaic
c3bb6d8d2c Added patch to allow glibc testsuite to pass with 2.6.11.x.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-27 23:41:56 +00:00
Archaic
8353ecbf51 Fixed typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-18 18:53:51 +00:00
Archaic
2966dd263a Removed reference to BLFS in chapter6 gcc. Bug 1064.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-18 18:47:14 +00:00
Archaic
ec7b247172 Mentioned which compilers could be built as is in chapter 6. Bug 1064.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-18 18:27:12 +00:00
Matthew Burgess
f9bd7b2798 * Don't create the /var/log/hotplug/events file; the bootscripts do that for us.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-17 12:03:35 +00:00
Manuel Canales Esparcia
8807fbe9d1 Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-17 09:25:42 +00:00
Manuel Canales Esparcia
005dc3f427 Fixed some typos in indexterm tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4950 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-13 21:32:36 +00:00
Manuel Canales Esparcia
91b852ad44 Fixed missplaced indexterm tags in chapter06/sysklogd.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-13 19:28:34 +00:00
Manuel Canales Esparcia
868194f88d Removed a missplaced comma.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:47:13 +00:00
Manuel Canales Esparcia
bd3d09fa1a Text correction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4915 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:34:01 +00:00
Manuel Canales Esparcia
801e4b58c0 Tag correction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:29:27 +00:00
Manuel Canales Esparcia
4443e908bd Tags and text corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:26:40 +00:00
Manuel Canales Esparcia
9451a7d93c Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:21:53 +00:00
Manuel Canales Esparcia
0474c90ea8 Tag correction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4907 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:17:43 +00:00
Manuel Canales Esparcia
36d7d925ba Tag correction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:14:10 +00:00
Manuel Canales Esparcia
80f5524c15 Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:11:33 +00:00
Manuel Canales Esparcia
89ed0813b3 Indexation an text corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 19:06:42 +00:00
Manuel Canales Esparcia
3a5ffda46b Tags and text corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4899 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 18:56:07 +00:00
Manuel Canales Esparcia
345194ca75 Tagging sed command,
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-09 12:22:39 +00:00
Jim Gifford
401da4c65e Removed IPRoute2 patch, replaced with sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-06 23:29:35 +00:00
Matthew Burgess
37c2063221 * Don't use deprecated option style to tar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-06 22:05:35 +00:00
Matthew Burgess
89858c6aaa * chapter06/e2fsprogs.xml: Move sed command to before we enter the build directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-06 21:58:05 +00:00
Matthew Burgess
ef8b8675ae * /var/log/hotplug is created by hotplug's Makefile; don't create it ourselves
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-04 21:01:09 +00:00
Matthew Burgess
fca8a2b798 * Fix E2fsprogs' testsuite compilation problem
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-04 20:52:05 +00:00
Matthew Burgess
c836998d30 * Mention bzip2's testsuite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-04 20:43:17 +00:00
Jeremy Huntwork
56e814c42e Fixed dtd url on resurrected sysklogd xml files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-03 00:22:38 +00:00
Matthew Burgess
5fcbad24e2 * Upgrade to m4-1.4.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-31 18:27:07 +00:00
Jeremy Huntwork
7b409b74d1 Added sysklogd back in and removed libol and syslog-ng - thanks for the help, archaic
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-30 21:40:13 +00:00
Jeremy Huntwork
90d417240f Copied over old sysklogd files in preparation of return to sysklogd over syslog-ng
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4814 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-30 17:31:03 +00:00
Jim Gifford
1ef7d448f0 Fixed: shadow lastlog issue
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-22 06:31:29 +00:00
Jim Gifford
fa85c5e5c9 Updated: wording on Tar Patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-20 05:34:00 +00:00
Jim Gifford
3afd8c74cc Updated: wording, thanx Randy
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4790 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-20 05:28:44 +00:00
Jim Gifford
5c0f191523 Fixed: tar -S issue
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4788 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-20 04:58:47 +00:00
Jim Gifford
f0d59f25a7 Updated references to IPRoute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-19 15:14:59 +00:00
Jim Gifford
acaf4b2a11 Removed find_update patch from iproute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-16 14:56:40 +00:00
Matthew Burgess
787440b039 Reorder the descriptions of files and directories installed by hotplug
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-14 20:38:18 +00:00
Matthew Burgess
c59fe13219 Typo and rewording of hotplug filelist
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-14 20:30:17 +00:00
Jim Gifford
722f0a4e8b Fixed: Typos in hotplug updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-14 20:19:45 +00:00
Matthew Burgess
307348ac54 * Upgrade to gettext-0.14.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-14 19:06:31 +00:00
Jim Gifford
6d87f47af2 Hotplug Updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4751 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-14 06:40:47 +00:00
Matthew Burgess
46a500e0e1 * Upgrade to iproute2-2.6.11-050310
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-13 23:55:35 +00:00
Jim Gifford
e2c85b1176 Reverse of r4738
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-13 05:30:59 +00:00
Jim Gifford
d697394ad2 passwd and group changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-13 05:00:01 +00:00
Matthew Burgess
a52dc7ed76 * Upgrade to udev-054
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-12 19:15:50 +00:00
Matthew Burgess
6c02a199f1 * Upgrade to findutils-4.2.19
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-12 14:55:28 +00:00
Matthew Burgess
9e34c5f049 * Upgrade to psmisc-21.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4732 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-12 14:46:36 +00:00
Jim Gifford
96e154983a Reverted changes from 4729 and 4730
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-12 01:42:42 +00:00
Jim Gifford
4e64c91883 Hotplug updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-11 18:38:58 +00:00
Matthew Burgess
a867bd89d4 * gettext no longer installs libgettext{lib,src}.a (Jack Brown)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-10 21:08:57 +00:00
Manuel Canales Esparcia
1aae8eef98 Tag fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-06 10:35:21 +00:00
Matthew Burgess
8e97f32808 * Remove --without-cvs from glibc instructions as we're no longer using CVS
snapshots


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-03 14:25:19 +00:00