Update of /cvsroot/fink/web/doc/users-guide
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25426/web/doc/users-guide

Modified Files:
        conf.en.php index.en.php install.en.php intro.en.php 
        packages.en.php uguide.en.html upgrade.en.php usage.en.php 
Log Message:
'fink remove' *can* work without .info.
Document 'fink purge'.


Index: usage.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/users-guide/usage.en.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- usage.en.php        21 Oct 2004 21:35:42 -0000      1.21
+++ usage.en.php        8 Nov 2004 02:07:40 -0000       1.22
@@ -1,7 +1,7 @@
 <?
 $title = "User's Guide - fink Tool";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/10/21 21:34:34';
+$cvs_author = 'Author: dmacks';
+$cvs_date = 'Date: 2004/11/08 02:03:27';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="User\'s 
Guide Contents"><link rel="prev" href="conf.php?phpLang=en" title="The Fink 
Configuration File">';
 
 
@@ -69,18 +69,24 @@
     
     <h2><a name="remove">6.4 remove</a></h2>
       
-      <p>The remove command removes packages from the system by calling 
'<code>dpkg --remove</code>'. The current implementation has some flaws: It 
only works on
-packages the <code>fink</code> tool knows about (i.e. where an .info file is 
present); and it
+      <p>The remove command removes packages from the system by calling 
'<code>dpkg --remove</code>'. The current implementation has a flaw: it
 doesn't check dependencies itself but rather completely leaves that to
 the dpkg tool (usually this poses no problem, though).</p>
-      <p>The remove command only removes the actual package files, but leaves
+      <p>The remove command only removes the actual package files,
+(excluding configuration files), but leaves
 the .deb compressed package file intact. This means that you can
 re-install the package later without going through the compile process
 again. If you need the disk space, you can remove the .deb from the
 <code>/sw/fink/dists</code> tree.</p>
       <p>Aliases: disable, deactivate, unuse, delete.</p>
     
-    <h2><a name="update-all">6.5 update-all</a></h2>
+    <h2><a name="purge">6.5 purge</a></h2>
+      
+      <p>The purge command purges packages from the system. This is
+the same as the remove command except that it removes configuration
+files as well.</p>
+    
+    <h2><a name="update-all">6.6 update-all</a></h2>
       
       <p>This command updates all installed packages to the latest version. It
 does not need a package list, so you just type:</p>
@@ -90,7 +96,7 @@
 applicable here.
       </p>
     
-    <h2><a name="list">6.6 list</a></h2>
+    <h2><a name="list">6.7 list</a></h2>
       
       <p>
 This command produces a list of available packages, listing
@@ -150,7 +156,7 @@
 interpreting the pattern itself.
 </p>
     
-    <h2><a name="apropos">6.7 apropos</a></h2>
+    <h2><a name="apropos">6.8 apropos</a></h2>
       
       <p>
 This command behaves almost identical to <code>fink list</code>. The most
@@ -163,7 +169,7 @@
 fink apropos -s=kde irc   - the same as above, but restricted to packages from 
the kde section
 </pre>
     
-    <h2><a name="describe">6.8 describe</a></h2>
+    <h2><a name="describe">6.9 describe</a></h2>
       
       <p>
 This command displays a description of the package you name on the
@@ -175,22 +181,22 @@
 Aliases: desc, description, info
 </p>
     
-    <h2><a name="fetch">6.9 fetch</a></h2>
+    <h2><a name="fetch">6.10 fetch</a></h2>
       
       <p>Downloads the named packages, but does not install it. This command
 will download the tarballs even if they were downloaded before.</p>
     
-    <h2><a name="fetch-all">6.10 fetch-all</a></h2>
+    <h2><a name="fetch-all">6.11 fetch-all</a></h2>
       
       <p>Downloads <b>all</b> package source files. Like fetch, this downloads 
the
 tarballs even when they were downloaded before.</p>
     
-    <h2><a name="fetch-missing">6.11 fetch-missing</a></h2>
+    <h2><a name="fetch-missing">6.12 fetch-missing</a></h2>
       
       <p>Downloads <b>all</b> missing package source files. This command will 
only download
 files that are not present on the system.</p>
     
-    <h2><a name="build">6.12 build</a></h2>
+    <h2><a name="build">6.13 build</a></h2>
       
       <p>Builds a package, but does not install it. As usual, the source
 tarballs are downloaded if they can not be found. The result of this
@@ -202,7 +208,7 @@
 The <a href="#options">--use-binary-dist option</a> is applicable here.
       </p>
     
-    <h2><a name="rebuild">6.13 rebuild</a></h2>
+    <h2><a name="rebuild">6.14 rebuild</a></h2>
       
       <p>Builds a package (like the build command), but ignores and overwrites
 the existing .deb file. If the package is installed, the newly created
@@ -212,14 +218,14 @@
 The <a href="#options">--use-binary-dist option</a> is applicable here.
       </p>
     
-    <h2><a name="reinstall">6.14 reinstall</a></h2>
+    <h2><a name="reinstall">6.15 reinstall</a></h2>
       
       <p>Same as install, but will install the package via <code>dpkg</code> 
even when it is
 already installed. You can use this when you accidentally deleted
 package files or changed configuration files and want to get the
 default settings back.</p>
     
-    <h2><a name="configure">6.15 configure</a></h2>
+    <h2><a name="configure">6.16 configure</a></h2>
       
       <p>
 Reruns the Fink configuration process.
@@ -227,7 +233,7 @@
 others.
 </p>
     
-    <h2><a name="selfupdate">6.16 selfupdate</a></h2>
+    <h2><a name="selfupdate">6.17 selfupdate</a></h2>
       
       <p>
        This command automates the process of upgrading to a new Fink
@@ -243,14 +249,14 @@
 the list of available packages in the binary distribution is also updated.
       </p>
     
-    <h2><a name="index">6.17 index</a></h2>
+    <h2><a name="index">6.18 index</a></h2>
       
       <p>
    Rebuilds the package cache. You should not normally need to execute
    this manually, as <code>fink</code> should auto-detect when it needs to be 
updated.
 </p>
     
-    <h2><a name="validate">6.18 validate</a></h2>
+    <h2><a name="validate">6.19 validate</a></h2>
       
       <p>
    This command performs various checks on .info and .deb files. Package
@@ -261,13 +267,13 @@
    Aliases: check
 </p>
     
-    <h2><a name="scanpackages">6.19 scanpackages</a></h2>
+    <h2><a name="scanpackages">6.20 scanpackages</a></h2>
       
       <p>
    Calls dpkg-scanpackages(8) with the specified trees.
 </p>
     
-    <h2><a name="cleanup">6.20 cleanup</a></h2>
+    <h2><a name="cleanup">6.21 cleanup</a></h2>
       
       <p>
    Removes obsolete package files (.info, .patch, .deb) if newer versions are 
available. 
@@ -278,7 +284,7 @@
 obsolete downloaded binary packages are also deleted.
       </p>
     
-    <h2><a name="dumpinfo">6.21 dumpinfo</a></h2>
+    <h2><a name="dumpinfo">6.22 dumpinfo</a></h2>
       
       <p>
 Only available in <code>fink</code> newer than version 0.21.0

Index: conf.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/users-guide/conf.en.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- conf.en.php 21 Oct 2004 21:35:41 -0000      1.21
+++ conf.en.php 8 Nov 2004 02:07:40 -0000       1.22
@@ -1,7 +1,7 @@
 <?
 $title = "User's Guide - fink.conf";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/10/21 21:34:34';
+$cvs_author = 'Author: dmacks';
+$cvs_date = 'Date: 2004/11/08 02:03:27';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="User\'s 
Guide Contents"><link rel="next" href="usage.php?phpLang=en" title="Using the 
fink Tool from the Command Line"><link rel="prev" href="upgrade.php?phpLang=en" 
title="Upgrading Fink">';
 
 

Index: intro.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/users-guide/intro.en.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- intro.en.php        21 Oct 2004 21:35:41 -0000      1.21
+++ intro.en.php        8 Nov 2004 02:07:40 -0000       1.22
@@ -1,7 +1,7 @@
 <?
 $title = "User's Guide - Introduction";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/10/21 21:34:34';
+$cvs_author = 'Author: dmacks';
+$cvs_date = 'Date: 2004/11/08 02:03:27';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="User\'s 
Guide Contents"><link rel="next" href="install.php?phpLang=en" title="First 
Time Installation"><link rel="prev" href="index.php?phpLang=en" title="User\'s 
Guide Contents">';
 
 

Index: packages.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/users-guide/packages.en.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- packages.en.php     21 Oct 2004 21:35:41 -0000      1.23
+++ packages.en.php     8 Nov 2004 02:07:40 -0000       1.24
@@ -1,7 +1,7 @@
 <?
 $title = "User's Guide - Packages";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/10/21 21:34:34';
