From owner-cvs-all@FreeBSD.ORG Thu Jun 14 21:54:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10E9216A46B; Thu, 14 Jun 2007 21:54:10 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id A7ADF13C4BE; Thu, 14 Jun 2007 21:54:09 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.1/8.14.1) with ESMTP id l5ELs8Nt073260; Fri, 15 Jun 2007 05:54:08 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.1/8.14.1/Submit) id l5ELs8Qq098472; Fri, 15 Jun 2007 05:54:08 +0800 (CST) (envelope-from rafan) Date: Fri, 15 Jun 2007 05:54:08 +0800 From: Rong-En Fan To: Anders Nordby Message-ID: <20070614215408.GE29573@svm.csie.ntu.edu.tw> References: <200706142110.l5ELAkuk048754@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706142110.l5ELAkuk048754@repoman.freebsd.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/thttpd Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 21:54:10 -0000 Hi, On Thu, Jun 14, 2007 at 09:10:45PM +0000, Anders Nordby wrote: > anders 2007-06-14 21:10:45 UTC > > FreeBSD ports repository > > Modified files: > www/thttpd Makefile pkg-plist > Log: > Rename htpasswd program to thttpdpasswd, some people might actually > want to install different webservers at the same time. Reflected in man > pages. > > PR: ports/112954 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=112954 Thanks you! Actually, I was wondering to have a separate www/htpasswd port and make apache/thttpd use it. But the problem I had last time when I trying to do this is that I don't know which htpasswd to choose. Regards, Rong-En Fan