diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2019-02-22 01:09:48 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2019-02-22 01:09:48 +0000 |
commit | 9f029f969aafa37794e9a688cdf6e3688da52b74 (patch) | |
tree | 48e1d73df5d414cf2529430865d1c9ba0f401dc4 /chapter06/man-db.xml | |
parent | 43eb476f64414e9171700eca0458c6575657c398 (diff) |
sysv book: Purge /lib/systemd created by man-db-2.8.5 and used, if present, for service files by at least man-db and avahi.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11528 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index dcb08e128..9a3df290b 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -109,6 +109,11 @@ <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> + + <para revision="sysv">Remove an unwanted directory used for service files + which would cause some BLFS packages to also install files there: </para> + +<screen revision="sysv"><userinput remap="install">rm -rfv /lib/systemd</userinput></screen> <!-- <para revision="systemd">Remove a reference to a non-existent user:</para> |