diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-14 15:09:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-14 15:09:23 +0000 |
commit | 8b38ae039d55b86f25819b8dda992e1961b9dfcc (patch) | |
tree | 6b67ca89fff0176ecdfe979d55977f514c71d71f /update-ldetect-lst | |
parent | a6d2425fddd72d74fe3a212fa3456bc78fd869d8 (diff) | |
download | ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.tar ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.tar.gz ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.tar.bz2 ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.tar.xz ldetect-lst-8b38ae039d55b86f25819b8dda992e1961b9dfcc.zip |
add dmitable
Diffstat (limited to 'update-ldetect-lst')
-rw-r--r-- | update-ldetect-lst | 2 |
1 files changed, 1 insertions, 1 deletions
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; |