diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-08-07 20:19:00 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-08-07 20:19:55 +0000 |
commit | 4846df45d24880a8b4d0ca82b2d179b17b4e80c2 (patch) | |
tree | 4d13633bec39ec5f0747db82d82e938d1fc36e00 /perl-install/NEWS | |
parent | 5f6ce9e4f048f998a2877e5e02c25c41770deed9 (diff) | |
download | drakx-4846df45d24880a8b4d0ca82b2d179b17b4e80c2.tar drakx-4846df45d24880a8b4d0ca82b2d179b17b4e80c2.tar.gz drakx-4846df45d24880a8b4d0ca82b2d179b17b4e80c2.tar.bz2 drakx-4846df45d24880a8b4d0ca82b2d179b17b4e80c2.tar.xz drakx-4846df45d24880a8b4d0ca82b2d179b17b4e80c2.zip |
Add --plain to systemctl list-units
Since systemd 246 it adds some characters at the beginning
of the line which break parsing when --plain is not set (mga#27046)
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index a78f8968b..3905e08f5 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- add --plain to systemctl list-units, else it adds some characters at + the beginning of the line since systemd 246 (mga#27046) - recognize new kernel 5.5 - 5.7 drivers Version 18.32 - 27 June 2020 |