diff options
author | salo <salo@pkgsrc.org> | 2003-08-22 11:36:51 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-08-22 11:36:51 +0000 |
commit | 65e5e9270b2eb436262dd13c28e32da7034b5882 (patch) | |
tree | ac823b018ae8c4630ef8a18b6a3259aeaca16ff2 /comms/gscmxx/patches | |
parent | 3f4bf6bc50aa8fbda8eef718411d585a943a40bf (diff) | |
download | pkgsrc-65e5e9270b2eb436262dd13c28e32da7034b5882.tar.gz |
Don't be so verbose about missing ircomm* Linux devices.
Diffstat (limited to 'comms/gscmxx/patches')
-rw-r--r-- | comms/gscmxx/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/gscmxx/patches/patch-aa b/comms/gscmxx/patches/patch-aa new file mode 100644 index 00000000000..89dce679a45 --- /dev/null +++ b/comms/gscmxx/patches/patch-aa @@ -0,0 +1,13 @@ +$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; |