diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-09-30 09:25:58 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-09-30 09:25:58 +0800 |
commit | a1747b99327b6f73a2599be47be1e3b165afe134 (patch) | |
tree | 0349d5d0947467dd7781cf20da85ffe6ab2b5a35 /misc | |
parent | c6efbad7d620c037c764fea299746d2e5cc71a08 (diff) | |
download | freebsd-ports-gnome-a1747b99327b6f73a2599be47be1e3b165afe134.tar.gz freebsd-ports-gnome-a1747b99327b6f73a2599be47be1e3b165afe134.tar.zst freebsd-ports-gnome-a1747b99327b6f73a2599be47be1e3b165afe134.zip |
Call ztcfg after loading drivers to get the card(s) configured properly.
PR: 81697
Submitted by: Igor Robul <igorr@speechpro.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/zaptel/Makefile | 1 | ||||
-rw-r--r-- | misc/zaptel/files/zaptel.sh | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile index b934c6215862..13bf9a2e09fe 100644 --- a/misc/zaptel/Makefile +++ b/misc/zaptel/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/misc/zaptel/files/zaptel.sh b/misc/zaptel/files/zaptel.sh index e2ccf1e7a6a8..4356f95d1374 100644 --- a/misc/zaptel/files/zaptel.sh +++ b/misc/zaptel/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) |