Fix for bug 1505. Adding getprinterdriver levels 2, 6, and (partially) 101.
[obnox/wireshark/wip.git] / make-faq
index 5d5abcaed0c2efd6564a4d07aa3d3c68b61b6ce6..d41c05e4dd87d1fc1247651a6e56b9e82e21c01b 100755 (executable)
--- a/make-faq
+++ b/make-faq
@@ -1,17 +1,17 @@
 #!/bin/sh
 #
-# $Id: make-faq,v 1.8 2004/02/18 00:31:22 jmayer Exp $
+# $Id$
 #
-# Make-faq - Creates a plain text version of the Ethereal FAQ
-#      from http://www.ethereal.com/faq.html
+# Make-faq - Creates a plain text version of the Wireshark FAQ
+#      from http://www.wireshark.org/faq.html
 
 rm -f FAQ
 cat >FAQ <<EOF
 
-   The Ethereal FAQ
+   The Wireshark FAQ
 
    Note: This is just an ASCII snapshot of the faq and may not be up to
-         date. Please go to http://www.ethereal.com/faq.html for the up
+         date. Please go to http://www.wireshark.org/faq.html for the up
          to date version. The version of this snapshot can be found at
          the end of this document.
 
@@ -19,7 +19,8 @@ cat >FAQ <<EOF
 
 EOF
 
-lynx -dump -nolist "http://www.ethereal.com/faq.html" | sed -e '1,/^Index/d' >>FAQ
+lynx -dump -nolist "http://www.wireshark.org/faq_plain.html" | \
+       sed -e '1,/^Index/d' >>FAQ
 
 echo
 echo "Now verfiy everything is OK and copy FAQ to help/faq.txt"