Actions
Bug #7289
closedzypper --version outputs on stderr
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On a SLES10 SP2 system, the check-zypper-version tool calls zypper --version, which outputs the version on stderr, but it's supposed to be processed on stdout.
vm102:~ # /usr/bin/zypper --version > /dev/null zypper 0.6.104 vm102:~ # /usr/bin/zypper --version 2> /dev/null vm102:~ #
Updated by Janos Mattyasovszky about 9 years ago
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/758
Updated by Anonymous about 9 years ago
- Status changed from New to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|f7f5519bccbc1a4422394a0dd2eae8c4f794b57a.
Updated by Benoît PECCATTE about 9 years ago
Applied in changeset rudder-techniques|bd4f118409f7860f918d79f9d6fdbc9f176e408a.
Updated by Vincent MEMBRÉ about 9 years ago
- Category changed from Agent to System integration
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from Pending release to Released
Actions