Ethereal

[Ethereal-dev] make-manuf: Add hint where to find LWP
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: October 2001


Just one thing that cost me 5 minutes when rebuilding manuf.

  Ciao
           Jörg

--
Joerg Mayer                                          <jmayer@xxxxxxxxx>
I found out that "pro" means "instead of" (as in proconsul). Now I know
what proactive means.
Index: ethereal/make-manuf
===================================================================
RCS file: /cvsroot/ethereal/make-manuf,v
retrieving revision 1.2
diff -u -u -r1.2 make-manuf
--- make-manuf	2000/11/29 04:11:48	1.2
+++ make-manuf	2001/10/07 21:58:58
@@ -13,9 +13,11 @@
 # with the listing in "oui.txt", with the entries in "manuf.tmpl" taking
 # precedence.
 
+# LWP is part of the standard Perm module libwww 
 eval "require LWP::UserAgent;";
 if( $@ ) {
-  die "LWP isn't installed.  Bailing.\n";
+  die "LWP isn't installed. It is part of the standard Perl\n" .
+	" module libwww.  Bailing.\n";
 }
 
 $template = "manuf.tmpl";

Powered by MHonArc 2.6.10