From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 10 23:10:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AD1016A418 for ; Thu, 10 Jan 2008 23:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DAA013C46E for ; Thu, 10 Jan 2008 23:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0ANA4oV072455 for ; Thu, 10 Jan 2008 23:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0ANA40u072454; Thu, 10 Jan 2008 23:10:04 GMT (envelope-from gnats) Resent-Date: Thu, 10 Jan 2008 23:10:04 GMT Resent-Message-Id: <200801102310.m0ANA40u072454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, terry@sucked-in.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB6F016A418 for ; Thu, 10 Jan 2008 23:09:46 +0000 (UTC) (envelope-from root@sucked-in.com) Received: from mail.sucked-in.com (got.sucked-in.com [64.251.22.156]) by mx1.freebsd.org (Postfix) with ESMTP id A6F7013C43E for ; Thu, 10 Jan 2008 23:09:46 +0000 (UTC) (envelope-from root@sucked-in.com) Received: from localhost (got.sucked-in.com [64.251.22.156]) by mail.sucked-in.com (Postfix) with ESMTP id C64041CD66; Fri, 11 Jan 2008 10:09:45 +1100 (EST) Received: from mail.sucked-in.com ([64.251.22.156]) by localhost (mail.sucked-in.com [64.251.22.156]) (amavisd-new, port 10024) with ESMTP id sv-s-l3s6BTv; Fri, 11 Jan 2008 10:09:45 +1100 (EST) Received: by mail.sucked-in.com (Postfix, from userid 0) id 9058A1CCA6; Fri, 11 Jan 2008 10:09:45 +1100 (EST) Message-Id: <20080110230945.9058A1CCA6@mail.sucked-in.com> Date: Fri, 11 Jan 2008 10:09:45 +1100 (EST) From: terry@sucked-in.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dan@langille.org Subject: ports/119547: Incorrect apache httpd.conf directive in pkg-message.in X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: terry@sucked-in.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 23:10:04 -0000 >Number: 119547 >Category: ports >Synopsis: Incorrect apache httpd.conf directive in pkg-message.in >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 10 23:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Terry Sposato >Release: FreeBSD 6.2-RELEASE-p8 i386 >Organization: Sucked In - www.sucked-in.com >Environment: System: FreeBSD got.sucked-in.com 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #2: Fri Oct 5 15:33:51 EST 2007 root@got.sucked-in.com:/usr/obj/usr/src/sys/SUCKED i386 >Description: Port: net-mgmt/fruity File: net-mgmt/fruity/files/pkg-message.in Incorrect pkg-message.in tells user to add the wrong apache httpd.conf directive. Should point to /usr/local/www/fruity/ by default. >How-To-Repeat: Build the port and view the message. >Fix: Please see attached diff file below. --- pkg-message.in.diff begins here --- --- pkg-message.in.old Fri Jan 11 10:05:28 2008 +++ pkg-message.in Fri Jan 11 10:05:49 2008 @@ -24,7 +24,7 @@ You will probably want to add an alias to your httpd.conf file, something like this: - Alias /fruity/ /usr/local/etc/fruity/fruity/ + Alias /fruity/ /usr/local/www/fruity/ And restart Apache. --- pkg-message.in.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: