Browse Source

for [2005010414410610992]

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5375 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Clifford Wolf 20 years ago
parent
commit
cc360c4819
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      package/import/cpan/cpan-device-serialport.diff

+ 0
- 12
package/import/cpan/cpan-device-serialport.diff

@ -1,12 +0,0 @@
diff -ruN Device-SerialPort-1.000002/Makefile.PL Device-SerialPort-1.000002-new/Makefile.PL
--- Device-SerialPort-1.000002/Makefile.PL 2004-12-06 21:26:14.586668192 +0100
+++ Device-SerialPort-1.000002-new/Makefile.PL 2004-12-06 21:26:39.887821832 +0100
@@ -26,7 +26,7 @@
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" );
+ "/dev/tty.modem", "/dev/tts/0" );
print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n";
}

Loading…
Cancel
Save