Tagged Questions
0
votes
1answer
42 views
How to upgrade a tbz package that I create in Freebsd?
I am newbie at freebsd packaging and I want to learn way of upgrade a package. I created a package on my development server and I installed it to test server by
pkg_add foo-1.0.tbz
then I changed ...
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 ...
5
votes
1answer
177 views
Is it possible to keep a FreeBSD system up to date (base system + packages) using only binaries?
I have been using Debian and NetBSD systems for a long time, and I have got used to do binaries upgrades for the base system and for packages (using pkgin with NetBSD)
Now the NetBSD kernel does not ...
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 ...
3
votes
3answers
676 views
Updating FreeBSD 8.0 to 8.1 (methods and policy)
I have 8.0-RELEASE-p4 + few ports installed. I wonder wheather I should update to 8.1.
How long is 8.0 supported?
How to update the system? I couldn't find anything about it in handbook.
SOLUTION ...
