From owner-freebsd-questions@FreeBSD.ORG Sat May 9 16:35:48 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 249C645F for ; Sat, 9 May 2015 16:35:48 +0000 (UTC) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2506191B for ; Sat, 9 May 2015 16:35:47 +0000 (UTC) Received: by iget9 with SMTP id t9so48395242ige.1 for ; Sat, 09 May 2015 09:35:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=pHXTqSS7U2ke4ZTE1klhySNXVQrq1bozcX3WfvfnDPI=; b=gxaaNp0C/2dd7OX2c1Q0TldYzyn3nh3grjgGD6pJzIlm5ZcBhiQoSruhxALlUe7tLm gKdmxKbh02OgRuSjXsT7cv6WVi9UoHWTCXucrFJaguO+XkSAKjHoiqDJyjDy7xIphNnC 0bbPlcUF90J4Qnrl3sFolHluyDBAnga4tzZEc57oKyVG+XDnA8GgUf13VaB6Ndb1oSW4 vL2hoBhhNg/gbHBhZObkEEk8W5nhWs5+32+YxAiUqrrrwuO104wtOf9KqUWg5KKltyUG uZGSdLCWpeqSY1gXiPG37sBbJ+kRGJzSlKuAy5YYOp4wcoshrNlGlOYyba+ojXf0YwRB BoiQ== X-Received: by 10.43.59.80 with SMTP id wn16mr3522067icb.40.1431189347174; Sat, 09 May 2015 09:35:47 -0700 (PDT) Received: from [10.0.10.5] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by mx.google.com with ESMTPSA id cy11sm2149612igc.14.2015.05.09.09.35.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 09 May 2015 09:35:46 -0700 (PDT) Message-ID: <554E3771.5060709@gmail.com> Date: Sat, 09 May 2015 12:36:01 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: "q >> FreeBSD Questions" Subject: c_rehash pgm missing from 10.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 16:35:48 -0000 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?