aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-11-19 09:47:37 +0000
committerJörg Mayer <jmayer@loplof.de>2002-11-19 09:47:37 +0000
commit8465963df9973c452c5d7665df76eb8bb779ab8e (patch)
treea5bdb1bf33ef55f3c4677ad5ffb39a07f6469ec3 /make-manuf
parent8eb275cdb33cfc0b3c16438591f73585b4c20aa9 (diff)
Reduce label length to 10
svn path=/trunk/; revision=6662
Diffstat (limited to 'make-manuf')
-rwxr-xr-xmake-manuf4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-manuf b/make-manuf
index a1214b1f9f..dd987417b3 100755
--- a/make-manuf
+++ b/make-manuf
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: make-manuf,v 1.8 2002/11/18 02:49:36 jmayer Exp $
+# $Id: make-manuf,v 1.9 2002/11/19 09:47:37 jmayer Exp $
#
# Make-manuf - Creates a file containing ethernet OUIs and their
# company IDs. It merges the databases at
@@ -54,7 +54,7 @@ sub shorten
$manuf =~ s/^\s+//g;
$manuf =~ s/\s+/ /g;
# Truncate all names to a reasonable length, say 10 characters.
- $manuf = substr($manuf, 0, 20); # XXX 20 for testing only
+ $manuf = substr($manuf, 0, 10);
# Remove trailing whitespaces
$manuf =~ s/\s+$//g;
# Convert to consistent case