diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
commit | 2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch) | |
tree | 1b004a17a2583b2df6608c2e47870b73f102b5ee /chapter06/pkgmgt.xml | |
parent | c0220ed5ba7ba1e225c98fa61ada101103548bf3 (diff) |
Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pkgmgt.xml')
-rw-r--r-- | chapter06/pkgmgt.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml index 8b563ec33..67ffd1cd7 100644 --- a/chapter06/pkgmgt.xml +++ b/chapter06/pkgmgt.xml @@ -227,7 +227,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> <para>Creation of package files that include dependency information is complex and is beyond the scope of LFS.</para> - <para>Slackware uses a <command>tar</command> based system for package + <para>Slackware uses a <command>tar</command> based system for package archives. This system purposely does not handle package dependencies as more complex package managers do. For details of Slackware package management, see <ulink @@ -259,7 +259,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> the root directory (about 250MB uncompressed for a base LFS build), copying that file via network transfer or CD-ROM to the new system and expanding it. From that point, a few configuration files will have to be changed. - Configuration files that may need to be updated include: + Configuration files that may need to be updated include: <filename>/etc/hosts</filename>, <filename>/etc/fstab</filename>, <filename>/etc/passwd</filename>, @@ -268,7 +268,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> <filename>/etc/ld.so.conf</filename>, <filename>/etc/sysconfig/rc.site</filename>, <filename>/etc/sysconfig/network</filename>, and - <filename>/etc/sysconfig/ifconfig.eth0</filename>. + <filename>/etc/sysconfig/ifconfig.eth0</filename>. </para> <para>A custom kernel may need to be built for the new system depending on |