Re: How to find out when a package is installed?

2007-12-09 Thread Simon Gao
Rudy wrote: > > I have used this: > ls -l /var/db/pkg/PORT_NAME/+DESC > > replace PORT_NAME with the correct directory name... > > RUdy > Thanks. This helped. Simon ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: How to find out when a package is installed?

2007-12-09 Thread Erich Dollansky
Hi, pkg_info | grep name or whereis name /var/db/pkd contains for every installed port an enry. Isn't the date the date of the first installation of this package? Erich Simon Gao wrote: Hi, Is there a command that can help find out when a package is installed/compiled? Or what options sh

Re: How to find out when a package is installed?

2007-12-08 Thread Daniel Bye
On Sat, Dec 08, 2007 at 05:44:00PM -0800, Simon Gao wrote: > Hi, > > Is there a command that can help find out when a package is > installed/compiled? Or what options should I give to pkg_info to find > out installation date? I don't think there is such a command - I've never come across it, in

Re: How to find out when a package is installed?

2007-12-08 Thread Rudy
I have used this: ls -l /var/db/pkg/PORT_NAME/+DESC replace PORT_NAME with the correct directory name... RUdy Simon Gao wrote: Hi, Is there a command that can help find out when a package is installed/compiled? Or what options should I give to pkg_info to find out installation date? Simon

How to find out when a package is installed?

2007-12-08 Thread Simon Gao
Hi, Is there a command that can help find out when a package is installed/compiled? Or what options should I give to pkg_info to find out installation date? Simon ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f