From owner-freebsd-ports Fri Nov 30 8:33: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gifw.genroco.com (genroco.com [205.254.195.202]) by hub.freebsd.org (Postfix) with ESMTP id 1CD7837B41C for ; Fri, 30 Nov 2001 08:32:59 -0800 (PST) Received: from gi2.genroco.com (IDENT:root@gi2.genroco.com [192.133.120.3]) by gifw.genroco.com (8.9.3/8.9.3) with ESMTP id LAA16809; Fri, 30 Nov 2001 11:00:29 -0600 Received: from scot.genroco.com (scot.genroco.com [192.133.120.125]) by gi2.genroco.com (8.9.3/8.9.3) with SMTP id KAA07328; Fri, 30 Nov 2001 10:32:54 -0600 Message-ID: <008401c179bc$a1a45ac0$7d7885c0@genroco.com> From: "Scot W. Hetzel" To: "Andrey A. Chernov" , "Jun Kuriyama" Cc: "Ports Team" References: <7mk7w954yd.wl@waterblue.imgsrc.co.jp> <20011130051105.GA15404@nagual.pp.ru> Subject: Re: Fix missing plist entry for apache13 Date: Fri, 30 Nov 2001 10:32:31 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: "Andrey A. Chernov" > On Fri, Nov 30, 2001 at 12:10:34 +0900, Jun Kuriyama wrote: > > > > Can I commit this patch? > > Not in this form. It is symlink, so should be created by @exec ln -s > instead. > No, it should not be created at all, as it is not required. The httpd.conf-dist file defines an alias for the manual directory: # This Alias will project the on-line documentation tree under /manual/ # even if you change the DocumentRoot. Comment it if you don't want to # provide access to the on-line documentation. # Alias /manual/ "@@ServerRoot@@/htdocs/manual/" Options Indexes FollowSymlinks MultiViews AllowOverride None Order allow,deny Allow from all Which gets changed to $prefix/share/doc/apache (FreeBSD.Layout) during the install of the httpd.conf-dist file. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message