summaryrefslogtreecommitdiffstats
path: root/usr.bin/whereis
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-12-22 19:11:28 +0000
committerache <ache@FreeBSD.org>1997-12-22 19:11:28 +0000
commit6b0fed6a9633b43f829c8e00d3cb0d3f61480bcf (patch)
treeb8165c49fec3f7a6e33e37ec7d2ce2bdbce66527 /usr.bin/whereis
parent6db96c372e997d15cc47d144750838de42c66dcd (diff)
downloadFreeBSD-src-6b0fed6a9633b43f829c8e00d3cb0d3f61480bcf.zip
FreeBSD-src-6b0fed6a9633b43f829c8e00d3cb0d3f61480bcf.tar.gz
Fix sysctl path /usr/sbin->/sbin
Diffstat (limited to 'usr.bin/whereis')
-rw-r--r--usr.bin/whereis/whereis.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/whereis/whereis.pl b/usr.bin/whereis/whereis.pl
index 12b3997..3502d8c 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$
+# $Id: whereis.pl,v 1.4 1997/02/22 19:57:48 peter Exp $
#
sub usage
@@ -96,7 +96,7 @@ if (!defined(@binaries)) {
#
# first, use default path, then append /usr/libexec and the user's path
#
- local($cs_path) = `/usr/sbin/sysctl -n user.cs_path`;
+ local($cs_path) = `/sbin/sysctl -n user.cs_path`;
local(@list, %path);
chop($cs_path);
OpenPOWER on IntegriCloud