aboutsummaryrefslogtreecommitdiff
path: root/comms
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
parent4dc4982ee30ba13095957ce1b0311ecfa3700c3c (diff)
downloadports-f723664ab446b54aad85948133a35f57c0d7a087.tar.gz
ports-f723664ab446b54aad85948133a35f57c0d7a087.zip
Notes
Diffstat (limited to 'comms')
-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