I bit the bullet and installed and converted to pkgng.
Only one problem: I can't figure out how to properly setup a local private repository.
In the past I just used pkg_add(1) and a local directory. Ether nullfs(5) jails or NFS mounts across systems.
But the pkg.conf does not seem to allow me to use either:
So I need a HTTP/FTP server to access files that are available locally?
Tell me it isn't so.
Only one problem: I can't figure out how to properly setup a local private repository.
In the past I just used pkg_add(1) and a local directory. Ether nullfs(5) jails or NFS mounts across systems.
But the pkg.conf does not seem to allow me to use either:
Code:
packagesite: /packages
packagesite: file://packages
Tell me it isn't so.