+$cvs_author = 'Author: dmacks';
+$cvs_date = 'Date: 2004/11/08 02:03:27';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="User\'s 
Guide Contents"><link rel="next" href="upgrade.php?phpLang=en" title="Upgrading 
Fink"><link rel="prev" href="install.php?phpLang=en" title="First Time 
Installation">';
 
 

Index: install.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/users-guide/install.en.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- install.en.php      21 Oct 2004 21:35:41 -0000      1.21
+++ install.en.php      8 Nov 2004 02:07:40 -0000       1.22
@@ -1,7 +1,7 @@
 <?
 $title = "User's Guide - Install";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/10/21 21:34:34';
+$cvs_author = 'Author: dmacks';
+$cvs_date = 'Date: 2004/11/08 02:03:27';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="User\'s 
Guide Contents"><link rel="next" href="packages.php?phpLang=en" 
title="Installing Packages"><link rel="prev" href="intro.php?phpLang=en" 
title="Introduction">';
 
 

Index: uguide.en.html
===================================================================
RCS file: /cvsroot/fink/web/doc/users-guide/uguide.en.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- uguide.en.html      21 Oct 2004 21:35:41 -0000      1.24
+++ uguide.en.html      8 Nov 2004 02:07:40 -0000       1.25
@@ -33,7 +33,7 @@
 </p>
   <h2>Contents</h2><ul><li><a href="#intro"><b>1 
Introduction</b></a><ul><li><a href="#intro.what">1.1 What is 
Fink?</a></li><li><a href="#intro.req">1.2 Requirements</a></li><li><a 
href="#intro.supported-os">1.3 Supported Systems</a></li><li><a 
href="#intro.src-vs-bin">1.4 Source vs. Binary</a></li></ul></li><li><a 
href="#install"><b>2 First Time Installation</b></a><ul><li><a 
href="#install.bin">2.1 Installing the Binary Distribution</a></li><li><a 
href="#install.src">2.2 Installing the Source Distribution</a></li><li><a 
href="#install.setup">2.3 Setting Up Your Environment</a></li></ul></li><li><a 
href="#packages"><b>3 Installing Packages</b></a><ul><li><a 
href="#packages.bin-dselect">3.1 Installing Binary Packages with
 dselect</a></li><li><a href="#packages.bin-apt">3.2 Installing Binary Packages 
