diff options
author | tron <tron@pkgsrc.org> | 1998-05-08 23:32:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-08 23:32:52 +0000 |
commit | 28dab5982fac50a17fce3612dce6c6c9a3449b14 (patch) | |
tree | ca6b4f6410bbb70a2f4cc32b440680f56d4dd3c9 /comms | |
parent | c5d43fb250a7231c69912d35197c51da6f259e74 (diff) | |
download | pkgsrc-28dab5982fac50a17fce3612dce6c6c9a3449b14.tar.gz |
Scan for "tty[0-9][0-9]" instead for "cua*" in "/dev".
XXX For 1.4 we should use "dty[0-9][0-9]".
Diffstat (limited to 'comms')
-rw-r--r-- | comms/minicom/Makefile | 4 | ||||
-rw-r--r-- | comms/minicom/scripts/create-dev-link | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 3c04ccb4e83..215fe14882e 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/24 09:20:33 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/05/08 23:32:52 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # @@ -7,7 +7,7 @@ PKGNAME= minicom-1.78 CATEGORIES= comms MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ -MAINTAINER= packages@netbsd.org +MAINTAINER= tron@netbsd.org RUN_DEPENDS= lrz:../../comms/lrzsz \ lsz:../../comms/lrzsz \ diff --git a/comms/minicom/scripts/create-dev-link b/comms/minicom/scripts/create-dev-link index 5d069972079..91ae3787ae8 100644 --- a/comms/minicom/scripts/create-dev-link +++ b/comms/minicom/scripts/create-dev-link @@ -39,7 +39,7 @@ else if [ ${foo} = Y -o ${foo} = y -o ${foo} = yes ] ; then echo "From the list below, what port number is your modem attached to?" cd /dev - /bin/ls -C cuaa* + /bin/ls -C tty[0-9][0-9] echo "" echo -n "Enter the number X from cuaaX above : " read bar |