]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: use ellipses for ranges 18435/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 2 Feb 2021 13:39:48 +0000 (14:39 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 2 Feb 2021 13:39:48 +0000 (14:39 +0100)
C.f. 1d3a473b4a0a4a0c49963297103af16ff6d841fa.

meson.build

index e5d7c2710e3cd2ffab2922dc365040cccb00259e..01eeeb750e5210f8b095974a5555427d8edea713 100644 (file)
@@ -3660,8 +3660,8 @@ status = [
                                                                         conf.get('SYSTEM_ALLOC_UID_MIN')),
         'system GIDs:                       <=@0@ (alloc >=@1@)'.format(conf.get('SYSTEM_GID_MAX'),
                                                                         conf.get('SYSTEM_ALLOC_GID_MIN')),
-        'dynamic UIDs:                      @0@â\80\93@1@'.format(dynamic_uid_min, dynamic_uid_max),
-        'container UID bases:               @0@â\80\93@1@'.format(container_uid_base_min, container_uid_base_max),
+        'dynamic UIDs:                      @0@â\80¦@1@'.format(dynamic_uid_min, dynamic_uid_max),
+        'container UID bases:               @0@â\80¦@1@'.format(container_uid_base_min, container_uid_base_max),
         '/dev/kvm access mode:              @0@'.format(get_option('dev-kvm-mode')),
         'render group access mode:          @0@'.format(get_option('group-render-mode')),
         'certificate root directory:        @0@'.format(get_option('certificate-root')),