mirror of
https://github.com/systemd/systemd.git
synced 2025-03-03 16:58:37 +03:00
We'd start writing an entry line, then another one, then another one, and then output the rest of the first one, and then some other random stuff, and the rest of some other lines... Results were ...eh... random. Let's define a helper to avoid some of the copy&paste madness, and separate blocks that output a single line with /**********************************/. This rework doesn't change what data is written, it only tries to fix the format of the output. The fact that some entries only write data from link->network, and some from either link->network or link, some stuff only for dhpc4 leases while some for both dhpc4 and dhcp6, etc, looks rather suspicious too, but I didn't touch this.
System and Service Manager
Details
General information about systemd can be found in the systemd Wiki.
Information about build requirements is provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the Hacking guide for information on how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list or join our IRC channel.
Stable branches with backported patches are available in the stable repo.
Languages
C
89.1%
Python
5.3%
Shell
4.2%
Meson
1.2%