From shammer@daemon.li  Sun Jul 20 15:54:39 2003
Return-Path: <shammer@daemon.li>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C574837B404
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jul 2003 15:54:39 -0700 (PDT)
Received: from mail.ac-net.at (secure.ac-net.at [212.24.125.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 91A5F43FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jul 2003 15:54:38 -0700 (PDT)
	(envelope-from shammer@daemon.li)
Received: from localhost (server.ac-net.at [127.0.0.1])
	by mail.ac-net.at (AC-net Mailserver v1.3a) with ESMTP id 38B943FED
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jul 2003 00:54:37 +0200 (CEST)
Received: from daemon.li (dsl-155-13.utaonline.at [62.218.155.13])
	by mail.ac-net.at (AC-net Mailserver v1.3a) with SMTP id BE1873F8E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jul 2003 22:54:34 +0000 (UTC)
Received: (qmail 44587 invoked from network); 20 Jul 2003 22:55:49 -0000
Received: from localhost (HELO daemon.li) (127.0.0.1)
  by localhost with SMTP; 20 Jul 2003 22:55:49 -0000
Received: (from shammer@localhost)
	by daemon.li (8.12.6/8.12.7/Submit) id h6KMtmMo044585;
	Mon, 21 Jul 2003 00:55:48 +0200 (CEST)
	(envelope-from shammer)
Message-Id: <200307202255.h6KMtmMo044585@daemon.li>
Date: Mon, 21 Jul 2003 00:55:48 +0200 (CEST)
From: Josef El-Rayes <j.el-rayes@daemon.li>
Reply-To: Josef El-Rayes <j.el-rayes@daemon.li>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] add PACKAGESITE to packages chapter
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54678
>Category:       docs
>Synopsis:       [patch] add PACKAGESITE to packages chapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    josef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 20 16:00:32 PDT 2003
>Closed-Date:    Sun Jan 18 13:16:06 PST 2004
>Last-Modified:  Sun Jan 18 13:16:06 PST 2004
>Originator:     Josef El-Rayes
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD daemon.li 4.8-STABLE FreeBSD 4.8-STABLE #7: Thu Jul 3 21:46:26 CEST 2003 shammer@daemon.li:/usr/obj/usr/src/sys/CUSTOM i386


	
>Description:
	the mentioning of PACKAGESITE was missing in packages chapter, imho
very handy when you want to use mirrors.
	
>How-To-Repeat:
	
>Fix:

	

--- chapter.sgml.diff begins here ---
--- chapter.sgml.orig	Sun Jul 20 19:05:11 2003
+++ chapter.sgml	Sun Jul 20 19:20:45 2003
@@ -351,8 +351,11 @@
           url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/"></ulink>,
           or on the FreeBSD CD-ROM distribution.  Every CD on the
           FreeBSD 4-CD set (and the PowerPak, etc.) contains packages
-          in the <filename>/packages</filename> directory.  The layout
-          of the packages is similar to that of the
+          in the <filename>/packages</filename> directory.
+			 If you want to specify another FreeBSD Packages Mirror, instead of
+			using the main distribution site, you have to set
+			<envar>PACKAGESITE</envar> accordingly. 
+ 			The layout of the packages is similar to that of the
           <filename>/usr/ports</filename> tree.  Each category has its
           own directory, and every package can be found within the
           <filename>All</filename> directory.
--- chapter.sgml.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Marc Fonvieille <blackend@FreeBSD.org>
To: Josef El-Rayes <j.el-rayes@daemon.li>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/54678: [patch] add PACKAGESITE to packages chapter
Date: Mon, 21 Jul 2003 10:46:20 +0200

 On Mon, Jul 21, 2003 at 12:55:48AM +0200, Josef El-Rayes wrote:
 
 hehe you're good to think, I'm annoying you :)
 > 
 > 	
 > 
 > --- chapter.sgml.diff begins here ---
 > --- chapter.sgml.orig	Sun Jul 20 19:05:11 2003
 > +++ chapter.sgml	Sun Jul 20 19:20:45 2003
 > @@ -351,8 +351,11 @@
 >            url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/"></ulink>,
 >            or on the FreeBSD CD-ROM distribution.  Every CD on the
 >            FreeBSD 4-CD set (and the PowerPak, etc.) contains packages
 > -          in the <filename>/packages</filename> directory.  The layout
 > -          of the packages is similar to that of the
 > +          in the <filename>/packages</filename> directory.
 > +			 If you want to specify another FreeBSD Packages Mirror, instead of
 > +			using the main distribution site, you have to set
 > +			<envar>PACKAGESITE</envar> accordingly. 
 > + 			The layout of the packages is similar to that of the
 >            <filename>/usr/ports</filename> tree.  Each category has its
 >            own directory, and every package can be found within the
 >            <filename>All</filename> directory.
 > --- chapter.sgml.diff ends here ---
 > 
 
 This addition should be in or just after the previous para in that
 section.  You should also tell what is the default FTP site, which could
 be a way to introduce the PACKAGESITE variable.
 
 Marc

From: Lukas Ertl <l.ertl@univie.ac.at>
To: FreeBSD-gnats-submit@FreeBSD.org,
	Josef El-Rayes <j.el-rayes@daemon.li>,
	Marc Fonvieille <blackend@FreeBSD.org>
Cc: freebsd-doc@FreeBSD.org
Subject: Re: docs/54678: [patch] add PACKAGESITE to packages chapter
Date: Mon, 21 Jul 2003 12:56:29 +0200 (CEST)

 On Mon, 21 Jul 2003, Marc Fonvieille wrote:
 
 >  This addition should be in or just after the previous para in that
 >  section.  You should also tell what is the default FTP site, which could
 >  be a way to introduce the PACKAGESITE variable.
 
 Yeah, an example for PACKAGESITE would definitely be a good idea, I never
 how it should look like :-)
 
 Additionally we should mention that packages for 5.x are in .tbz format.
 
 regards,
 le
 
 --=20
 Lukas Ertl                             eMail: l.ertl@univie.ac.at
 UNIX-Systemadministrator               Tel.:  (+43 1) 4277-14073
 Zentraler Informatikdienst (ZID)       Fax.:  (+43 1) 4277-9140
 der Universit=E4t Wien                   http://mailbox.univie.ac.at/~le/
Responsible-Changed-From-To: freebsd-doc->josef 
Responsible-Changed-By: josef 
Responsible-Changed-When: Thu Jan 15 13:50:49 PST 2004 
Responsible-Changed-Why:  
I will take this one, as i am the originator. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54678 
State-Changed-From-To: open->closed 
State-Changed-By: josef 
State-Changed-When: Sun Jan 18 13:15:30 PST 2004 
State-Changed-Why:  
Commited, thanks(to me). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54678 
>Unformatted:
