From 69d53d11d43544952148bf943adfad4624f51513 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 25 Feb 2017 19:40:37 +0000 Subject: Add option for sysv to disable tmpfiles.d installation, make the sed for tmpfiles.d fix systemd only git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-db.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'chapter06/man-db.xml') diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 644b6f8c7..dd2fb170d 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -43,7 +43,7 @@ Prepare Man-DB for compilation: -./configure --prefix=/usr \ +./configure --prefix=/usr \ --docdir=/usr/share/doc/man-db-&man-db-version; \ --sysconfdir=/etc \ --disable-setuid \ @@ -52,6 +52,16 @@ --with-vgrind=/usr/bin/vgrind \ --with-grap=/usr/bin/grap +./configure --prefix=/usr \ + --docdir=/usr/share/doc/man-db-&man-db-version; \ + --sysconfdir=/etc \ + --disable-setuid \ + --enable-cache-owner=bin \ + --with-browser=/usr/bin/lynx \ + --with-vgrind=/usr/bin/vgrind \ + --with-grap=/usr/bin/grap \ + --with-systemdtmpfilesdir= + The meaning of the configure options: @@ -100,9 +110,9 @@ make install - Remove a reference to a non-existent user: + Remove a reference to a non-existent user: -sed -i "s:man man:root root:g" /usr/lib/tmpfiles.d/man-db.conf +sed -i "s:man man:root root:g" /usr/lib/tmpfiles.d/man-db.conf -- cgit v1.2.3-54-g00ecf