diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-07-24 16:40:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-07-24 16:40:58 +0000 |
commit | e76ce15096a1c9d137b86b1df44d7fcbac55b302 (patch) | |
tree | 6143ac7bc8514cc4bcdcfcd4dc637f91abcf7cee /comms/mgetty+sendfax/files/mgettycfg.in | |
parent | dd11e886ce18f909d7cc21b85d1b666135e30e9c (diff) |
Catch up with the renaming of cuaa to cuad 5 years ago.
PR: 135909
Submitted by: Daniel O'Connor
Notes
Notes:
svn path=/head/; revision=238336
Diffstat (limited to 'comms/mgetty+sendfax/files/mgettycfg.in')
-rw-r--r-- | comms/mgetty+sendfax/files/mgettycfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/files/mgettycfg.in b/comms/mgetty+sendfax/files/mgettycfg.in index 8e0d3bcf3830..9b76b5a1efcd 100644 --- a/comms/mgetty+sendfax/files/mgettycfg.in +++ b/comms/mgetty+sendfax/files/mgettycfg.in @@ -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); |