summaryrefslogtreecommitdiff
path: root/dahdi.init
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-09-25 15:47:05 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-09-25 15:47:05 +0000
commitf145ad0c203bc4cace037e41489977e8e8255e41 (patch)
treef2fd8c447a46d14f804b4f2bb5b00333fd9181ca /dahdi.init
parent8016f6f88001547955c95171a2200739f5d9d081 (diff)
dahdi_init: Fix a typo in xpp initialization (Stephen Farrell)
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4984 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi.init')
-rwxr-xr-xdahdi.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/dahdi.init b/dahdi.init
index 6d93d3c..e6b8608 100755
--- a/dahdi.init
+++ b/dahdi.init
@@ -82,7 +82,7 @@ xpp_startup() {
# overriding locales for the above two, as perl can be noisy
# when locales are missing.
# No register all the devices if they didn't auto-register:
- LC_ALL=C dahdi__registration on
+ LC_ALL=C dahdi_registration on
# this one could actually be run after dahdi_cfg:
LC_ALL=C xpp_sync "$XPP_SYNC"