From owner-freebsd-questions@FreeBSD.ORG Sat May 9 17:05:22 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFFF987A for ; Sat, 9 May 2015 17:05:22 +0000 (UTC) Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 83AB81C30 for ; Sat, 9 May 2015 17:05:21 +0000 (UTC) Received: from curlew.milibyte.co.uk ([80.229.31.82]) by avasout08 with smtp id Rt5H1q0011mJoLY01t5JtU; Sat, 09 May 2015 18:05:18 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=GcuZnGnL c=1 sm=1 tr=0 a=cd0K7rcWwnZFf6xQxRobyA==:117 a=cd0K7rcWwnZFf6xQxRobyA==:17 a=D7rCoLxHAAAA:8 a=0Bzu9jTXAAAA:8 a=kj9zAlcOel0A:10 a=h1PgugrvaO0A:10 a=pGLkceISAAAA:8 a=3qBxBwL_9E9MbpNFZJsA:9 a=CjuIK1q_8ugA:10 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.85) (envelope-from ) id 1Yr8Bg-0001zQ-Ie; Sat, 09 May 2015 18:05:16 +0100 Date: Sat, 9 May 2015 18:05:16 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org, Ernie Luzar Message-ID: <20150509180516.3471c1ae@curlew.lan> In-Reply-To: <554E3771.5060709@gmail.com> References: <554E3771.5060709@gmail.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.0) MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Subject: Re: c_rehash pgm missing from 10.1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 17:05:23 -0000 On Sat, 09 May 2015 12:36:01 -0400 Ernie Luzar wrote: > I'm trying to setup TLS for qpopper. Have my keys & certs built but get > error saying may need to do c_rehash on directory. > Running the "locate c_rehash" command shows nothing but the man page for > c_rehash. > Am I correct in thinking the c_rehash can be run direct from the command > line? curlew:/home/mike% which c_rehash /usr/local/bin/c_rehash curlew:/home/mike% pkg which /usr/local/bin/c_rehash /usr/local/bin/c_rehash was installed by package openssl-1.0.2_1 -- Mike Clarke