Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2003 08:19:57 -0500
From:      Pete Fritchman <petef@absolutbsd.org>
To:        Andre Guibert de Bruet <andy@siliconlandmark.com>
Cc:        ports@freebsd.org
Subject:   Re: sysutils/stat 
Message-ID:  <20030616132427.B582243FBF@mx1.FreeBSD.org>
In-Reply-To: Message from Andre Guibert de Bruet <andy@siliconlandmark.com>  <20030615233244.L41111@alpha.siliconlandmark.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
* Sun, 15 Jun 2003 23:38:17 EDT - Andre Guibert de Bruet:
| Hi,
| 
| sysutils/stat seems to be broken under -CURRENT. Here's the buildlog under
| -CURRENT with sample output at the bottom:
[...]

| # rehash
| # stat .
| 1051 2358699 drwxr-xr-x 4 root wheel 9415848 512 "Jun 15 23:34:04 2003" "Jun 
| 15
| 23:34:01 2003" "Jun 15 23:34:01 2003" "Apr  5 15:01:15 2003" 4096 4 .

You're running -current's /usr/bin/stat here.  Try a "which stat".  If
you run "/usr/local/bin/stat .", it will look as you expect.

knap.sac(ovo/sun) [309] > which stat
/usr/bin/stat
knap.sac(ovo/sun) [310] > stat . 
1031 188901 drwxr-xr-x 14 petef sac 754791 1024 "Jun 14 10:05:07 2003" "Jun 13 10:26:55 2003" "Jun 13 10:26:55 2003" 4096 4 .
knap.sac(ovo/sun) [311] > 

--pete



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030616132427.B582243FBF>