with
-apt-get</a></li><li><a href="#packages.bin-exceptions">3.3 Installing 
Dependent Packages that are Unavailable in the Binary 
Distribution</a></li><li><a href="#packages.src">3.4 Installing Binary and 
Source Packages with fink</a></li><li><a href="#packages.fink-commander">3.5 
Fink Commander</a></li><li><a href="#packages.available-versions">3.6 Available 
versions</a></li><li><a href="#packages.x11">3.7 Getting X11 Sorted 
Out</a></li></ul></li><li><a href="#upgrade"><b>4 Upgrading 
Fink</b></a><ul><li><a href="#upgrade.bin">4.1 Upgrading using Binary 
Packages</a></li><li><a href="#upgrade.src">4.2 Upgrading the Source 
Distribution</a></li><li><a href="#upgrade.mix">4.3 Mixing Binaries and 
Source</a></li></ul></li><li><a href="#conf"><b>5 The Fink Configuration 
File</b></a><ul><li><a href="#conf.about">5.1 About fink.conf</a></li><li><a 
href="#conf.syntax">5.2 fink.conf syntax</a></li><li><a 
href="#conf.required">5.3 Required Settings</a></li><li><a 
href="#conf.optional">5.4 Optional User Settings</a></li><li><a 
href="#conf.downloading">5.5 Download Settings</a></li><li><a 
href="#conf.mirrors">5.6 Mirror Settings</a></li><li><a 
href="#conf.developer">5.7 Developer Settings</a></li><li><a 
href="#conf.advanced">5.8 Advanced Settings</a></li><li><a 
href="#conf.sourceslist">5.9 Managing apt's sources.list 
file</a></li></ul></li><li><a href="#usage"><b>6 Using the fink Tool from the 
Command Line</b></a><ul><li><a href="#usage.using">6.1 Using the fink 
tool</a></li><li><a href="#usage.options">6.2 Global options</a></li><li><a 
href="#usage.install">6.3 install</a></li><li><a href="#usage.remove">6.4 
remove</a></li><li><a href="#usage.update-all">6.5 update-all</a></li><li><a 
href="#usage.list">6.6 list</a></li><li><a href="#usage.apropos">6.7 
apropos</a></li><li><a href="#usage.describe">6.8 describe</a></li><li><a 
href="#usage.fetch">6.9 fetch</a></li><li><a href="#usage.fetch-all">6.10 
fetch-all</a></li><li><a href="#usage.fetch-missing">6.11 
fetch-missing</a></li><li><a href="#usage.build">6.12 build</a></li><li><a 
href="#usage.rebuild">6.13 rebuild</a></li><li><a href="#usage.reinstall">6.14 
reinstall</a></li><li><a href="#usage.configure">6.15 configure</a></li><li><a 
href="#usage.selfupdate">6.16 selfupdate</a></li><li><a 
href="#usage.index">6.17 index</a></li><li><a href="#usage.validate">6.18 
validate</a></li><li><a href="#usage.scanpackages">6.19 
scanpackages</a></li><li><a href="#usage.cleanup">6.20 cleanup</a></li><li><a 
href="#usage.dumpinfo">6.21 dumpinfo</a></li></ul></li></ul><h2><a 
name="intro">1 Introduction</a></h2>
+apt-get</a></li><li><a href="#packages.bin-exceptions">3.3 Installing 
Dependent Packages that are Unavailable in the Binary 
Distribution</a></li><li><a href="#packages.src">3.4 Installing Binary and 
Source Packages with fink</a></li><li><a href="#packages.fink-commander">3.5 
Fink Commander</a></li><li><a href="#packages.available-versions">3.6 Available 
versions</a></li><li><a href="#packages.x11">3.7 Getting X11 Sorted 
Out</a></li></ul></li><li><a href="#upgrade"><b>4 Upgrading 
Fink</b></a><ul><li><a href="#upgrade.bin">4.1 Upgrading using Binary 
Packages</a></li><li><a href="#upgrade.src">4.2 Upgrading the Source 
Distribution</a></li><li><a href="#upgrade.mix">4.3 Mixing Binaries and 
Source</a></li></ul></li><li><a href="#conf"><b>5 The Fink Configuration 
File</b></a><ul><li><a href="#conf.about">5.1 About fink.conf</a></li><li><a 
href="#conf.syntax">5.2 fink.conf syntax</a></li><li><a 
href="#conf.required">5.3 Required Settings</a></li><li><a 
href="#conf.optional">5.4 Optional User Settings</a></li><li><a 
href="#conf.downloading">5.5 Download Settings</a></li><li><a 
href="#conf.mirrors">5.6 Mirror Settings</a></li><li><a 
href="#conf.developer">5.7 Developer Settings</a></li><li><a 
href="#conf.advanced">5.8 Advanced Settings</a></li><li><a 
href="#conf.sourceslist">5.9 Managing apt's sources.list 
file</a></li></ul></li><li><a href="#usage"><b>6 Using the fink Tool from the 
Command Line</b></a><ul><li><a href="#usage.using">6.1 Using the fink 
tool</a></li><li><a href="#usage.options">6.2 Global options</a></li><li><a 
href="#usage.install">6.3 install</a></li><li><a href="#usage.remove">6.4 
remove</a></li><li><a href="#usage.purge">6.5 purge</a></li><li><a 
href="#usage.update-all">6.6 update-all</a></li><li><a href="#usage.list">6.7 
list</a></li><li><a href="#usage.apropos">6.8 apropos</a></li><li><a 
href="#usage.describe">6.9 describe</a></li><li><a href="#usage.fetch">6.10 
fetch</a></li><li><a href="#usage.fetch-all">6.11 fetch-all</a></li><li><a 
href="#usage.fetch-missing">6.12 fetch-missing</a></li><li><a 
href="#usage.build">6.13 build</a></li><li><a href="#usage.rebuild">6.14 
rebuild</a></li><li><a href="#usage.reinstall">6.15 reinstall</a></li><li><a 
href="#usage.configure">6.16 configure</a></li><li><a 
href="#usage.selfupdate">6.17 selfupdate</a></li><li><a 
href="#usage.index">6.18 index</a></li><li><a href="#usage.validate">6.19 
validate</a></li><li><a href="#usage.scanpackages">6.20 
scanpackages</a></li><li><a href="#usage.cleanup">6.21 cleanup</a></li><li><a 
href="#usage.dumpinfo">6.22 dumpinfo</a></li></ul></li></ul><h2><a 
name="intro">1 Introduction</a></h2>
     
     
     <h3><a name="intro.what">1.1 What is Fink?</a></h3>
@@ -1233,18 +1233,24 @@
     
     <h3><a name="usage.remove">6.4 remove</a></h3>
       
