I've checked that
I don't know if it's relevant or not but I'm using FreeBSD on laptop and I've buyed an SSD drive and I've copied FreeBSD system to SSD (replace my old ODD to SDD). When I mount the "old" FreeBSD (from HDD) and chrooting,
pkg version is 1.2.7, the old version is 1.2.6.
What's wrong?
pkg version -t does not work. When I try the simple pkg version -t 1.0 1.0 (or any similar) it doesn't print anything and its return value is 69 ( echo $?). Maybe I did anything bad but don't know, what. Because of this portmaster works not, pkg version -Il '<' too.I don't know if it's relevant or not but I'm using FreeBSD on laptop and I've buyed an SSD drive and I've copied FreeBSD system to SSD (replace my old ODD to SDD). When I mount the "old" FreeBSD (from HDD) and chrooting,
pkg version -t 1.0 1.0 works well, print an = char and the return value is 0.pkg version is 1.2.7, the old version is 1.2.6.
What's wrong?