diff options
-rw-r--r-- | chapter06/man-db.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 9a3df290b..a32b98a7f 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -60,7 +60,8 @@ --with-browser=/usr/bin/lynx \ --with-vgrind=/usr/bin/vgrind \ --with-grap=/usr/bin/grap \ - --with-systemdtmpfilesdir=</userinput></screen> + --with-systemdtmpfilesdir= \ + --with-systemdsystemunitdir=</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -96,6 +97,14 @@ </listitem> </varlistentry> + <varlistentry revision="sysv"> + <term><parameter>--with-systemd...</parameter></term> + <listitem> + <para>These parameters prevent installing unneeded systemd + directories and files.</para> + </listitem> + </varlistentry> + </variablelist> <para>Compile the package:</para> @@ -109,12 +118,12 @@ <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> - +<!-- <para revision="sysv">Remove an unwanted directory used for service files which would cause some BLFS packages to also install files there: </para> <screen revision="sysv"><userinput remap="install">rm -rfv /lib/systemd</userinput></screen> -<!-- + <para revision="systemd">Remove a reference to a non-existent user:</para> <screen revision="systemd"><userinput remap="install">sed -i "s:man man:root root:g" /usr/lib/tmpfiles.d/man-db.conf</userinput></screen> |