diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-01-16 08:42:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-01-16 08:42:39 +0000 |
commit | 1a3f93b1d4b616d0b6c07d9f6c9fd75dcacbc94d (patch) | |
tree | 1587f978ddba00406e4601468bf403df20d68046 /libexec | |
parent | 81623f027f52045f8e009861921bdc48d230c7f0 (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 'libexec')
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index b33d25716c6..3c37bf3557d 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,10 +1,10 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.47 2012/01/05 23:03:57 schwarze Exp $ +# $OpenBSD: Makefile,v 1.48 2012/01/16 08:42:38 schwarze Exp $ .include <bsd.own.mk> SUBDIR= comsat fingerd ftpd getty identd lockspool \ - mail.local rpc.rquotad rpc.rstatd rpc.rusersd \ + mail.local makewhatis rpc.rquotad rpc.rstatd rpc.rusersd \ rpc.rwalld rpc.sprayd security spamd spamlogd spamd-setup rshd \ talkd tcpd tftp-proxy tftpd uucpd |