Actions
Bug #4697
closedBug #4695: On AIX, check-rudder-agent script complains uses nonexistant options for ps and echo
check-rudder-agent script can't access some variables due to change in #4695
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
#4695 introduced some variables and a function for command commands ("echo -n", ps options). However, they were wrongly introduced inside a function, although they are also used outside of that function.
Fixing is simple: move them to the top of the script, before any functions start.
Updated by Jonathan CLARKE over 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Matthieu CERDA
- Pull Request set to https://github.com/Normation/rudder-packages/pull/294
Updated by Jonathan CLARKE over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:7b4d4b997ca183055ac63ed6214a68cc8cfdb477.
Updated by Matthieu CERDA over 10 years ago
Applied in changeset commit:dd714e20c08b5507e5b3a569e0582a81387babf0.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.1, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-June/000087.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog27
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions