]> git.pld-linux.org Git - packages/systemd.git/blob - systemd-completion.patch
since 240 /var/lib/systemd/timesync needs to be directory instead of symlink
[packages/systemd.git] / systemd-completion.patch
1 diff -urN systemd-241.orig/shell-completion/bash/meson.build systemd-241/shell-completion/bash/meson.build
2 --- systemd-241.orig/shell-completion/bash/meson.build  2019-02-14 11:11:58.000000000 +0100
3 +++ systemd-241/shell-completion/bash/meson.build       2019-03-07 01:08:55.312337719 +0100
4 @@ -30,7 +30,7 @@
5                   ['udevadm',             ''],
6                   ['kernel-install',      ''],
7                   [bash_systemctl,        ''],
8 -                 ['bootctl',             'ENABLE_EFI'],
9 +                 ['bootctl',             ''],
10                   ['coredumpctl',         'ENABLE_COREDUMP'],
11                   ['hostnamectl',         'ENABLE_HOSTNAMED'],
12                   ['localectl',           'ENABLE_LOCALED'],
13 diff -urN systemd-241.orig/shell-completion/zsh/meson.build systemd-241/shell-completion/zsh/meson.build
14 --- systemd-241.orig/shell-completion/zsh/meson.build   2019-02-14 11:11:58.000000000 +0100
15 +++ systemd-241/shell-completion/zsh/meson.build        2019-03-07 01:09:00.655641470 +0100
16 @@ -25,7 +25,7 @@
17                   ['_sd_unit_files',            ''],
18                   ['_sd_machines',              ''],
19                   [zsh_systemctl,               ''],
20 -                 ['_bootctl',                  'ENABLE_EFI'],
21 +                 ['_bootctl',                  ''],
22                   ['_coredumpctl',              'ENABLE_COREDUMP'],
23                   ['_hostnamectl',              'ENABLE_HOSTNAMED'],
24                   ['_localectl',                'ENABLE_LOCALED'],
This page took 0.026266 seconds and 3 git commands to generate.