13 lines
395 B
Text
13 lines
395 B
Text
$NetBSD: patch-aa,v 1.1 2003/08/22 11:36:52 salo Exp $
|
|
|
|
--- bin/gscmxx.orig 2002-11-23 13:44:54.000000000 +0100
|
|
+++ bin/gscmxx 2003-08-22 13:29:34.000000000 +0200
|
|
@@ -4035,7 +4035,7 @@
|
|
#TODO
|
|
# check for useable ircomm devices
|
|
# for now just list all of them
|
|
- my @ircoms = `ls -1 /dev/ircomm*`;
|
|
+ my @ircoms = `ls -1 /dev/ircomm* 2>/dev/null`;
|
|
|
|
# check if usb is present
|
|
my @usbtty;
|