It appears that the system.uname gets truncated on FreeBSD. My inventory shows:
When it should show:
(output of 'uname -a')
Similarly if I create a UserParameter like so:
Only 9.1-RELEASE gets added instead of 9.1-RELEASE-p5.
Code:
FreeBSD w9.xxxx.xxx 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0:
Code:
FreeBSD w9.xxxx.xxx 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64
Similarly if I create a UserParameter like so:
Code:
UserParameter=specOSshort,uname -r
Comment