From cc360c4819b26a6fdc56672ab0541a8f0030fd2e Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 5 Jan 2005 11:31:37 +0000 Subject: [PATCH] for [2005010414410610992] git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5375 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/import/cpan/cpan-device-serialport.diff | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/import/cpan/cpan-device-serialport.diff diff --git a/package/import/cpan/cpan-device-serialport.diff b/package/import/cpan/cpan-device-serialport.diff deleted file mode 100644 index 94b2dfd20..000000000 --- a/package/import/cpan/cpan-device-serialport.diff +++ /dev/null @@ -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=' to override this search)\n"; - } -