nightmorph    10/10/05 21:54:55

  Modified:             gentoo-sparc-netboot-howto.xml
  Log:
  update package category moves, removals, etc. from an email sent to me

Revision  Changes    Path
1.13                 xml/htdocs/doc/en/gentoo-sparc-netboot-howto.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-sparc-netboot-howto.xml?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-sparc-netboot-howto.xml?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-sparc-netboot-howto.xml?r1=1.12&r2=1.13

Index: gentoo-sparc-netboot-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-netboot-howto.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gentoo-sparc-netboot-howto.xml      3 Mar 2010 01:37:41 -0000       1.12
+++ gentoo-sparc-netboot-howto.xml      5 Oct 2010 21:54:55 -0000       1.13
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-netboot-howto.xml,v 1.12 
2010/03/03 01:37:41 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-netboot-howto.xml,v 1.13 
2010/10/05 21:54:55 nightmorph Exp $ -->
 
 <guide>
 <title>Gentoo Linux based Netboot HOWTO</title>
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.4</version>
-<date>2010-03-02</date>
+<version>2</version>
+<date>2010-10-05</date>
 
 <chapter>
 <title>Introduction</title>
@@ -79,24 +79,18 @@
 <body>
 
 <p>
-Currently, there are two choices for a reverse ARP daemon. They are
-<c>net-misc/iputils</c> (installed as part of the system profile) and
-<c>net-misc/rarpd</c>.
+A reverse ARP daemon is already installed on your system; it's part of the
+<c>net-misc/iputils</c> package
 </p>
 
-<note>
-Installing <c>net-misc/rarpd</c> will overwrite the <c>rarpd</c> and
-<c>rarpd</c> manpage from <c>net-misc/iputils</c>.
-</note>
-
 <p>
 <b>Setting up common rarpd elements</b>: <path>/etc/ethers</path>
 </p>
 
 <p>
-No matter which <c>rarpd</c> you choose to use, you will need to setup the
-<path>/etc/ethers</path> file. This file indicates which hosts <c>rarpd</c>
-should respond to when a request is seen, and what address to reply with.
+You will need to setup the <path>/etc/ethers</path> file. This file indicates
+which hosts <c>rarpd</c> should respond to when a request is seen, and what
+address to reply with.
 </p>
 
 <p>
@@ -164,16 +158,15 @@
 </note>
 
 <p>
-<b>Setting up net-misc/iputils rarpd</b>
+<b>Setting up rarpd</b>
 </p>
 
 <p>
 First, we will need to determine the options to use for <c>rarpd</c>. While
 there are more options than we'll cover here, these options should get you
-started As there is currently no <path>init.d</path> script for the
-<c>net-misc/iputils</c> version of <c>rarpd</c>, an entry will need to be added
-to <path>/etc/conf.d/local.start</path> if you want to enable <c>rarpd</c>
-services at boot time. A sample entry is as follows:
+started As there is currently no <path>init.d</path> script for <c>rarpd</c>, 
an
+entry will need to be added to <path>/etc/conf.d/local.start</path> if you want
+to enable <c>rarpd</c> services at boot time. A sample entry is as follows:
 </p>
 
 <pre caption="/etc/conf.d/local.start">
@@ -198,47 +191,6 @@
 For more options, consult <c>man 8 rarpd</c>.
 </p>
 
-<p>
-<b>Setting up net-misc/rarpd</b>
-</p>
-
-<p>
-Firstly, we'll need to install <c>rarpd</c> with the following command:
-</p>
-
-<pre caption="Installing rarpd">
-# <i>emerge net-misc/rarpd</i>
-</pre>
-
-<p>
-Next, options for <c>rarpd</c> will need to be set in
-<path>/etc/conf.d/rarpd</path>. For an equivalent configuration as the one used
-above for the <c>net-misc/iputils</c> <c>rarpd</c>, adjust
-<path>/etc/conf.d/rarpd</path> to look like the following
-</p>
-
-<pre caption="/etc/conf.d/rarpd">
-RARPD_OPTS="-v -i eth0"
-</pre>
-
-<p>
-An explanation of the above rarpd options (as taken from the man page);
-</p>
-
-<ul>
-  <li>
-    <c>-v</c> Be verbose. Show requests which the daemon is responding to
-  </li>
-  <li>
-    <c>-i</c> Bind to the named interface. By default <c>rarpd</c> binds to the
-    default interface for the local system type, if available
-  </li>
-</ul>
-
-<p>
-For more options, consult <c>man 8 rarpd</c> and <c>rarpd --help</c>.
-</p>
-
 </body>
 </section>
 <section>
@@ -246,8 +198,8 @@
 <body>
 
 <p>
-Here there are three options for a TFTP daemon, <c>net-misc/atftp</c>,
-<c>net-misc/netkit-tftp</c> and <c>net-misc/tftp-hpa</c>. You only need to
+Here there are three options for a TFTP daemon, <c>net-ftp/atftp</c>,
+<c>net-ftp/netkit-tftp</c> and <c>net-ftp/tftp-hpa</c>. You only need to
 install one of the TFTP daemons for proper operation.
 </p>
 
@@ -289,15 +241,15 @@
 <body>
 
 <p>
-First, install the <c>net-misc/atftp</c> package as follows;
+First, install the <c>atftp</c> package as follows;
 </p>
 
 <pre caption="Installing atftp">
-# <i>emerge net-misc/atftp</i>
+# <i>emerge atftp</i>
 </pre>
 
 <p>
-After the <c>net-misc/atftp</c> package has been installed, it will need to be
+After the <c>atftp</c> package has been installed, it will need to be
 configured. If tftpd services are desired at boot time, an entry to
 <path>/etc/conf.d/local.start</path> will need to be added as <c>atftp</c> has
 no <path>init.d</path>, <c>inetd</c> or <c>xinetd</c> scripts of its own. If 
you
@@ -315,7 +267,7 @@
 </pre>
 
 <p>
-An explanation of the above <c>rarpd</c> options (as taken from the man page);
+An explanation of the above options (as taken from the man page);
 </p>
 
 <ul>
@@ -341,16 +293,16 @@
 <body>
 
 <p>
-First, install the <c>net-misc/netkit-tftp</c> package:
+First, install the <c>netkit-tftp</c> package:
 </p>
 
 <pre caption="Installing netkit-tftp">
-# <i>emerge net-misc/netkit-tftp</i>
+# <i>emerge netkit-tftp</i>
 </pre>
 
 <p>
 Second, install <c>sys-apps/xinetd</c> if it is not currently present. After
-the <c>net-misc/netkit-tftp</c> and <c>sys-apps/xinetd</c> packages have been
+the <c>netkit-tftp</c> and <c>sys-apps/xinetd</c> packages have been
 installed, <c>netkit-tftp</c> will need to be configured. <c>netkit-tftp</c>
 needs to be run from <c>xinetd</c>, however it does not provide example scripts
 of its own. A sample <c>xinetd</c> file is provided below:
@@ -432,7 +384,7 @@
 </p>
 
 <pre caption="Installing tftp-hpa">
-# <i>emerge net-misc/tftp-hpa</i>
+# <i>emerge tftp-hpa</i>
 </pre>
 
 <p>




Reply via email to