Tagged Questions
3
votes
3answers
150 views
Bash port auto upgrading script in cron doesn't work properly?
I've been recently try to write a script to automate checks for new version of ports and software installed on my FreeBSD server. This script is added to root's crontab and fires daily. If I run it ...
2
votes
2answers
1k views
FreeBSD: Getting pkg_add to use stable packages rather than release packages?
Using FreeBSD 8.2-RELEASE. I want to use the latest binary packages rather than the packages at the time of the 8.2 release. That is, I want to use packages in ...