mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
meson: fix indentation for systemd-time-sync-wait(5) entries
Those files should not be updated manually, because then automatic updates contain spurious "changes".
This commit is contained in:
parent
d6ea3b78a6
commit
4298e26176
@ -628,8 +628,8 @@ manpages = [
|
||||
'8',
|
||||
['systemd-hibernate.service',
|
||||
'systemd-hybrid-sleep.service',
|
||||
'systemd-suspend-then-hibernate.service',
|
||||
'systemd-sleep'],
|
||||
'systemd-sleep',
|
||||
'systemd-suspend-then-hibernate.service'],
|
||||
''],
|
||||
['systemd-sysctl.service', '8', ['systemd-sysctl'], ''],
|
||||
['systemd-system-update-generator', '8', [], ''],
|
||||
@ -639,7 +639,10 @@ manpages = [
|
||||
''],
|
||||
['systemd-sysusers', '8', ['systemd-sysusers.service'], ''],
|
||||
['systemd-sysv-generator', '8', [], 'HAVE_SYSV_COMPAT'],
|
||||
['systemd-time-wait-sync.service', '8', ['systemd-time-wait-sync'], 'ENABLE_TIMESYNCD'],
|
||||
['systemd-time-wait-sync.service',
|
||||
'8',
|
||||
['systemd-time-wait-sync'],
|
||||
'ENABLE_TIMESYNCD'],
|
||||
['systemd-timedated.service', '8', ['systemd-timedated'], 'ENABLE_TIMEDATED'],
|
||||
['systemd-timesyncd.service', '8', ['systemd-timesyncd'], 'ENABLE_TIMESYNCD'],
|
||||
['systemd-tmpfiles',
|
||||
|
Loading…
Reference in New Issue
Block a user