-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, the OS and Kernel report the same patch level, which is the kernel patch level.
Using sysctl -n kern.osrelease does not provide the correct information. The OS line should report p3 as per freebsd-version -u.
Can we switch to running freebsd-version -u for the OS line?
Reference:
libmacchina/src/freebsd/mod.rs
Line 91 in df86ae6
| os_release_ctl: Ctl::new("kern.osrelease").ok(), |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working