-      <p>The remove command removes packages from the system by calling '<tt 
style="white-space: nowrap;">dpkg --remove</tt>'. The current implementation 
has some flaws: It only works on
-packages the <tt style="white-space: nowrap;">fink</tt> tool knows about (i.e. 
where an .info file is present); and it
+      <p>The remove command removes packages from the system by calling '<tt 
style="white-space: nowrap;">dpkg --remove</tt>'. The current implementation 
has a flaw: it
 doesn't check dependencies itself but rather completely leaves that to
 the dpkg tool (usually this poses no problem, though).</p>
-      <p>The remove command only removes the actual package files, but leaves
+      <p>The remove command only removes the actual package files,
+(excluding configuration files), but leaves
 the .deb compressed package file intact. This means that you can
 re-install the package later without going through the compile process
 again. If you need the disk space, you can remove the .deb from the
 <tt style="white-space: nowrap;">/sw/fink/dists</tt> tree.</p>
       <p>Aliases: disable, deactivate, unuse, delete.</p>
     
-    <h3><a name="usage.update-all">6.5 update-all</a></h3>
+    <h3><a name="usage.purge">6.5 purge</a></h3>
+      
+      <p>The purge command purges packages from the system. This is
+the same as the remove command except that it removes configuration
+files as well.</p>
+    
+    <h3><a name="usage.update-all">6.6 update-all</a></h3>
       
       <p>This command updates all installed packages to the latest version. It
 does not need a package list, so you just type:</p>
@@ -1254,7 +1260,7 @@
 applicable here.
       </p>
     
-    <h3><a name="usage.list">6.6 list</a></h3>
+    <h3><a name="usage.list">6.7 list</a></h3>
       
       <p>
 This command produces a list of available packages, listing
@@ -1314,7 +1320,7 @@
 interpreting the pattern itself.
 </p>
     
-    <h3><a name="usage.apropos">6.7 apropos</a></h3>
+    <h3><a name="usage.apropos">6.8 apropos</a></h3>
       
       <p>
 This command behaves almost identical to <tt style="white-space: nowrap;">fink 
list</tt>. The most
@@ -1327,7 +1333,7 @@
 fink apropos -s=kde irc   - the same as above, but restricted to packages from 
the kde section
 </pre>
     
-    <h3><a name="usage.describe">6.8 describe</a></h3>
+    <h3><a name="usage.describe">6.9 describe</a></h3>
       
       <p>
 This command displays a description of the package you name on the
@@ -1339,22 +1345,22 @@
 Aliases: desc, description, info
 </p>
     
-    <h3><a name="usage.fetch">6.9 fetch</a></h3>
+    <h3><a name="usage.fetch">6.10 fetch</a></h3>
       
       <p>Downloads the named packages, but does not install it. This command
 will download the tarballs even if they were downloaded before.</p>
     
-    <h3><a name="usage.fetch-all">6.10 fetch-all</a></h3>
+    <h3><a name="usage.fetch-all">6.11 fetch-all</a></h3>
       
       <p>Downloads <b>all</b> package source files. Like fetch, this downloads 
the
 tarballs even when they were downloaded before.</p>
     
-    <h3><a name="usage.fetch-missing">6.11 fetch-missing</a></h3>
+    <h3><a name="usage.fetch-missing">6.12 fetch-missing</a></h3>
       
       <p>Downloads <b>all</b> missing package source files. This command will 
only download
 files that are not present on the system.</p>
     
-    <h3><a name="usage.build">6.12 build</a></h3>
+    <h3><a name="usage.build">6.13 build</a></h3>
       
       <p>Builds a package, but does not install it. As usual, the source
 tarballs are downloaded if they can not be found. The result of this
@@ -1366,7 +1372,7 @@
 The <a href="#usage.options">--use-binary-dist option</a> is applicable here.
       </p>
     
-    <h3><a name="usage.rebuild">6.13 rebuild</a></h3>
+    <h3><a name="usage.rebuild">6.14 rebuild</a></h3>
       
       <p>Builds a package (like the build command), but ignores and overwrites
 the existing .deb file. If the package is installed, the newly created
@@ -1376,14 +1382,14 @@
 The <a href="#usage.options">--use-binary-dist option</a> is applicable here.
       </p>
     
-    <h3><a name="usage.reinstall">6.14 reinstall</a></h3>
+    <h3><a name="usage.reinstall">6.15 reinstall</a></h3>
       
       <p>Same as install, but will install the package via <tt 
style="white-space: nowrap;">dpkg</tt> even when it is
 already installed. You can use this when you accidentally deleted
 package files or changed configuration files and want to get the
 default settings back.</p>
     
