I'm running FreeBSD 10.1-RELEASE and I check nightly for updates to the base system with this line in my /etc/crontab:
The problem is that after I upgrade to a point release I keep getting an email about 1 file that needs an update
Any way I can make sure that freebsd-update knows that that file has been updated so it stops sending the email?
Code:
@dailyroot freebsd-update -t myemail@example.com cron > /dev/null 2>&1
The problem is that after I upgrade to a point release I keep getting an email about 1 file that needs an update
Code:
Looking up update.FreeBSD.org mirrors... 5 mirrors found.
Fetching metadata signature for 10.1-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.
The following files will be updated as part of updating to 10.1-RELEASE-p24:
/usr/share/man/whatis
Any way I can make sure that freebsd-update knows that that file has been updated so it stops sending the email?