Hello,
I usually use a daily script that runs in my jails:
I can do
Thanks.
I usually use a daily script that runs in my jails:
pkg_version -I /foo/my_index_file where my_index_file is a copy of /usr/ports/INDEX-9 in the host, because I disable /usr/ports in my jails (the directory exists but is empty). I installed FreeBSD 9.2-RELEASE. Now I use new PKGNG. I created a jail and I tried to do pkg version -I /foo/my_index_file. Then I get the following message:
Code:
pkg: Unable to open ports directory /usr/ports: No such file or directory
pkg version -I in the host or in the jail if I mount /usr/ports. Thanks.