Commit Graph

890 Commits

Author SHA1 Message Date
Greg Schafer
538aa7a11c Chapter 6: - Setting up the environment: Reworked the Bash startup files to enforce a clean environment. Closes Bug 714.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-20 00:15:47 +00:00
Jeremy Utley
b50c8e2c2d Upgrade man-pages to 1.63
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-18 04:02:00 +00:00
Greg Schafer
311e8a52ee Chapter 6 - Sysvinit: Simplified the sed to demonstrate yet another sed variation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-18 03:25:40 +00:00
Jeremy Utley
5a4b3da022 Changed Perl Chapter 6 commands to fix perldoc less invocation issue - closes bug 718
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-17 08:32:34 +00:00
Greg Schafer
554b3660c9 Chapter 6 - Texinfo: Added note about how to recreate the /usr/share/info/dir file if needed. Closes Bug 485.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-17 04:03:27 +00:00
Greg Schafer
6eb73f0a9c Removed unnecessary Ncurses Vsscanf Patch. Closes Bug 704.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 03:38:52 +00:00
Gerard Beekmans
bfbadb4c1a Condensed the four libexecdir related changelog entries into one entry
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3100 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 02:43:31 +00:00
Gerard Beekmans
3cc219ec44 *** empty log message ***
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 01:56:55 +00:00
Gerard Beekmans
33b85af1e5 Remove Changelog entry about Inetutils libexecdir change -- was reverted
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 01:44:57 +00:00
Gerard Beekmans
cbb49cd705 Chapter 6 - Inetutils:
Changed --libexecdir option from /usr/sbin to /usr/lib. Partially fixes Bug
#678.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 01:19:21 +00:00
Gerard Beekmans
ea8d5e7f04 Changed Chapter 6 - Gawk's --libexecdir option from /usr/bin to /usr/lib/gawk. Partially fixes Bug #678
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 01:05:15 +00:00
Gerard Beekmans
d62e3569ee Changed Chapter 6 - Findutils --libexecdir from /usr/bin to /usr/lib/locate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 00:58:05 +00:00
Gerard Beekmans
bdb2a6b616 Re-adde --libexecdir to Chapter 6-Glibc. The destination is supposed to be /usr/lib not /usr/libexec
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 00:49:22 +00:00
Greg Schafer
5e3342002d Stopped moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir. Closes Bug 679.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 00:45:58 +00:00
Gerard Beekmans
4118a52bbf Remove --libexecdir option. Partially fixes Bug #678
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3091 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 00:22:14 +00:00
Greg Schafer
638a816e6a Added command to create /etc/default directory to allow the -D option of useradd to work properly.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3090 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 23:54:33 +00:00
Greg Schafer
2b07134fa8 Pruned the number of "kill" binaries installed. Use the one from Procps. Partially addresses Bug 307.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3089 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 22:54:43 +00:00
Greg Schafer
8ffb41edae Chapter 6 - Ed: Streamlined build commands. Closes Bug 693.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3086 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 03:02:50 +00:00
Greg Schafer
f47c6b77ec Upgraded to Perl-5.8.2 and streamlined build commands for Perl\'s Chapter 5 static extensions. Closes Bug 690.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3085 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 02:15:57 +00:00
Gerard Beekmans
714cc0cdff Upgraded to lfs-utils-0.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3084 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 02:02:06 +00:00
Gerard Beekmans
9fdf667cda Upgraded to man-pages-1.62
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3083 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 01:43:58 +00:00
Gerard Beekmans
86c8901b47 Typo fix (pach->patch)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3082 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 23:22:19 +00:00
Alex Gronenwoud
0ba2766b69 Creating a system-wide vimrc file, as suggested by Greg.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 22:30:39 +00:00
Gerard Beekmans
6af9152327 Fix changelog.xml tag usage
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 20:17:05 +00:00
Gerard Beekmans
070fa015b6 Split up Greg's changelog on two subjects into two different entries. Renamed GCC no_fixincludes-2.patch to no_fix-includes-1.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 15:25:10 +00:00
Greg Schafer
0feb3d2d79 Fix Typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 06:19:49 +00:00
Greg Schafer
28acf75556 Upgraded to Autoconf-2.58, Automake-1.7.9, File-4.06, Modutils-2.4.26, Procps-3.1.4 and Sed-4.0.8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 06:08:33 +00:00
Greg Schafer
bc827b3954 Upgraded to GCC-3.3.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-12 22:55:28 +00:00
Gerard Beekmans
388f9b7f90 Remove reference how to contact me (Gerard) personally.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3070 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-12 06:44:53 +00:00
Greg Schafer
bf8e8bf049 Fix typo. Closes Bug 712
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3069 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-12 06:42:40 +00:00
Gerard Beekmans
19a8a8bdda Start with an empty Changelog
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-12 06:12:12 +00:00
Alex Gronenwoud
5763f6758e Fixing some tiny typos, and rephrasing a few more lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-03 22:47:39 +00:00
Alex Gronenwoud
dec4b0a901 Removeing the 'last checked' lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-02 12:22:50 +00:00
Greg Schafer
65e5785c1e Strengthened the seds in "Locking in Glibc" and "Re-adjusting the toolchain" sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-29 02:17:47 +00:00
Greg Schafer
0eb0afb41d Chapter 2: Disabled section about dependencies for now.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-28 02:52:14 +00:00
Greg Schafer
ec0a924df9 Chapter 6 - Glibc: Added command to create /etc/ld.so.conf to match Chapter 5 Glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-27 00:41:21 +00:00
Greg Schafer
d169cd390a Fix Bruce\'s email address.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-26 23:46:07 +00:00
Greg Schafer
066907abcf Minor fixes reported on lists
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-26 23:39:34 +00:00
Alex Gronenwoud
2861878994 Small retouches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-26 22:22:59 +00:00
Alex Gronenwoud
323ef7403a Changing dependencies to the short format, based on Tushar's post.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-24 17:29:01 +00:00
Alex Gronenwoud
7f1fcd89bb Adding several cross reference tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-24 17:28:42 +00:00
Gerard Beekmans
a92249f003 Changed /etc/lfs to /etc/lfs-release
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-23 15:15:46 +00:00
Alex Gronenwoud
360e2c43cd Adding some markup and doing miscellaneous shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-22 22:26:46 +00:00
Gerard Beekmans
7e55cc4110 Changelog entry for aboutdependencies.xml addition
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3027 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-22 20:13:35 +00:00
Gerard Beekmans
1a38cda977 Typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-20 22:10:31 +00:00
Greg Schafer
821f799640 Chapter 9: Reworked final strip command. Relocated paragraphs about directory removal from Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-16 01:02:39 +00:00
Alex Gronenwoud
f2243a5502 Mixed modifications.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-15 22:39:38 +00:00
Greg Schafer
e3a72b120b Expand Grub details and add a warning.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-15 08:31:59 +00:00
Greg Schafer
a9103442e0 Chapter 9 - Rebooting the system: Reworked umount commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-14 06:12:00 +00:00
Alex Gronenwoud
c5194aac19 Cleaning up basic-net and some entities.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-13 22:32:17 +00:00
Greg Schafer
a6505d97a1 Miscellaneous small fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2975 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-13 06:10:04 +00:00
Greg Schafer
1b62790af7 Add clarifying notes for Chapter 5 test suites of Tcl, Expect and Gettext.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-13 00:44:44 +00:00
Alex Gronenwoud
313e096081 Correcting the working dir, readding a lost paragraph, and alphabetizing.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-11 12:02:35 +00:00
Alex Gronenwoud
1668d8e3f7 Adding some markup, and other brush-ups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-11 10:51:08 +00:00
Gerard Beekmans
918f14f4f0 Upgraded to lfs-bootscripts-1.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-10 02:17:37 +00:00
Greg Schafer
4e7792e821 Final stage of internal markup reworking.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-10 00:10:04 +00:00
Greg Schafer
27d9bc1ab5 More internal markup reworking.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 23:45:11 +00:00
Greg Schafer
21ba4e3570 Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 23:22:07 +00:00
Alex Gronenwoud
51c7e26fb0 Minor brush-ups, and splitting the basic-net section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 22:35:55 +00:00
Greg Schafer
c1e4223cca Minor tag placement tweaks in preparation for potential mass substitution.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 06:41:47 +00:00
Alex Gronenwoud
4b8a4262c0 Updating the changelog.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2953 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-08 22:30:52 +00:00
Alex Gronenwoud
b51f4a5df5 Removing some dead-wood entities.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-08 22:30:38 +00:00
Greg Schafer
76b9eb4d79 Typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-08 04:37:32 +00:00
Jeremy Utley
0aa9e1bf01 OOps - forgot to do the changelog
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-07 22:35:17 +00:00
Jeremy Utley
51c41b193e Added a note in chapter 1 regarding the LFS-Support IRC channel
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-07 17:31:23 +00:00
Greg Schafer
cd40510a8f Preface: Add note about the Essential Pre-Reading Hint. Closes Bug 585.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-07 10:39:55 +00:00
Greg Schafer
f57e3d1ad9 Rearrange "How things are going to be done" section. Simplify seds in "Locking in Glibc" and "Re-adjusting the toolchain" sections. Miscellaneous other fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-07 00:41:12 +00:00
Greg Schafer
98c95f5392 Chapter 5: Add new section "Toolchain technical notes". Integrate and scale back the old "Why we use static linking" section. Closes Bug 658.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-06 04:00:40 +00:00
Alex Gronenwoud
5765b1dfab Minor tweaks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-05 21:51:26 +00:00
Alex Gronenwoud
022d450a6d Dropping the old part of the changelog.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-05 12:57:49 +00:00
Alex Gronenwoud
35c2fa60b9 More miscellaneous adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-04 10:19:10 +00:00
Greg Schafer
1e66abe82d Chapter 5 - Binutils Pass 1: Add extra LDFLAGS to ensure static rebuild of ld. Add some clarifying notes re package directory removal and POSIX shared memory.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-04 02:55:49 +00:00
Greg Schafer
318e3c8587 Chapter 6: Reinstate INSTALL=/tools/bin/install for linker adjustment command. Also remove now redundant install symlinks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2915 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-02 01:14:47 +00:00
Greg Schafer
d5d57b1660 Chapter 6 - Shadow: Enable MD5 passwords. Closes Bug 600.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-01 23:57:04 +00:00
Alex Gronenwoud
defc168503 Miscellaneous adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-30 22:42:51 +00:00
Greg Schafer
4fa86d1ec8 Chapter 5 - Glibc: Add notes regarding test suite issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-29 06:08:10 +00:00
Greg Schafer
289dc1c83f Entities cleanup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-28 11:24:52 +00:00
Greg Schafer
1d2523f3dc Remove files no longer used from Chapter 1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2900 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-28 09:52:59 +00:00
Greg Schafer
3c3cea4c22 URL cleanup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2899 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-28 09:21:59 +00:00
Greg Schafer
3985670150 Appendix A and Entities cleanup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-27 12:20:21 +00:00
Greg Schafer
6a616bc4cf Add DejaGnu to Appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-27 09:12:02 +00:00
Jeremy Utley
76af89aa56 updated changelog and entity file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-26 06:00:19 +00:00
Greg Schafer
dcca0293c2 Final batch of fixes for Bug 675 - missing command descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-25 02:42:16 +00:00
Greg Schafer
c9fb357ffd Remove the nobody user and group.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-24 10:26:20 +00:00
Alex Gronenwoud
77f9604a83 Putting several tiny sections in chapter 1 into one.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 23:00:12 +00:00
Alex Gronenwoud
3993087cc1 Correcting a few spelling mistakes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2873 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 22:59:59 +00:00
Greg Schafer
e683065ebe Chapter 8 - Creating the /etc/fstab file: Made mounting devpts the default.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 06:27:36 +00:00
Jeremy Utley
94cb9c2250 Added net-tools patch to fix mii-tool compilation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 04:13:09 +00:00
James Robertson
255504f783 Chapter 5 - Updated the Why Static page to more accurately represent the difference between statically and dynamically linked binaries. Thanks to Ian Molton for point this out. Fixes Bug 602. Updated bookinfo with this year in copyright.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2868 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 02:27:47 +00:00
Jeremy Utley
7e52d2be99 removed make cmd from DejaGNU installation, as it does nothing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 19:07:47 +00:00
Jeremy Utley
b02848e688 Removed the -k from TCL's make check
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 19:03:48 +00:00
Jeremy Utley
1ea50a5cd0 Changed the pointer to the man hint to a reference to BLFS instead
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 18:52:57 +00:00
Jeremy Utley
f4231a262a Removed checks from patch and diffutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 18:12:14 +00:00
Greg Schafer
3aa9774abc Chapter 5 - Setting up the environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to .bash_profile to stop accidental build breakge.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 07:50:14 +00:00
Greg Schafer
638a39cb6a Small text rearrangement in Chapter 1 - how.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2857 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 08:03:23 +00:00
Greg Schafer
39dbad2e34 s/testsuite/test suite/
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 07:31:01 +00:00
Greg Schafer
dc19fb6e8e Chapter 5 - GCC Pass 2: Updated to gcc-3.3.1-specs-2.patch. Ncurses: added --enable-overwrite and description.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2853 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 01:40:43 +00:00
Jeremy Utley
a3e3143ddb Corrected bash use of +h tag
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-19 22:24:19 +00:00
James Robertson
05ca7842e0 Various updates to the acknowledgements page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-19 15:01:00 +00:00
Jeremy Utley
db7ac2fe79 added some extra comments regarding the 3 gcc tarballs in chapter 5 gcc pass 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 17:13:09 +00:00