Hello RedHat's,

the irda-utils rpm from the latest rawhide contains a bug in
/etc/rc.d/init.d/irda
which prevents the script from starting. See the appended patch...

Happy hacking
    Frank

--- irda.org Mon Dec 25 00:45:04 2000
+++ irda Fri Jan  5 13:11:47 2001
@@ -36,10 +36,10 @@
 [ -f /usr/sbin/irattach ] || exit 0

 ARGS=
-if $DONGLE ; then
+if [ -n "$DONGLE" ]; then
  ARGS="$ARGS -d $DONGLE"
 fi
-if [ "$DISCOVERY" = "yes" ];then
+if [ "$DISCOVERY" = "yes" ]; then
  ARGS="$ARGS -s"
 fi


--
Linux - Less bugs for less bucks!



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to