summaryrefslogtreecommitdiffstats
path: root/usr.bin/whereis
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-06-21 19:52:09 +0000
committerhoek <hoek@FreeBSD.org>1999-06-21 19:52:09 +0000
commit187aef71ff123b9113f9d1d44edea5225fb175b9 (patch)
treef97a86f9e1173334151a1372e96c1df5def729c9 /usr.bin/whereis
parent3d09e3478e6a15a90f52c2412d260751cc4d0147 (diff)
downloadFreeBSD-src-187aef71ff123b9113f9d1d44edea5225fb175b9.zip
FreeBSD-src-187aef71ff123b9113f9d1d44edea5225fb175b9.tar.gz
Don't strip trailing .suffixes from filenames. Although obviously
intentional, this behaviour is far too obnoxious given the number of filenames such as rpc.statd we have. Submitted by: Chris Costello [3]chris@calldei.com (bin/11303)
Diffstat (limited to 'usr.bin/whereis')
-rw-r--r--usr.bin/whereis/whereis.18
-rw-r--r--usr.bin/whereis/whereis.pl3
2 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1
index 637cca1..b569301 100644
--- a/usr.bin/whereis/whereis.1
+++ b/usr.bin/whereis/whereis.1
@@ -31,7 +31,7 @@
.\"
.\" @(#)whereis.1 8.2 (Berkeley) 12/30/93
.\"
-.\" $Id: whereis.1,v 1.5 1998/05/15 11:22:40 jkoshy Exp $
+.\" $Id: whereis.1,v 1.6 1998/08/31 16:41:08 wosch Exp $
.\"
.Dd June 15, 1996
.Dt WHEREIS 1
@@ -51,8 +51,10 @@ The
utility checks the standard binary, manual page, and source
directories for the specified programs, printing out the paths of any
it finds. The supplied names are first stripped of leading path name
-components, any single trailing extension of the form
-.Ql .ext ,
+components, any single trailing extension added by
+.Xr gzip 1
+or
+.Xr compress 1 ,
and the leading
.Ql s.
or trailing
diff --git a/usr.bin/whereis/whereis.pl b/usr.bin/whereis/whereis.pl
index 3835253..f53d2a6 100644
--- a/usr.bin/whereis/whereis.pl
+++ b/usr.bin/whereis/whereis.pl
@@ -28,7 +28,7 @@
#
# Rewritten from scratch for FreeBSD after the 4.3BSD manual page.
#
-# $Id: whereis.pl,v 1.5 1997/12/22 19:11:28 ache Exp $
+# $Id: whereis.pl,v 1.6 1998/10/04 10:33:37 obrien Exp $
#
sub usage
@@ -176,7 +176,6 @@ foreach $name (@names) {
$name =~ s|^.*/||; # strip leading path name component
$name =~ s/,v$//; $name =~ s/^s\.//; # RCS or SCCS suffix/prefix
$name =~ s/\.(Z|z|gz)$//; # compression suffix
- $name =~ s/\.[^.]+//; # any other suffix
$line = "";
$unusual = 0;
OpenPOWER on IntegriCloud