NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 9.2: pkgin packages do not register pkg_info



Hi.

replying to myself


Riccardo Mottola wrote:
> I fear this "dirs" come from this step:
>
> In /var/db/pkg.refcount
>   tar cf - . | (cd /usr/pkg/pkgdb && tar xfv -)
>
> since pkg.refcount contained "dirs"
>
> ls /usr/pkg/pkgdb/dirs/
> etc usr var
>
> is it out of place? 

the proper command should have been:

In /var/db/pkg.refcount
  tar cf - . | (cd /usr/pkg/pkgdb.refcount && tar xfv -)


otherwise one mixes up with th other files.

Riccard



Home | Main Index | Thread Index | Old Index