From fba6f0643d6c5bd1bf2a264eead4e5fb42ba83e7 Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Mon, 16 Dec 2024 16:50:42 +0100 Subject: [PATCH] Add missing backslash --- chapter08/udev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/udev.xml b/chapter08/udev.xml index 8883b624b..1be726094 100644 --- a/chapter08/udev.xml +++ b/chapter08/udev.xml @@ -59,7 +59,7 @@ Adjust the hardcoded paths to network configuration files for the standalone udev installation: - sed -e '/NETWORK_DIRS/s/systemd/udev/' + sed -e '/NETWORK_DIRS/s/systemd/udev/' \ -i src/libsystemd/sd-network/network-util.h Prepare Udev for compilation: