diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-09-30 01:25:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-09-30 01:25:58 +0000 |
commit | 384c7f55269b11294b5e039235b4409e21ccf78f (patch) | |
tree | 882f1ebea003708295940acea5a426ac01b4dd20 /misc/zaptel | |
parent | 9de936b089ea3030d5f04d960026597751bb0d66 (diff) |
Notes
Diffstat (limited to 'misc/zaptel')
-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) |