From 8b43a66913ec86706f6041e5d10b78f8dd729bd3 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 7 Dec 2010 12:00:28 +0000 Subject: [PATCH] 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9508 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- build_tools/live_dahdi | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tools/live_dahdi b/build_tools/live_dahdi index 0e15a6b..7398dce 100755 --- a/build_tools/live_dahdi +++ b/build_tools/live_dahdi @@ -251,6 +251,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