On Mon, Oct 06, 2008 at 05:06:56AM -0700, T.J. Yang wrote: > Looks like "send" has been changed to "import". ok, The term make more > sense. But I am getting a "status 404 error". > > -bash-3.2# pkgsend -s http://192.168.1.59:8000 import SVR4pkgdir > pkgsend: import failed (status 404): Not Found
"import" isn't exactly the same as "send". The details are in the manpage, but "send" opened the transaction for you, imported the package, and closed the transaction. "import" just does the import -- you'll have to open and close the transaction yourself. Danek