aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* typo fix: paramater->parameterGerard Beekmans2001-09-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added missing </para>Gerard Beekmans2001-09-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* reworded a bit. make install on debian doesn't fail. The error isGerard Beekmans2001-09-111-4/+7
| | | | | | | | ignored as it should and make's return value is now 0. This may not be like this on all systems if the 'make' program is older. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added missing </itemizedlist> tagGerard Beekmans2001-09-111-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed label 'none' to usbdevfs so it's easier to figure out to seeGerard Beekmans2001-09-111-1/+1
| | | | | | | what it is from a 'mount' output git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1224 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted adding of && do man's 'done' and chmod 755 of configureGerard Beekmans2001-09-111-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1223 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added && after 'done' and set configure to mode 755Gerard Beekmans2001-09-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1222 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* some textual updatesGerard Beekmans2001-09-111-8/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 20010909->20010911Gerard Beekmans2001-09-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1220 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted that it's pidof needs to be manually symlinked to it's killallGerard Beekmans2001-09-111-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Noted that the latest versions may not work nicely with newer packagesGerard Beekmans2001-09-092-0/+10
| | | | | | | like KDE-CVS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 20010908->20010909Gerard Beekmans2001-09-092-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1216 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* back to cvs versionGerard Beekmans2001-09-081-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* re-formatted (inserted line breaks to wrap at 80 or so chars)Gerard Beekmans2001-09-081-3/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1214 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* grammar fixGerard Beekmans2001-09-081-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* rewordedGerard Beekmans2001-09-081-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 20010907->20010908Gerard Beekmans2001-09-081-6/+6
| | | | | | | RC2->rc2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* in the devpts line, changed 'none' to devpts so it shows up nicer in aGerard Beekmans2001-09-081-1/+1
| | | | | | | mount output git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed dot after file name (for sentence termination, but may be usedGerard Beekmans2001-09-081-1/+1
| | | | | | | by accident as file name) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* seperated init.c's modification commandsGerard Beekmans2001-09-082-6/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1208 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted adding of --login to exec /bin/bash to ch6-bashGerard Beekmans2001-09-071-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --login to exec /bin/bashGerard Beekmans2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed hint-root entity to hints-rootGerard Beekmans2001-09-0710-12/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* change download.lfs.org to ftp-root entityMark Hymers2001-09-071-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted removal of dupl. info chap6-gccGerard Beekmans2001-09-071-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed duplicate explanation that's already explained in chap5-gccGerard Beekmans2001-09-071-10/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1202 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fixedMark Hymers2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1201 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Grammar fixGerard Beekmans2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1200 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* grammar fixGerard Beekmans2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1199 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* reworded the glibc-2.2.3 fix. it had better be clear nowGerard Beekmans2001-09-071-9/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 103] Sysvinit-2.82 updateMark Hymers2001-09-072-4/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1197 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Noted addition of chapter2-how to ask for helpGerard Beekmans2001-09-071-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added missing </sect2>Gerard Beekmans2001-09-071-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added chapter 2 -- how to ask for helpGerard Beekmans2001-09-073-0/+74
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1194 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix typoMark Hymers2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted makedev chmod 754 changeGerard Beekmans2001-09-071-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1192 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* chmod 754 on makedevGerard Beekmans2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1191 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 20010906->20010907Gerard Beekmans2001-09-071-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added findutils - it was missing for some reason...Mark Hymers2001-09-071-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed a couple of typosMark Hymers2001-09-064-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 162] seperate patch commands in chap5 from main commandsMark Hymers2001-09-065-5/+31
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* seperate out patch commandMark Hymers2001-09-061-1/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 162]: Move patch commands for gzip and sh-utils in ch5 out of main textMark Hymers2001-09-058-35/+30
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* xml fix: added missing </listitem>Gerard Beekmans2001-09-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1183 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added note about installing ncurses on host distro when installingGerard Beekmans2001-09-051-0/+6
| | | | | | | ch5-bash git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added notes to install ncurses properly on host distro (it's requiredGerard Beekmans2001-09-052-2/+30
| | | | | | | | | | for texinfo to be compiled properly). Added --with-curses to bash's configure again like previously done. This now functions as a test to make sure the libraries are setup properly (ie; that symlink created and such) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1181 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* explain what configure and make options doGerard Beekmans2001-09-051-0/+19
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1180 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added exp. what make update doesGerard Beekmans2001-09-051-0/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1179 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed net-tools's installation method to 'make update' instead ofGerard Beekmans2001-09-054-8/+9
| | | | | | | 'make install' git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed procinfo's installation -- removed the sed, replaced with anGerard Beekmans2001-09-053-7/+7
| | | | | | | option to make ('make LDLIBS=-lncurses') git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689