-    <h3><a name="usage.configure">6.15 configure</a></h3>
+    <h3><a name="usage.configure">6.16 configure</a></h3>
       
       <p>
 Reruns the Fink configuration process.
@@ -1391,7 +1397,7 @@
 others.
 </p>
     
-    <h3><a name="usage.selfupdate">6.16 selfupdate</a></h3>
+    <h3><a name="usage.selfupdate">6.17 selfupdate</a></h3>
       
       <p>
        This command automates the process of upgrading to a new Fink
@@ -1407,14 +1413,14 @@
 the list of available packages in the binary distribution is also updated.
       </p>
     
-    <h3><a name="usage.index">6.17 index</a></h3>
+    <h3><a name="usage.index">6.18 index</a></h3>
       
       <p>
    Rebuilds the package cache. You should not normally need to execute
    this manually, as <tt style="white-space: nowrap;">fink</tt> should 
auto-detect when it needs to be updated.
 </p>
     
-    <h3><a name="usage.validate">6.18 validate</a></h3>
+    <h3><a name="usage.validate">6.19 validate</a></h3>
       
       <p>
    This command performs various checks on .info and .deb files. Package
@@ -1425,13 +1431,13 @@
    Aliases: check
 </p>
     
-    <h3><a name="usage.scanpackages">6.19 scanpackages</a></h3>
+    <h3><a name="usage.scanpackages">6.20 scanpackages</a></h3>
       
       <p>
    Calls dpkg-scanpackages(8) with the specified trees.
 </p>
     
-    <h3><a name="usage.cleanup">6.20 cleanup</a></h3>
+    <h3><a name="usage.cleanup">6.21 cleanup</a></h3>
       
       <p>
    Removes obsolete package files (.info, .patch, .deb) if newer versions are 
available. 
@@ -1442,7 +1448,7 @@
 obsolete downloaded binary packages are also deleted.
       </p>
     
-    <h3><a name="usage.dumpinfo">6.21 dumpinfo</a></h3>
+    <h3><a name="usage.dumpinfo">6.22 dumpinfo</a></h3>
       
       <p>
 Only available in <tt style="white-space: nowrap;">fink</tt> newer than 
version 0.21.0
@@ -1469,4 +1475,4 @@
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
 requires the explicit consent of the author.</p><hr>
-<p>Generated from <i>$Fink: uguide.en.xml,v 1.19 2004/10/21 21:34:34 michga 
Exp $</i></p></body></html>
+<p>Generated from <i>$Fink: uguide.en.xml,v 1.20 2004/11/08 02:03:27 dmacks 
Exp $</i></p></body></html>

Index: upgrade.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/users-guide/upgrade.en.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- upgrade.en.php      21 Oct 2004 21:35:42 -0000      1.21
+++ upgrade.en.php      8 Nov 2004 02:07:40 -0000       1.22
@@ -1,7 +1,7 @@
 <?
 $title = "User's Guide - Upgrade";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/10/21 21:34:34';
+$cvs_author = 'Author: dmacks';
+$cvs_date = 'Date: 2004/11/08 02:03:27';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="User\'s 
Guide Contents"><link rel="next" href="conf.php?phpLang=en" title="The Fink 
Configuration File"><link rel="prev" href="packages.php?phpLang=en" 
title="Installing Packages">';
 
 

Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/users-guide/index.en.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- index.en.php        21 Oct 2004 21:35:41 -0000      1.27
+++ index.en.php        8 Nov 2004 02:07:40 -0000       1.28
@@ -1,7 +1,7 @@
 <?
 $title = "User's Guide";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/10/21 21:34:34';
+$cvs_author = 'Author: dmacks';
+$cvs_date = 'Date: 2004/11/08 02:03:27';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="User\'s 
Guide Contents"><link rel="next" href="intro.php?phpLang=en" 
title="Introduction">';
 
 
@@ -28,8 +28,8 @@
   <h2><? echo FINK_CONTENTS ; ?></h2><ul>
        <li><a href="intro.php?phpLang=en"><b>1 Introduction</b></a><ul><li><a 
href="intro.php?phpLang=en#what">1.1 What is Fink?</a></li><li><a 
href="intro.php?phpLang=en#req">1.2 Requirements</a></li><li><a 
href="intro.php?phpLang=en#supported-os">1.3 Supported Systems</a></li><li><a 
href="intro.php?phpLang=en#src-vs-bin">1.4 Source vs. 
Binary</a></li></ul></li><li><a href="install.php?phpLang=en"><b>2 First Time 
Installation</b></a><ul><li><a href="install.php?phpLang=en#bin">2.1 Installing 
the Binary Distribution</a></li><li><a href="install.php?phpLang=en#src">2.2 
Installing the Source Distribution</a></li><li><a 
href="install.php?phpLang=en#setup">2.3 Setting Up Your 
Environment</a></li></ul></li><li><a href="packages.php?phpLang=en"><b>3 
Installing Packages</b></a><ul><li><a 
href="packages.php?phpLang=en#bin-dselect">3.1 Installing Binary Packages with
 dselect</a></li><li><a href="packages.php?phpLang=en#bin-apt">3.2 Installing 
