summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Paths.pm
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2012-01-16 08:42:39 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2012-01-16 08:42:39 +0000
commit1a3f93b1d4b616d0b6c07d9f6c9fd75dcacbc94d (patch)
tree1587f978ddba00406e4601468bf403df20d68046 /usr.sbin/pkg_add/OpenBSD/Paths.pm
parent81623f027f52045f8e009861921bdc48d230c7f0 (diff)
Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).
In its current state, it causes too much slowdown, in particular during system builds, and there are other regressions. That cannot be fixed quickly while it's enabled. Problems pointed out by espie@, backout requested by deraadt@, diff "looks good" to espie@.
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD/Paths.pm')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/Paths.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Paths.pm b/usr.sbin/pkg_add/OpenBSD/Paths.pm
index 78d5c660fed..00a9cac9931 100644
--- a/usr.sbin/pkg_add/OpenBSD/Paths.pm
+++ b/usr.sbin/pkg_add/OpenBSD/Paths.pm
@@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
-# $OpenBSD: Paths.pm,v 1.20 2012/01/09 01:59:08 schwarze Exp $
+# $OpenBSD: Paths.pm,v 1.21 2012/01/16 08:42:38 schwarze Exp $
#
# Copyright (c) 2007 Marc Espie <espie@openbsd.org>
#
@@ -47,7 +47,6 @@ sub mount() { '/sbin/mount' }
sub df() { '/bin/df' }
sub ssh() { '/usr/bin/ssh' }
sub make() { '/usr/bin/make' }
-sub makewhatis() { '/usr/libexec/makewhatis' }
sub mklocatedb() { '/usr/libexec/locate.mklocatedb' }
sub hostname() { '/bin/hostname' }
sub sudo() { '/usr/bin/sudo' }