diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-09 18:49:02 +0100 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-09 18:49:02 +0100 |
commit | c36301e75aefde449b6ab9a0fb2717ff1d5c2963 (patch) | |
tree | 797b66be23f8e52a2313214d49f0e8be81c5fdb3 | |
parent | 25596ffb1df269be0dd123f274e3ff00f477ea80 (diff) |
For consistency, install iproute2 progs in /usr/sbin
(merged /usr) - from Joe Locash.
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter08/iproute2.xml | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5cbc2f5fa..c49be95cc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,16 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem> + <para>2021-06-09</para> + <itemizedlist> + <listitem> + <para>[ken] - Install iproute2 programs in /usr/sbin for + consistency.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem revision="sysv"> <para>2021-06-08</para> <itemizedlist> diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index cf2065fb3..9d6a0c264 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -75,7 +75,7 @@ rm -fv man/man8/arpd.8</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make SBINDIR=/usr/sbin install</userinput></screen> <para>If desired, install the documentation:</para> |