diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2017-02-25 19:18:00 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2017-02-25 19:18:00 +0000 |
commit | bdd9c1fe51efb9f3bb23a2b4da11356eb805414d (patch) | |
tree | 469e02812c1b2582b1ed023a9e66679043ba21d1 /chapter06/man-db.xml | |
parent | e812ed0931c91af3dac1a68abbf59a0345064752 (diff) |
Adjust man-db sed to work with 2.7.6.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11194 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index c32a99085..644b6f8c7 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -102,7 +102,7 @@ <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> +<screen><userinput remap="install">sed -i "s:man man:root root:g" /usr/lib/tmpfiles.d/man-db.conf</userinput></screen> </sect2> |