mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 01:20:12 +01:00
systemd/README: add hints for reimporting systemd
This commit is contained in:
parent
7aebda5631
commit
152bc92c4d
1 changed files with 9 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue