diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-10-05 19:22:34 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-10-05 19:22:34 +0000 |
commit | edf7166262ca23a1b9d3343eb9ff268692be1d18 (patch) | |
tree | b7d475e2fad48cb7b7f09283f7f833390675a938 /chapter06/man-db.xml | |
parent | 6a24823d14a85ef767f4ad6291440ac8a6fc432d (diff) |
Add systemd specific instructions to man-db.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 503c9c07a..9ebe6caef 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -91,6 +91,10 @@ <screen><userinput remap="install">make install</userinput></screen> + <para>Remove a reference to a non-existent user:</para> + +<screen><userinput remap="install">sed -i "s:man root:root root:g" /usr/lib/tmpfiles.d/man-db.conf</userinput></screen> + </sect2> <sect2> |