Binary Packages with
-apt-get</a></li><li><a href="packages.php?phpLang=en#bin-exceptions">3.3 
Installing Dependent Packages that are Unavailable in the Binary 
Distribution</a></li><li><a href="packages.php?phpLang=en#src">3.4 Installing 
Binary and Source Packages with fink</a></li><li><a 
href="packages.php?phpLang=en#fink-commander">3.5 Fink Commander</a></li><li><a 
href="packages.php?phpLang=en#available-versions">3.6 Available 
versions</a></li><li><a href="packages.php?phpLang=en#x11">3.7 Getting X11 
Sorted Out</a></li></ul></li><li><a href="upgrade.php?phpLang=en"><b>4 
Upgrading Fink</b></a><ul><li><a href="upgrade.php?phpLang=en#bin">4.1 
Upgrading using Binary Packages</a></li><li><a 
href="upgrade.php?phpLang=en#src">4.2 Upgrading the Source 
Distribution</a></li><li><a href="upgrade.php?phpLang=en#mix">4.3 Mixing 
Binaries and Source</a></li></ul></li><li><a href="conf.php?phpLang=en"><b>5 
The Fink Configuration File</b></a><ul><li><a 
href="conf.php?phpLang=en#about">5.1 About fink.conf</a></li><li><a 
href="conf.php?phpLang=en#syntax">5.2 fink.conf syntax</a></li><li><a 
href="conf.php?phpLang=en#required">5.3 Required Settings</a></li><li><a 
href="conf.php?phpLang=en#optional">5.4 Optional User Settings</a></li><li><a 
href="conf.php?phpLang=en#downloading">5.5 Download Settings</a></li><li><a 
href="conf.php?phpLang=en#mirrors">5.6 Mirror Settings</a></li><li><a 
href="conf.php?phpLang=en#developer">5.7 Developer Settings</a></li><li><a 
href="conf.php?phpLang=en#advanced">5.8 Advanced Settings</a></li><li><a 
href="conf.php?phpLang=en#sourceslist">5.9 Managing apt's sources.list 
file</a></li></ul></li><li><a href="usage.php?phpLang=en"><b>6 Using the fink 
Tool from the Command Line</b></a><ul><li><a 
href="usage.php?phpLang=en#using">6.1 Using the fink tool</a></li><li><a 
href="usage.php?phpLang=en#options">6.2 Global options</a></li><li><a 
href="usage.php?phpLang=en#install">6.3 install</a></li><li><a 
href="usage.php?phpLang=en#remove">6.4 remove</a></li><li><a 
href="usage.php?phpLang=en#update-all">6.5 update-all</a></li><li><a 
href="usage.php?phpLang=en#list">6.6 list</a></li><li><a 
href="usage.php?phpLang=en#apropos">6.7 apropos</a></li><li><a 
href="usage.php?phpLang=en#describe">6.8 describe</a></li><li><a 
href="usage.php?phpLang=en#fetch">6.9 fetch</a></li><li><a 
href="usage.php?phpLang=en#fetch-all">6.10 fetch-all</a></li><li><a 
href="usage.php?phpLang=en#fetch-missing">6.11 fetch-missing</a></li><li><a 
href="usage.php?phpLang=en#build">6.12 build</a></li><li><a 
href="usage.php?phpLang=en#rebuild">6.13 rebuild</a></li><li><a 
href="usage.php?phpLang=en#reinstall">6.14 reinstall</a></li><li><a 
href="usage.php?phpLang=en#configure">6.15 configure</a></li><li><a 
href="usage.php?phpLang=en#selfupdate">6.16 selfupdate</a></li><li><a 
href="usage.php?phpLang=en#index">6.17 index</a></li><li><a 
href="usage.php?phpLang=en#validate">6.18 validate</a></li><li><a 
href="usage.php?phpLang=en#scanpackages">6.19 scanpackages</a></li><li><a 
href="usage.php?phpLang=en#cleanup">6.20 cleanup</a></li><li><a 
href="usage.php?phpLang=en#dumpinfo">6.21 dumpinfo</a></li></ul></li></ul>
-<!--Generated from $Fink: uguide.en.xml,v 1.19 2004/10/21 21:34:34 michga Exp 
$-->
+apt-get</a></li><li><a href="packages.php?phpLang=en#bin-exceptions">3.3 
Installing Dependent Packages that are Unavailable in the Binary 
Distribution</a></li><li><a href="packages.php?phpLang=en#src">3.4 Installing 
Binary and Source Packages with fink</a></li><li><a 
href="packages.php?phpLang=en#fink-commander">3.5 Fink Commander</a></li><li><a 
href="packages.php?phpLang=en#available-versions">3.6 Available 
versions</a></li><li><a href="packages.php?phpLang=en#x11">3.7 Getting X11 
Sorted Out</a></li></ul></li><li><a href="upgrade.php?phpLang=en"><b>4 
Upgrading Fink</b></a><ul><li><a href="upgrade.php?phpLang=en#bin">4.1 
Upgrading using Binary Packages</a></li><li><a 
href="upgrade.php?phpLang=en#src">4.2 Upgrading the Source 
Distribution</a></li><li><a href="upgrade.php?phpLang=en#mix">4.3 Mixing 
Binaries and Source</a></li></ul></li><li><a href="conf.php?phpLang=en"><b>5 
The Fink Configuration File</b></a><ul><li><a 
href="conf.php?phpLang=en#about">5.1 About fink.conf</a></li><li><a 
href="conf.php?phpLang=en#syntax">5.2 fink.conf syntax</a></li><li><a 
href="conf.php?phpLang=en#required">5.3 Required Settings</a></li><li><a 
href="conf.php?phpLang=en#optional">5.4 Optional User Settings</a></li><li><a 
href="conf.php?phpLang=en#downloading">5.5 Download Settings</a></li><li><a 
href="conf.php?phpLang=en#mirrors">5.6 Mirror Settings</a></li><li><a 
href="conf.php?phpLang=en#developer">5.7 Developer Settings</a></li><li><a 
href="conf.php?phpLang=en#advanced">5.8 Advanced Settings</a></li><li><a 
href="conf.php?phpLang=en#sourceslist">5.9 Managing apt's sources.list 
file</a></li></ul></li><li><a href="usage.php?phpLang=en"><b>6 Using the fink 
Tool from the Command Line</b></a><ul><li><a 
href="usage.php?phpLang=en#using">6.1 Using the fink tool</a></li><li><a 
href="usage.php?phpLang=en#options">6.2 Global options</a></li><li><a 
href="usage.php?phpLang=en#install">6.3 install</a></li><li><a 
href="usage.php?phpLang=en#remove">6.4 remove</a></li><li><a 
href="usage.php?phpLang=en#purge">6.5 purge</a></li><li><a 
href="usage.php?phpLang=en#update-all">6.6 update-all</a></li><li><a 
href="usage.php?phpLang=en#list">6.7 list</a></li><li><a 
href="usage.php?phpLang=en#apropos">6.8 apropos</a></li><li><a 
href="usage.php?phpLang=en#describe">6.9 describe</a></li><li><a 
href="usage.php?phpLang=en#fetch">6.10 fetch</a></li><li><a 
href="usage.php?phpLang=en#fetch-all">6.11 fetch-all</a></li><li><a 
href="usage.php?phpLang=en#fetch-missing">6.12 fetch-missing</a></li><li><a 
href="usage.php?phpLang=en#build">6.13 build</a></li><li><a 
href="usage.php?phpLang=en#rebuild">6.14 rebuild</a></li><li><a 
href="usage.php?phpLang=en#reinstall">6.15 reinstall</a></li><li><a 
href="usage.php?phpLang=en#configure">6.16 configure</a></li><li><a 
href="usage.php?phpLang=en#selfupdate">6.17 selfupdate</a></li><li><a 
href="usage.php?phpLang=en#index">6.18 index</a></li><li><a 
href="usage.php?phpLang=en#validate">6.19 validate</a></li><li><a 
href="usage.php?phpLang=en#scanpackages">6.20 scanpackages</a></li><li><a 
href="usage.php?phpLang=en#cleanup">6.21 cleanup</a></li><li><a 
href="usage.php?phpLang=en#dumpinfo">6.22 dumpinfo</a></li></ul></li></ul>
+<!--Generated from $Fink: uguide.en.xml,v 1.20 2004/11/08 02:03:27 dmacks Exp 
$-->
 <? include_once "../../footer.inc"; ?>
 
 



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to