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