diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-27 16:24:47 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-27 23:36:55 +0800 |
commit | 859502b2f4443ed71e6e727058db255985b6ff38 (patch) | |
tree | 6bfb0d190eb081f0466a42d25c62dc388cd6a4d0 | |
parent | a4f63e494b2f26939615cf7e55f51029a763aef4 (diff) |
iproute2: add NETNS_RUN_DIR=/run/netns to avoid using deprecated /var/run
-rw-r--r-- | chapter08/iproute2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index d70aaa6bf..25e7e81be 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -61,7 +61,7 @@ rm -fv man/man8/arpd.8</userinput></screen> --> <para>Compile the package:</para> -<screen><userinput remap="make">make</userinput></screen> +<screen><userinput remap="make">make NETNS_RUN_DIR=/run/netns</userinput></screen> <para>This package does not have a working test suite.</para> <!-- currently not useful, no tests actually run |