From f145ad0c203bc4cace037e41489977e8e8255e41 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 25 Sep 2008 15:47:05 +0000 Subject: 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 --- dahdi.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3