From: [EMAIL PROTECTED] > 2. For an automated installer, how would the installer > know where to get the proper > package?
`machine -a` will pull the application architecture. `uname -r` will get your release. Don't know about magic for a package version. Perhaps pkg_add(1) can handle some of that with PKG_PATH set correctly. DS