From c23a4dcab109f71b304fbc4894681dcde6a5d31a Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Fri, 21 Jan 2011 05:31:18 +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 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 --- build_tools/live_dahdi | 1 + 1 file changed, 1 insertion(+) 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