diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-09-30 01:25:58 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-09-30 01:25:58 +0000 |
commit | a1747b99327b6f73a2599be47be1e3b165afe134 (patch) | |
tree | 0349d5d0947467dd7781cf20da85ffe6ab2b5a35 /net | |
parent | c6efbad7d620c037c764fea299746d2e5cc71a08 (diff) | |
download | FreeBSD-ports-a1747b99327b6f73a2599be47be1e3b165afe134.zip FreeBSD-ports-a1747b99327b6f73a2599be47be1e3b165afe134.tar.gz |
Call ztcfg after loading drivers to get the card(s) configured properly.
PR: 81697
Submitted by: Igor Robul <igorr@speechpro.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/zaptel12/Makefile | 1 | ||||
-rw-r--r-- | net/zaptel12/files/zaptel.sh | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/zaptel12/Makefile b/net/zaptel12/Makefile index b934c62..13bf9a2 100644 --- a/net/zaptel12/Makefile +++ b/net/zaptel12/Makefile @@ -7,6 +7,7 @@ PORTNAME= zaptel PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.portaone.com/~gonzo/ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} diff --git a/net/zaptel12/files/zaptel.sh b/net/zaptel12/files/zaptel.sh index e2ccf1e..4356f95 100644 --- a/net/zaptel12/files/zaptel.sh +++ b/net/zaptel12/files/zaptel.sh @@ -12,7 +12,8 @@ case "$1" in /sbin/kldload ${LIBDIR}/wct1xxp.ko || exit 1 /sbin/kldload ${LIBDIR}/wct4xxp.ko || exit 1 /sbin/kldload ${LIBDIR}/wcte11xp.ko || exit 1 - echo -n ${z} + ${PREFIX}/bin/ztcfg + echo -n " zaptel" ;; stop) |