svn commit: r381820 - in head/misc/dahdi-kmod: . files

Max Khon fjoe at FreeBSD.org
Sat Mar 21 19:22:57 UTC 2015


Author: fjoe
Date: Sat Mar 21 19:22:56 2015
New Revision: 381820
URL: https://svnweb.freebsd.org/changeset/ports/381820
QAT: https://qat.redports.org/buildarchive/r381820/

Log:
  Give kernel module a few seconds to initialize hardware before
  calling dahdi_cfg.
  
  PR:		188780
  Submitted by:	Dan Lukes

Modified:
  head/misc/dahdi-kmod/Makefile
  head/misc/dahdi-kmod/files/dahdi.in

Modified: head/misc/dahdi-kmod/Makefile
==============================================================================
--- head/misc/dahdi-kmod/Makefile	Sat Mar 21 19:20:33 2015	(r381819)
+++ head/misc/dahdi-kmod/Makefile	Sat Mar 21 19:22:56 2015	(r381820)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dahdi-kmod
 PORTVERSION=	${DAHDI_VERSION:S/-//g}
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_LOCAL}\
 		http://downloads.digium.com/pub/telephony/firmware/releases/:firmware

Modified: head/misc/dahdi-kmod/files/dahdi.in
==============================================================================
--- head/misc/dahdi-kmod/files/dahdi.in	Sat Mar 21 19:20:33 2015	(r381819)
+++ head/misc/dahdi-kmod/files/dahdi.in	Sat Mar 21 19:22:56 2015	(r381820)
@@ -62,6 +62,7 @@ dahdi_start()
 	devfs rule apply path 'dahdi/*' mode 0664 user root group dahdi
 
 	# run configuration utilities
+	/bin/sleep 5
 	%%PREFIX%%/sbin/dahdi_cfg
 	if [ -r %%PREFIX%%/etc/fxotune.conf ]; then
 		echo "Starting fxotune."


More information about the svn-ports-head mailing list