summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-01-21 05:31:18 +0000
committerShaun Ruffell <sruffell@digium.com>2011-01-21 05:31:18 +0000
commit5c604ecea172a1e9768a5fe803d82a1706191f3b (patch)
treed3d9c7576484a07895f842656c0700eff3a170fc
parentf7f66f8af13fae120e0e0ca5f6f39038898deff3 (diff)
live_dahdi: fix usage of xpp.conf
Link live/usr/share/dahdi/xpp.conf from live/etc/dahdi/xpp.conf in 'config'. This makes the 'live' xpp.conf used rather than the global xpp.conf . Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9508 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9681 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rwxr-xr-xbuild_tools/live_dahdi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/live_dahdi b/build_tools/live_dahdi
index 4a9f20a..091a755 100755
--- a/build_tools/live_dahdi
+++ b/build_tools/live_dahdi
@@ -250,6 +250,7 @@ export PATH
dahdiconfdir="${DESTDIR}/etc/dahdi"
export dahdiconfdir
EOF
+ ln -s ../../../etc/dahdi/xpp.conf "$DESTDIR/usr/share/dahdi/
;;
rsync)
if [ $# -ne 2 ]; then