[Translate] web/xml/users-guide uguide.en.xml,1.11,1.12
"David R. Morrison" <[email protected]>
| Newsgroups | gmane.os.apple.fink.i18n |
|---|---|
| Message-ID | <[email protected]> |
Begin forwarded message: > From: "David R. Morrison" <[email protected]> > Date: July 27, 2004 3:57:53 PM EDT > To: [email protected] > Subject: web/xml/users-guide uguide.en.xml,1.11,1.12 > Reply-To: [email protected] > > Update of /cvsroot/fink/web/xml/users-guide > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7452 > > Modified Files: > uguide.en.xml > Log Message: > Document the new aspects of sources.list management > > > Index: uguide.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/users-guide/uguide.en.xml,v > retrieving revision 1.11 > retrieving revision 1.12 > diff -u -d -r1.11 -r1.12 > --- uguide.en.xml 27 Jun 2004 00:46:39 -0000 1.11 > +++ uguide.en.xml 27 Jul 2004 19:57:51 -0000 1.12 > @@ -1052,6 +1052,45 @@ > </li> > </ul> > </section> > + <section name="sourceslist" > > + <title>Managing apt's sources.list file</title> > + <p>Starting with fink 0.21.0, fink actively manages the file > +<code>/sw/etc/apt/sources.list</code> which is used by apt to locate > +binary files for installation. The default sources.list file looks > +something like this, adjusted to match your Distribution and Trees: > +</p> > +<codeblock># Local modifications should either go above this line, or > at the end. > +# > +# Default APT sources configuration for Fink, written by the fink > program > + > +# Local package trees - packages built from source locally > +# NOTE: this is automatically kept in sync with the Trees: line in > +# /sw/etc/fink.conf > +# NOTE: run 'fink scanpackages' to update the corresponding > Packages.gz files > +deb file:/sw/fink local main > +deb file:/sw/fink stable main crypto > + > +# Official binary distribution: download location for packages > +# from the latest release > +deb http://us.dl.sourceforge.net/fink/direct_download 10.3/release > main crypto > + > +# Official binary distribution: download location for updated > +# packages built between releases > +deb http://us.dl.sourceforge.net/fink/direct_download 10.3/current > main crypto > + > +# Put local modifications to this file below this line, or at the top. > +</codeblock> > +<p>With this default file, apt-get first looks in your local > installation > +for already-compiled binaries, and then looks in the official binary > +distribution. You can alter this by making entries at the beginning > of > +the file (which will be searched first) or at the end of the file > (which > +will be searched last).</p> > +<p>Fink preserves your modifications even when altering the "default" > +portion of the file, if you confine them to the beginning and to the > end. > +If you had modified <code>/sw/etc/apt/sources.list</code> prior to > upgrading > +to fink 0.21.0, you will find your former file stored at > <code>/sw/etc/apt/sources.list.finkbak</code> . > +</p> > + </section> > </chapter> > <chapter filename="usage"> > <title>Using the fink Tool from the Command Line</title> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Fink-commits mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fink-commits