]> git.pld-linux.org Git - packages/systemd.git/blob - systemd-completion.patch
up to 254.12
[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           ['systemd-path',        ''],
6           ['systemd-run',         ''],
7           ['udevadm',             ''],
8 -         ['bootctl',             'ENABLE_BOOTLOADER'],
9 +         ['bootctl',             ''],
10           ['coredumpctl',         'ENABLE_COREDUMP'],
11           ['homectl',             'ENABLE_HOMED'],
12           ['hostnamectl',         'ENABLE_HOSTNAMED'],
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_outputmodes',           ''],
18           ['_sd_unit_files',            ''],
19           ['_sd_machines',              ''],
20 -         ['_bootctl',                  'ENABLE_BOOTLOADER'],
21 +         ['_bootctl',                  ''],
22           ['_coredumpctl',              'ENABLE_COREDUMP'],
23           ['_hostnamectl',              'ENABLE_HOSTNAMED'],
24           ['_localectl',                'ENABLE_LOCALED'],
This page took 0.076592 seconds and 4 git commands to generate.