From 77dbe738d23da4065a156dd61ed0636f265e1bb6 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sun, 17 Apr 2005 04:32:22 +0000
Subject: add a new list of external tiny utilities

---
 docs/busybox.net/FAQ.html       | 10 +++++++++-
 docs/busybox.net/tinyutils.html | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 1 deletion(-)
 create mode 100644 docs/busybox.net/tinyutils.html

diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html
index c9f5909ed..17d9a293a 100644
--- a/docs/busybox.net/FAQ.html
+++ b/docs/busybox.net/FAQ.html
@@ -23,6 +23,7 @@ have additions to this FAQ document, we would love to add them,
 <li><a href="#contracts">I need you to add &lt;favorite feature&gt;!  Are the BusyBox developers willing to
 	be paid in order to fix bugs or add in &lt;favorite feature&gt;?  Are you willing to provide
 	support contracts?</a>
+<li><a href="#external">Where can I find other small utilities since busybox does not include the features I want?</a></li>
 <li><a href="#support">I think you guys are great and I want to help support your work!</a>
 
 
@@ -209,6 +210,14 @@ have additions to this FAQ document, we would love to add them,
     post your request for services on the mailing list.
 
 
+<hr />
+<p>
+<h2><a href="#external">Where can I find other small utilities since busybox 
+	does not include the features I want?</a></h2>
+<p>
+	We maintain such a <a href="tinyutils.html">list</a> on this site!
+
+
 <hr />
 <p>
 <h2><a name="support">I think you guys are great and I want to help support your work!</a></h2>
@@ -304,4 +313,3 @@ have additions to this FAQ document, we would love to add them,
 <br>
 
 <!--#include file="footer.html" -->
-
diff --git a/docs/busybox.net/tinyutils.html b/docs/busybox.net/tinyutils.html
new file mode 100644
index 000000000..f5bbab9be
--- /dev/null
+++ b/docs/busybox.net/tinyutils.html
@@ -0,0 +1,35 @@
+<!--#include file="header.html" -->
+
+
+<h3>External Tiny Utilities</h3>
+
+This is a list of tiny utilities whose functionality is not provided by 
+busybox.  If you have additional suggestions, please send an e-mail to our 
+dev mailing list.
+
+<br><br>
+
+<table>
+<tr>
+ <th>Feature</th>
+ <th>Utilities</th>
+</tr>
+
+<tr>
+ <td>SSH</td>
+ <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both a sshd and a ssh client.</td>
+</tr>
+
+<tr>
+ <td>SMTP</td>
+ <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td>
+</tr>
+
+<tr>
+ <td>DNS</td>
+ <td><a href="http://www.thekelleys.org.uk/dnsmasq/">dnsmasq</a> is a small forwarding DNS server meant for small environments.</td>
+</tr>
+</table>
+
+<!--#include file="footer.html" -->
+
-- 
cgit v1.2.3