How to determine if 'portsnap extract' has been executed?

Hi,

Is it possible to know whether portsnap extract has been executed? Is it sufficient to check whether /usr/ports is empty?

Thanks!
 
Re: how to determine if 'portsnap extract' has been executed

Yes, you can check if /usr/ports is empty.

Or you can read /usr/ports/UPDATING from the top of the file to the date closest to the last time ports were upgraded or the system was installed.
 
Back
Top