1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Give kernel module a few seconds to initialize hardware before

calling dahdi_cfg.

PR:		188780
Submitted by:	Dan Lukes
This commit is contained in:
Max Khon 2015-03-21 19:22:56 +00:00
parent 25593399fc
commit aa99ba74f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381820
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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."