From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 01:40:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A0216A41F for ; Mon, 22 Aug 2005 01:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C219043D45 for ; Mon, 22 Aug 2005 01:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M1eHZC053330 for ; Mon, 22 Aug 2005 01:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1eHu5053329; Mon, 22 Aug 2005 01:40:17 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 01:40:17 GMT Message-Id: <200508220140.j7M1eHu5053329@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: serge.gagnon@b2b2c.ca Cc: Subject: Re: ports/85191: [PATCH] misc/linux-opengroupware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: serge.gagnon@b2b2c.ca List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:40:18 -0000 The following reply was made to PR ports/85191; it has been noted by GNATS. From: serge.gagnon@b2b2c.ca To: bug-followup@FreeBSD.org Cc: frank@opengroupware.org Subject: Re: ports/85191: [PATCH] misc/linux-opengroupware Date: Sun, 21 Aug 2005 21:38:47 -0400 (EDT) This message is in MIME format --Boundary_(ID_uGpuhRm+2weRNovnWZQwfw) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT fix a typo you must apply this patch after the one above sorry... -- GAGNON serge --Boundary_(ID_uGpuhRm+2weRNovnWZQwfw) Content-type: text/plain; charset=iso-8859-1; name=patch-patch_apache_version.pl; SizeOnDisk=659 Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=patch-patch_apache_version.pl Content-description: patch-patch_apache_version.pl --- misc/linux-opengroupware/scripts/patch_apache_version.pl.orig Mon Aug 22 21: 31:36 2005 +++ misc/linux-opengroupware/scripts/patch_apache_version.pl Mon Aug 22 21:31:52 2005 @@ -38,7 +38,7 @@ print AI "\n"; print AI "\n"; print AI "Alias /OpenGroupware.woa/WebServerResources/ \"/compat/linux/opt/ope ngroupware.org/WebServerResources/\"\n"; - print AI "\n"; + print AI "\n"; print AI "\tOptions Indexes Multiviews\n"; print AI "\tAllowOverride None\n"; print AI "\tOrder allow,deny\n"; --Boundary_(ID_uGpuhRm+2weRNovnWZQwfw)--