From 152bc92c4d948f2f6fdf2928ca427a90b8b2b537 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 26 Jun 2023 09:47:20 +0200 Subject: [PATCH] systemd/README: add hints for reimporting systemd --- src/libnm-systemd-shared/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/libnm-systemd-shared/README.md b/src/libnm-systemd-shared/README.md index 7016c22eb2..5011b2367d 100644 --- a/src/libnm-systemd-shared/README.md +++ b/src/libnm-systemd-shared/README.md @@ -40,3 +40,12 @@ To do a re-import, do: on all test distributions. - push `main` and `systemd` branch. + +### Hints + +- Eagerly commented out the unused function. +- Patching header is best avoided, #if 0 and #endif function patching should + only be used in the C source. +- We may create some dummy files in + `src/libnm-systemd-{shared,core}/sd-adapt-\*/` for resolving the compiling + error (missing header file)