summaryrefslogtreecommitdiff
path: root/comms/ltmdm
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 04:17:02 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 04:17:02 +0000
commitf723664ab446b54aad85948133a35f57c0d7a087 (patch)
treeea3a35f1eb26eea170eccb2b1b5b3bb2f6513290 /comms/ltmdm
parent- update to 1.3.0 (diff)
[patch] comms/ltmdm: ltmdm.sh patch
Machine: Dell inspiron 8000 with Lucent Technology integrated modem The system panics on an incoming ring signal from the ltmdm. Workaround: initializing the S0 register to a >=0 to max_value fix the problem. PR: ports/71951 Submitted by: raoul megelas <raoul.megelas@libertysurf.fr>
Notes
Notes: svn path=/head/; revision=118768
Diffstat (limited to 'comms/ltmdm')
-rw-r--r--comms/ltmdm/Makefile2
-rw-r--r--comms/ltmdm/files/ltmdm.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/comms/ltmdm/Makefile b/comms/ltmdm/Makefile
index 35912fd2fc11..f28b4d4cea02 100644
--- a/comms/ltmdm/Makefile
+++ b/comms/ltmdm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ltmdm
PORTVERSION= 1.4
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= comms
MASTER_SITES= http://www.dons.net.au/~darius/ \
http://soupnazi.org/FreeBSD/ports/distfiles/
diff --git a/comms/ltmdm/files/ltmdm.sh b/comms/ltmdm/files/ltmdm.sh
index 9eca81695a7d..bea704345b76 100644
--- a/comms/ltmdm/files/ltmdm.sh
+++ b/comms/ltmdm/files/ltmdm.sh
@@ -31,6 +31,10 @@ case "$1" in
fi
kldload ${PREFIX}/share/ltmdm/ltmdm.ko
+
+ # by default ignore incoming calls
+ echo "ats0=0">/dev/cual0
+
echo -n ' ltmdm'
;;
esac