1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add last fixes for freebsd

This commit is contained in:
Kelly Brazil
2020-05-30 18:53:35 -07:00
parent 039b2c129c
commit c46fe73236

View File

@ -10,6 +10,7 @@ jc changelog
- Update arp parser to add permanent field (freebsd and osx) - Update arp parser to add permanent field (freebsd and osx)
- Update arp parser to add expires field (freebsd) - Update arp parser to add expires field (freebsd)
- Update w parser to strip whitespace from what field - Update w parser to strip whitespace from what field
- Update last parser to fix FreeBSD issues
- Fix freebsd compatibility message for df, fstab, mount, ntpq, stat, and uname parsers - Fix freebsd compatibility message for df, fstab, mount, ntpq, stat, and uname parsers
- Fix compatibility message for platforms that include the version number at the end (e.g. freebsd12) - Fix compatibility message for platforms that include the version number at the end (e.g. freebsd12)