summaryrefslogtreecommitdiff
path: root/xpp/dahdi_drivers
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/dahdi_drivers')
-rwxr-xr-xxpp/dahdi_drivers6
1 files changed, 3 insertions, 3 deletions
diff --git a/xpp/dahdi_drivers b/xpp/dahdi_drivers
index d7904c0..add8374 100755
--- a/xpp/dahdi_drivers
+++ b/xpp/dahdi_drivers
@@ -1,9 +1,9 @@
#! /usr/bin/perl -w
use strict;
use File::Basename;
-BEGIN { my $dir = dirname($0); unshift(@INC, "$dir", "$dir/zconf"); }
+BEGIN { my $dir = dirname($0); unshift(@INC, "$dir", "$dir/perl_modules"); }
-use Zaptel::Hardware;
+use Dahdi::Hardware;
-my $hardware = Zaptel::Hardware->scan;
+my $hardware = Dahdi::Hardware->scan;
print join("\n", $hardware->drivers),"\n";