diff options
Diffstat (limited to '')
-rw-r--r-- | comms/ltmdm/Makefile | 2 | ||||
-rw-r--r-- | comms/ltmdm/files/ltmdm.sh | 4 |
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 |