[svn-commits] tzafrir: linux/trunk r9508 - /linux/trunk/build_tools/live_dahdi

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 7 06:00:32 CST 2010


Author: tzafrir
Date: Tue Dec  7 06:00:28 2010
New Revision: 9508

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9508
Log:
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 at xorcom.com>

Modified:
    linux/trunk/build_tools/live_dahdi

Modified: linux/trunk/build_tools/live_dahdi
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/build_tools/live_dahdi?view=diff&rev=9508&r1=9507&r2=9508
==============================================================================
--- linux/trunk/build_tools/live_dahdi (original)
+++ linux/trunk/build_tools/live_dahdi Tue Dec  7 06:00:28 2010
@@ -251,6 +251,7 @@
 dahdiconfdir="${DESTDIR}/etc/dahdi"
 export dahdiconfdir
 EOF
+	ln -s ../../../etc/dahdi/xpp.conf "$DESTDIR/usr/share/dahdi/
 	;;
 rsync)
 	if [ $# -ne 2 ]; then




More information about the svn-commits mailing list