From owner-cvs-ports@FreeBSD.ORG Thu Jul 13 07:38:50 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31A8F16A4DE; Thu, 13 Jul 2006 07:38:50 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E158543D49; Thu, 13 Jul 2006 07:38:49 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D7cnem071771; Thu, 13 Jul 2006 07:38:49 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D7cnOD071768; Thu, 13 Jul 2006 07:38:49 GMT (envelope-from obrien) Message-Id: <200607130738.k6D7cnOD071768@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 Jul 2006 07:38:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/thttpd/files thttpd.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 07:38:50 -0000 obrien 2006-07-13 07:38:49 UTC FreeBSD ports repository Modified files: www/thttpd/files thttpd.sh.in Log: Previously thttpd specified to start before /etc/rc.d/ldconfig, which has an issue - one can easily need /etc/rc.d/ldconfig to run first. So rather than require 'SERVERS' and forcing to run before 'DAEMON', simply depend on 'DAEMON'. (which is really to gate "servers" like httpd, ftpd, etc..) Approvedby: anders@FreeBSD.org Revision Changes Path 1.3 +2 -3 ports/www/thttpd/files/thttpd.sh.in