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:
parent
25593399fc
commit
aa99ba74f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381820
@ -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
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user