summaryrefslogtreecommitdiff
path: root/tools/make-manuf
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-13 19:17:27 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-14 01:35:57 +0000
commit82e2865739d549a54199f0d22cdc2062347ed9ff (patch)
tree6729a25216070c41f6aabc58d77a13314be8e858 /tools/make-manuf
parentb6a9b8494cb3d3d72f7d4aa4a0b21e75f5211449 (diff)
downloadwireshark-82e2865739d549a54199f0d22cdc2062347ed9ff.tar.gz
Remove $Id$ and other Subversion leftovers from the tools.
There are a few things in here which could still use attention. Don't regenerate anything now. Change-Id: I283c224d3523212144707fca3d6265916cb11792 Reviewed-on: https://code.wireshark.org/review/205 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'tools/make-manuf')
-rwxr-xr-xtools/make-manuf7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/make-manuf b/tools/make-manuf
index 1765d315c9..93e028ec2f 100755
--- a/tools/make-manuf
+++ b/tools/make-manuf
@@ -1,7 +1,5 @@
#!/usr/bin/perl -w
#
-# $Id$
-#
# Make-manuf - Creates a file containing ethernet OUIs and their
# company IDs. It merges the databases at IEEE and
# http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt
@@ -27,12 +25,9 @@ if( $@ ) {
" module libwww. Bailing.\n";
}
-$revision = '$Revision$';
-if ($revision !~ /[0-9]/ ) { $revision = "unknown"; }
-
$agent = LWP::UserAgent->new;
$agent->env_proxy;
-$agent->agent("Wireshark make-manuf/$revision");
+$agent->agent("Wireshark make-manuf");
$template = "manuf.tmpl";
$wkatmpl = "wka.tmpl";