https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251073
--- Comment #3 from marshall <[email protected]> --- (In reply to Mikael Urankar from comment #1) No, It did not read the /var/run/os-release on my PC, the output of "cat /var/run/os-release" are: NAME=FreeBSD VERSION=12.2-RELEASE VERSION_ID=12.2 ID=freebsd ANSI_COLOR="0;31" PRETTY_NAME="FreeBSD 12.2-RELEASE" CPE_NAME=cpe:/o:freebsd:freebsd:12.2 HOME_URL=https://FreeBSD.org/ BUG_REPORT_URL=https://bugs.FreeBSD.org/ So the bug is somehow the program does not take release information using "uname" function defined in <sys/utsname.h>, instead of read the "12.1" from some place..... By the way, my os is upgraded from 12.1 according to handbook by source. But both the "uanme -a" "freebsd-version" gives "12.2", So I was really confused by where the "12.1" came from. -- You are receiving this mail because: You are the assignee for the bug.
