summaryrefslogtreecommitdiff
path: root/xpp/dahdi_drivers
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 17:34:36 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 17:34:36 +0000
commitda10e87bd6c69c4374de470b7b286c36c823fdc2 (patch)
tree8ae3ddc2b5eff066497697c0c6ec1bc7ee6433ad /xpp/dahdi_drivers
parentc1ae88873823bdc2d884f72cc2b06eab017b97b1 (diff)
XPP tools rename: part 2.
Removed obsolete astribank_hook (not needed) and print_modes (moved to kernel). git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4416 a0bf4364-ded3-4de4-8d8a-66a801d63aff
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";