diff options
author | Francesco Giudici <fgiudici@redhat.com> | 2016-04-18 18:50:56 +0200 |
---|---|---|
committer | Francesco Giudici <fgiudici@redhat.com> | 2016-04-28 09:35:20 +0200 |
commit | 3c67a1ec5e8ef35169bba961faff6bfdfacc1cfa (patch) | |
tree | ad5133335bf887128c6e4f0ec09b51c593df4f63 /po/lv.po | |
parent | 0589e659ca1aab76be9ca11e705bef56c3b03f45 (diff) | |
download | NetworkManager-3c67a1ec5e8ef35169bba961faff6bfdfacc1cfa.tar.gz |
cli: remove version check against NM
When performing NM package upgrade the new version of nmcli will be immediately
available while NM daemon will not, as it would not restart in order to avoid
to disrupt connectivity. This could create issues with tools leveraging
on nmcli output (till reboot). As apart from this case it is very unlikely
that a user can have this nmcli / NM daemon version mismatch situation,
the check could cause more harm than benefit in real user case
scenarios.
https://bugzilla.redhat.com/show_bug.cgi?id=1291785
Diffstat (limited to 'po/lv.po')
-rw-r--r-- | po/lv.po | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -4809,8 +4809,6 @@ msgid "" " -f[ields] <field1,field2,...>|all|common specify fields to output\n" " -e[scape] yes|no escape columns separators in " "values\n" -" -n[ocheck] don't check nmcli and " -"NetworkManager versions\n" " -a[sk] ask for missing parameters\n" " -s[how-secrets] allow displaying passwords\n" " -w[ait] <seconds> set timeout waiting for " @@ -5786,20 +5784,6 @@ msgstr "" msgid "Option '--terse' requires specific '--fields' option values , not '%s'" msgstr "" -#: ../clients/cli/utils.c:1390 -#, c-format -msgid "" -"Warning: nmcli (%s) and NetworkManager (%s) versions don't match. Use --" -"nocheck to suppress the warning.\n" -msgstr "" - -#: ../clients/cli/utils.c:1399 -#, c-format -msgid "" -"Error: nmcli (%s) and NetworkManager (%s) versions don't match. Force " -"execution using --nocheck, but the results are unpredictable." -msgstr "" - #: ../clients/common/nm-polkit-listener.c:212 msgid "An authentication session is already underway." msgstr "" |