From edf7166262ca23a1b9d3343eb9ff268692be1d18 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sun, 5 Oct 2014 19:22:34 +0000 Subject: [PATCH] Add systemd specific instructions to man-db. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-db.xml | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ make install + Remove a reference to a non-existent user: + +sed -i "s:man root:root root:g" /usr/lib/tmpfiles.d/man-db.conf +