From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 11 10:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F1B0B407 for ; Thu, 11 Jul 2013 10:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BFE651F08 for ; Thu, 11 Jul 2013 10:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6BA02FD045738 for ; Thu, 11 Jul 2013 10:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6BA02kF045737; Thu, 11 Jul 2013 10:00:02 GMT (envelope-from gnats) Resent-Date: Thu, 11 Jul 2013 10:00:02 GMT Resent-Message-Id: <201307111000.r6BA02kF045737@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, Sergey Kandaurov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D0780235 for ; Thu, 11 Jul 2013 09:51:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id C2E6D1EB1 for ; Thu, 11 Jul 2013 09:51:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6B9pd8Q096814 for ; Thu, 11 Jul 2013 09:51:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6B9pdTg096811; Thu, 11 Jul 2013 09:51:39 GMT (envelope-from nobody) Message-Id: <201307110951.r6B9pdTg096811@oldred.freebsd.org> Date: Thu, 11 Jul 2013 09:51:39 GMT From: Sergey Kandaurov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180458: [patch] www/apache2[24]: typo in pkg-message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 10:00:03 -0000 >Number: 180458 >Category: ports >Synopsis: [patch] www/apache2[24]: typo in pkg-message >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 11 10:00:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergey Kandaurov >Release: >Organization: >Environment: >Description: s#/etc/nsswitch#/etc/nsswitch.conf#g Probably, also a comma after the second "or" is missing. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: www/apache22/pkg-message =================================================================== --- www/apache22/pkg-message (revision 322762) +++ www/apache22/pkg-message (working copy) @@ -2,5 +2,5 @@ in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in -/etc/nsswitch typically DNS or /etc/hosts or apache might +/etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. Index: www/apache24/pkg-message =================================================================== --- www/apache24/pkg-message (revision 322762) +++ www/apache24/pkg-message (working copy) @@ -2,5 +2,5 @@ in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in -/etc/nsswitch typically DNS or /etc/hosts or apache might +/etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. >Release-Note: >Audit-Trail: >Unformatted: