On Thu, 7 Sep 2006 17:15:51 -0400, Garance A Drosehn <gad_at_FreeBSD.org> wrote: > >xor# ls -l `which gawk` > >-r-xr-xr-x 2 root wheel 225232 Sep 7 16:40 /usr/local/bin/gawk > >xor# ls -l `which awk` > >-r-xr-xr-x 2 root wheel 123260 May 16 13:58 /usr/bin/awk > > Huh. I wonder why there's such a difference. All I did was > > portinstall -N gawk Difference confirmed on 6.1-RELEASE too: % ls -l `which gawk` `which awk` -r-xr-xr-x 2 root wheel 119164 May 7 00:59 /usr/bin/awk* -r-xr-xr-x 2 root wheel 1206332 Sep 7 17:20 /usr/local/bin/gawk* All I did was "cd /usr/ports/lang/gawk && make install clean". Just for the record: % file `which gawk` `which awk` /usr/local/bin/gawk: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), stripped /usr/bin/awk: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), stripped Both are stripped, so there's no cheating -- not that I'm aware of, at least. -- Ricardo Nabinger Sanchez <rnsanchez_at_{gmail.com,wait4.org}> Powered by FreeBSD "Left to themselves, things tend to go from bad to worse."Received on Thu Sep 07 2006 - 19:20:13 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:00 UTC