83a37ccd90
Submitted by: marcel
12 lines
498 B
Text
12 lines
498 B
Text
--- Makefile.PL.orig Sun Aug 15 18:33:03 2004
|
|
+++ Makefile.PL Sun Aug 15 18:33:41 2004
|
|
@@ -25,8 +25,7 @@
|
|
# testing.
|
|
print "Trying to find a serial port for testing...\n";
|
|
unless (@SERIALS) {
|
|
- @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1",
|
|
- "/dev/tty.modem" );
|
|
+ @SERIALS=( "/dev/ttyd0", "/dev/cuad0", "/dev/ttyu0", "/dev/cuau0", "/dev/ucom0", "/dev/cuaa0", "/dev/ttya", "/dev/ttyb" );
|
|
print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n";
|
|
}
|
|
|