Catch up with the renaming of cuaa to cuad 5 years ago.
PR: 135909 Submitted by: Daniel O'Connor
This commit is contained in:
parent
dd11e886ce
commit
e76ce15096
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238336
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user