Update of /cvsroot/fink/web/doc/advanced
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31898/web/doc/advanced

Modified Files:
        advanced.en.html bindist.en.php index.en.php 
Log Message:
Update


Index: advanced.en.html
===================================================================
RCS file: /cvsroot/fink/web/doc/advanced/advanced.en.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- advanced.en.html    2 Jan 2008 04:50:15 -0000       1.10
+++ advanced.en.html    1 Mar 2009 02:55:13 -0000       1.11
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <!--
-Generated from $Fink: advanced.en.xml,v 1.4 2007/02/23 22:04:53 rangerrick Exp 
$
+Generated from $Fink: advanced.en.xml,v 1.5 2009/03/01 02:53:48 alexkhansen 
Exp $
 -->
 <title>Fink Documentation - Advanced Fink Topics</title></head><body>
 <table width="100%" cellspacing="0">
@@ -30,12 +30,6 @@
 packages to all clients in the group.
       </p>
       <p>
-(<b>Note:</b> These instructions assume that you have a fink version &gt;= 
0.24.0
-on your client machines. Read the 
-<a href="#bindist.remarks">remarks below</a> if you are using older fink
-versions.)
-      </p>
-      <p>
 The method involves the following steps on the 
 <a href="#bindist.master">"master" server</a> and on the
 <a href="#bindist.client">client machines</a>:
@@ -142,14 +136,9 @@
         <li>
 Your "master" server needs to use the lowest version of X11 that you're using
 on all of the clients, i.e. if any of the client machines uses Apple's X11, the
-"master" server must use it too.      </li>
+"master" server must use it too.</li>
         <li>In order to save space on your build machine, you can remove 
packages that are only build-dependencies (i.e. not needed to run anything).  
The <tt style="white-space: nowrap;">debfoster</tt> package provides a nice way 
to do this. Be careful not to remove essential packages, such as <tt 
style="white-space: nowrap;">apt</tt>. </li>
-        <li>
-If you are using a fink version &lt; 0.24.0 on a client machine you need to run
-<tt style="white-space: nowrap;">sudo apt-get update</tt> instead of <tt 
style="white-space: nowrap;">fink selfupdate</tt>. You then need to install 
binary packages with <tt style="white-space: nowrap;">sudo apt-get install
-&lt;package&gt;</tt>.  
-      </li>
-      </ul>
+       </ul>
       <p>
 This documentation is adapted in part from
 <a href="http://ranger.befunk.com/blog/archives/000258.html";>"Sharing the 
Fink"</a>
@@ -157,9 +146,9 @@
       </p>
     
   <hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
-Copyright (c) 2001-2008 The Fink Project.
+Copyright (c) 2001-2009 The Fink Project.
 You may distribute this document in print for private purposes,
 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: advanced.en.xml,v 1.4 2007/02/23 22:04:53 
rangerrick Exp $</i></p></body></html>
+<p>Generated from <i>$Fink: advanced.en.xml,v 1.5 2009/03/01 02:53:48 
alexkhansen Exp $</i></p></body></html>

Index: bindist.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/advanced/bindist.en.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bindist.en.php      23 Feb 2007 22:17:19 -0000      1.4
+++ bindist.en.php      1 Mar 2009 02:55:13 -0000       1.5
@@ -1,7 +1,7 @@
 <?
 $title = "Advanced - Binary Distro Server";
-$cvs_author = 'Author: rangerrick';
-$cvs_date = 'Date: 2007/02/23 22:04:53';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2009/03/01 02:53:48';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="Advanced 
Contents"><link rel="prev" href="index.php?phpLang=en" title="Advanced 
Contents">';
 
 
@@ -18,12 +18,6 @@
 packages to all clients in the group.
       </p>
       <p>
-(<b>Note:</b> These instructions assume that you have a fink version &gt;= 
0.24.0
-on your client machines. Read the 
-<a href="#remarks">remarks below</a> if you are using older fink
-versions.)
-      </p>
-      <p>
 The method involves the following steps on the 
 <a href="#master">"master" server</a> and on the
 <a href="#client">client machines</a>:
@@ -130,14 +124,9 @@
         <li>
 Your "master" server needs to use the lowest version of X11 that you're using
 on all of the clients, i.e. if any of the client machines uses Apple's X11, the
-"master" server must use it too.      </li>
+"master" server must use it too.</li>
         <li>In order to save space on your build machine, you can remove 
packages that are only build-dependencies (i.e. not needed to run anything).  
The <code>debfoster</code> package provides a nice way to do this. Be careful 
not to remove essential packages, such as <code>apt</code>. </li>
-        <li>
-If you are using a fink version &lt; 0.24.0 on a client machine you need to run
-<code>sudo apt-get update</code> instead of <code>fink selfupdate</code>. You 
then need to install binary packages with <code>sudo apt-get install
-&lt;package&gt;</code>.  
-      </li>
-      </ul>
+       </ul>
       <p>
 This documentation is adapted in part from
 <a href="http://ranger.befunk.com/blog/archives/000258.html";>"Sharing the 
Fink"</a>

Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/advanced/index.en.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- index.en.php        23 Feb 2007 22:17:20 -0000      1.4
+++ index.en.php        1 Mar 2009 02:55:13 -0000       1.5
@@ -1,7 +1,7 @@
 <?
 $title = "Advanced";
-$cvs_author = 'Author: rangerrick';
-$cvs_date = 'Date: 2007/02/23 22:04:53';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2009/03/01 02:53:48';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="Advanced 
Contents"><link rel="next" href="bindist.php?phpLang=en" title="Running your 
own Binary Distribution Server">';
 
 
@@ -14,7 +14,7 @@
     </p>
   <h2><? echo FINK_CONTENTS ; ?></h2><ul>
        <li><a href="bindist.php?phpLang=en"><b>1 Running your own Binary 
Distribution Server</b></a><ul><li><a href="bindist.php?phpLang=en#intro">1.1 
Introduction</a></li><li><a href="bindist.php?phpLang=en#master">1.2 Steps on 
"master" (build) server</a></li><li><a href="bindist.php?phpLang=en#client">1.3 
Steps on client machines</a></li><li><a 
href="bindist.php?phpLang=en#remarks">1.4 Remarks</a></li></ul></li></ul>
-<!--Generated from $Fink: advanced.en.xml,v 1.4 2007/02/23 22:04:53 rangerrick 
Exp $-->
+<!--Generated from $Fink: advanced.en.xml,v 1.5 2009/03/01 02:53:48 
alexkhansen Exp $-->
 <? include_once "../../footer.inc"; ?>
 
 


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to