diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-20 11:05:17 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-20 11:05:17 +0000 |
commit | 971fde0aad1978e6100ef645f65134a416a08bae (patch) | |
tree | 394c38dd450c0ffd064abb9e1e9f5da8b78de1b0 /comms/modemd/pkg | |
parent | 77339911bda70d49f56f352fe49837a56973c286 (diff) | |
download | pkgsrc-971fde0aad1978e6100ef645f65134a416a08bae.tar.gz |
Initial import of modemd package done by Ty Sarna <tsarna@endicor.com>
with little cleanups/modifications by me. Closes pr 4678.
Diffstat (limited to 'comms/modemd/pkg')
-rw-r--r-- | comms/modemd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | comms/modemd/pkg/DESCR | 4 | ||||
-rw-r--r-- | comms/modemd/pkg/PLIST | 11 |
3 files changed, 16 insertions, 0 deletions
diff --git a/comms/modemd/pkg/COMMENT b/comms/modemd/pkg/COMMENT new file mode 100644 index 00000000000..9fb10e438de --- /dev/null +++ b/comms/modemd/pkg/COMMENT @@ -0,0 +1 @@ +A replacement getty for dialup ttys and a modem server. diff --git a/comms/modemd/pkg/DESCR b/comms/modemd/pkg/DESCR new file mode 100644 index 00000000000..f4919e2d54e --- /dev/null +++ b/comms/modemd/pkg/DESCR @@ -0,0 +1,4 @@ +The modemd package includes a replacement getty called modemd +that is designed to handle modems and offer many features not +present in standard gettys, and a modem daemon, mpoold, that +allows processes to share local and remote modems in pools. diff --git a/comms/modemd/pkg/PLIST b/comms/modemd/pkg/PLIST new file mode 100644 index 00000000000..e0eb19d2b43 --- /dev/null +++ b/comms/modemd/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 1998/03/20 11:05:18 frueauf Exp $ +sbin/modemd +sbin/mpoold +man/man8/modemd.8 +man/man8/mpoold.8 +man/cat8/modemd.0 +man/cat8/mpoold.0 +man/man5/modemcap.5 +man/cat5/modemcap.0 +share/examples/modemd/modemcap +@dirrm share/examples/modemd |