Catch up with the renaming of cuaa to cuad 5 years ago.

PR:		135909
Submitted by:	Daniel O'Connor
This commit is contained in:
Tilman Keskinoz 2009-07-24 16:40:58 +00:00
parent dd11e886ce
commit e76ce15096
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238336
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= mgetty
PORTVERSION= 1.1.35
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= comms
MASTER_SITES= ftp://mgetty.greenie.net/pub/mgetty/source/1.1/
DISTNAME= ${PORTNAME}${PORTVERSION}-Feb22

View File

@ -19,7 +19,7 @@ foreach (keys(%var)) {
}
$a = 1;
$devices = $var{'ports'} ? $var{'ports'} : "cuaa1";
$devices = $var{'ports'} ? $var{'ports'} : "cuad1";
while ($a) {
$devices = &ask ("list of devices", $devices);

View File

@ -19,7 +19,7 @@ foreach (keys(%var)) {
}
$a = 1;
$devices = $var{'ports'} ? $var{'ports'} : "cuaa1";
$devices = $var{'ports'} ? $var{'ports'} : "cuad1";
while ($a) {
$devices = &ask ("list of devices", $devices);