Hi,
I'm running FreeBSD 9.3-RELEASE and FreeBSD 10.2-RELEASE systems. I'd like an automated way to determine if there is an update available.
Is there a clean way to determine if the current system version as reported by
Currently I find out when there's a new patch level when I get a security advisory, or I can run freebsd-update fetch. I'd rather not run "
Also it would be useful if it indicated if the kernel level will be updated so I can schedule a reboot.
TIA
I'm running FreeBSD 9.3-RELEASE and FreeBSD 10.2-RELEASE systems. I'd like an automated way to determine if there is an update available.
Is there a clean way to determine if the current system version as reported by
freebsd-version
(-u, -k) is up to date with the security patches in -RELEASE? I would like this to be included in a nightly report similar to "# pkg upgrade -n
"Currently I find out when there's a new patch level when I get a security advisory, or I can run freebsd-update fetch. I'd rather not run "
# freebsd-update fetch
" unattended.Also it would be useful if it indicated if the kernel level will be updated so I can schedule a reboot.
TIA