From 0babd6d2de64500e6e162a38fccb589d33a494b4 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Tue, 31 Aug 2010 03:37:06 +0000 Subject: - Update to 2.4.0rc3 - Run "fxotune -s" during startup if fxotune.conf is present in the default location ($PREFIX/etc/fxotune.conf). --- misc/dahdi/Makefile | 2 +- misc/dahdi/distinfo | 6 +++--- misc/dahdi/files/dahdi.in | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'misc/dahdi') diff --git a/misc/dahdi/Makefile b/misc/dahdi/Makefile index 3dbadffd4d2e..992e22e94519 100644 --- a/misc/dahdi/Makefile +++ b/misc/dahdi/Makefile @@ -19,7 +19,7 @@ COMMENT= Digium/Asterisk Hardware Device Interface BUILD_DEPENDS= gmake:${PORTSDIR}/devel/gmake LIB_DEPENDS= newt.52:${PORTSDIR}/devel/newt -DAHDI_VERSION= 2.4.0-rc2 +DAHDI_VERSION= 2.4.0-rc3 DAHDI_TOOLS_VERSION= 2.4.0-rc1 NO_PACKAGE= Should be in sync with the kernel to work correctly diff --git a/misc/dahdi/distinfo b/misc/dahdi/distinfo index bebc7c368400..4fd504636928 100644 --- a/misc/dahdi/distinfo +++ b/misc/dahdi/distinfo @@ -1,3 +1,3 @@ -MD5 (dahdi-freebsd-complete-2.4.0-rc2+2.4.0-rc1.tar.gz) = 3393be3504d041283a02a088a295c78f -SHA256 (dahdi-freebsd-complete-2.4.0-rc2+2.4.0-rc1.tar.gz) = 0da28c257f8e21b2ab81a21144773dfdfcdd6c90981cc0eafd576fed63708a03 -SIZE (dahdi-freebsd-complete-2.4.0-rc2+2.4.0-rc1.tar.gz) = 2048391 +MD5 (dahdi-freebsd-complete-2.4.0-rc3+2.4.0-rc1.tar.gz) = 72f236f905c6f8ac66e3bb4d781cffaa +SHA256 (dahdi-freebsd-complete-2.4.0-rc3+2.4.0-rc1.tar.gz) = fb31f1ca76fa89568ba9590a4d65f7e26ab69e45e09587bd0e3b2a97b93ade60 +SIZE (dahdi-freebsd-complete-2.4.0-rc3+2.4.0-rc1.tar.gz) = 2048903 diff --git a/misc/dahdi/files/dahdi.in b/misc/dahdi/files/dahdi.in index adf915391837..e4eea6b1ffad 100644 --- a/misc/dahdi/files/dahdi.in +++ b/misc/dahdi/files/dahdi.in @@ -51,13 +51,17 @@ done dahdi_start() { - echo -n " ${name}" + echo "Starting ${name}." kldconfig -mf ${kmod_dir} for m in ${dahdi_modules}; do kldload $m || exit 1 done %%PREFIX%%/sbin/dahdi_cfg + if [ -r %%PREFIX%%/etc/fxotune.conf ]; then + echo "Starting fxotune." + %%PREFIX%%/sbin/fxotune -s + fi } dahdi_stop() -- cgit v1.2.3