systemd/README: add hints for reimporting systemd

This commit is contained in:
Thomas Haller 2023-06-26 09:47:20 +02:00
parent 7aebda5631
commit 152bc92c4d
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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)