From b1d5baa386467b56c7023c358090d46aef1cba0a Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 8 May 1998 23:32:52 +0000 Subject: Scan for "tty[0-9][0-9]" instead for "cua*" in "/dev". XXX For 1.4 we should use "dty[0-9][0-9]". --- comms/minicom/Makefile | 4 ++-- comms/minicom/scripts/create-dev-link | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'comms') 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 -- cgit v1.2.3