aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
diff options
context:
space:
mode:
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 26f128cc7b..7d5413d03f 100755
--- a/make-manuf
+++ b/make-manuf
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: make-manuf,v 1.3 2001/10/07 22:19:14 guy Exp $
+# $Id: make-manuf,v 1.4 2002/03/14 21:22:11 guy Exp $
#
# Make-manuf - Creates a file containing ethernet OUIs and their
# company IDs. It merges the databases at
@@ -61,7 +61,7 @@ open (TMPL, "< $template") ||
die "Couldn't open template file for reading ($template)\n";
open (OUT, "> $outfile") ||
- die "Couldn't open template file for writing ($template)\n";
+ die "Couldn't open output file for writing ($outfile)\n";
# Write out the header and populate the OUI list with our entries.
while ($line = <TMPL>) {