diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-11-18 14:13:12 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-11-18 14:13:12 +0800 |
commit | f8b186063150f471f9e72f2e317fe21d2d0f1e81 (patch) | |
tree | 5fa2fa7cb10e2da61c2cb1ee3a50291bd64f835e | |
parent | b1c8283fe71b3fe2d4419c3e74012e4b23052700 (diff) |
pkgmgt: reword the description of cfg files handling
Let's not miss the point...
-rw-r--r-- | chapter08/pkgmgt.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/pkgmgt.xml b/chapter08/pkgmgt.xml index 7496f09a4..d4b616bc7 100644 --- a/chapter08/pkgmgt.xml +++ b/chapter08/pkgmgt.xml @@ -12,8 +12,9 @@ <para>Package Management is an often requested addition to the LFS Book. A Package Manager tracks the installation of files, making it easier to - remove and upgrade packages. A good package manager will handle the - installation of configuration files, and also install the executable files. Before + remove and upgrade packages. A good package manager will also handle the + configuration files specially to keep the user configuration when the + package is reinstalled or upgraded. Before you begin to wonder, NO—this section will not talk about nor recommend any particular package manager. What it does provide is a roundup of the more popular techniques and how they work. The perfect package manager for you may |