mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
568 B

  1. diff -ruN Device-SerialPort-1.000002/Makefile.PL Device-SerialPort-1.000002-new/Makefile.PL
  2. --- Device-SerialPort-1.000002/Makefile.PL 2004-12-06 21:26:14.586668192 +0100
  3. +++ Device-SerialPort-1.000002-new/Makefile.PL 2004-12-06 21:26:39.887821832 +0100
  4. @@ -26,7 +26,7 @@
  5. print "Trying to find a serial port for testing...\n";
  6. unless (@SERIALS) {
  7. @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1",
  8. - "/dev/tty.modem" );
  9. + "/dev/tty.modem", "/dev/tts/0" );
  10. print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n";
  11. }