Update sysutils/azure-agent to 2.2.13
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The fix looks ok to me. But I need to verify whether 2.2.13 works fine on Azure, and there is no error complained in the log.
Comment Actions
We have to modify the $PATH in init/FreeBSD/waagent, otherwise, we'll see an error in /var/log/waagent.log even though it does not hurt any functionality:
2017/06/14 10:42:48.911241 ERROR Command: 'dmidecode --string system-uuid'
2017/06/14 10:42:48.919290 ERROR Return code: 127
2017/06/14 10:42:48.921803 ERROR Result: /bin/sh: dmidecode: not found
sysutils/azure-agent/Makefile | ||
---|---|---|
46 ↗ | (On Diff #29539) | Here we need to add one more replace. + ${REINPLACE_CMD} -e "s,:/usr/local/bin,:/usr/local/bin:/usr/local/sbin,g" \ |
Comment Actions
- Adjust PATH in init/FreeBSD/waagent as submitted by maintainer
- Pet portlint
- Use TABs instead of spaces in variable attributions
- Remove 'The' from COMMENT
- Reorder variable definitions