diff options
author | osa <osa@FreeBSD.org> | 2004-07-28 04:35:54 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-28 04:35:54 +0800 |
commit | bd011bbbab4a2e02cc132100561f39e74abee42e (patch) | |
tree | 37b4b50565dad3f35089ba1ae682060032b146c2 /comms/ltmdm/Makefile | |
parent | a1b89e101779ae4a7c53d8d4dfa2e7e1bb74df66 (diff) | |
download | freebsd-ports-gnome-bd011bbbab4a2e02cc132100561f39e74abee42e.tar.gz freebsd-ports-gnome-bd011bbbab4a2e02cc132100561f39e74abee42e.tar.zst freebsd-ports-gnome-bd011bbbab4a2e02cc132100561f39e74abee42e.zip |
Use tty_close() and ttygone() where it need instead of
commenting of ttyclose() for __FreeBSD_version >= 502122.
First symptom.
# kldunload ltmdm.ko
kldunload: can't unload file: Device busy
Second symptom.
If ppp(8) used for connect /dev/cual0 and it was
disconnected, the new ppp session return the
following error in ppp.log:
tun0: Warning: deflink: /dev/cual0: Bad file descriptor
Bump PORTREVISION one more time.
Diffstat (limited to 'comms/ltmdm/Makefile')
-rw-r--r-- | comms/ltmdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ltmdm/Makefile b/comms/ltmdm/Makefile index 9a714d930f42..35912fd2fc11 100644 --- a/comms/ltmdm/Makefile +++ b/comms/ltmdm/Makefile @@ -7,7 +7,7 @@ PORTNAME= ltmdm PORTVERSION= 1.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= comms MASTER_SITES= http://www.dons.net.au/~darius/ \ http://soupnazi.org/FreeBSD/ports/distfiles/ |