From 8b38ae039d55b86f25819b8dda992e1961b9dfcc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 14 Mar 2005 15:09:23 +0000 Subject: add dmitable --- update-ldetect-lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-ldetect-lst') diff --git a/update-ldetect-lst b/update-ldetect-lst index 8b351fc8..008b8afc 100644 --- a/update-ldetect-lst +++ b/update-ldetect-lst @@ -1,7 +1,7 @@ #!/usr/bin/perl my $dir = '/usr/share/ldetect-lst'; -my @files = qw(pcitable usbtable isatable pcmciatable); +my @files = qw(pcitable usbtable isatable pcmciatable dmitable); unlink "$dir/$_" foreach @files; -- cgit v1.2.1