From 255a5d46d343228b59c6c055d346126f30284916 Mon Sep 17 00:00:00 2001
From: unknown author <unknown@example.com>
Date: Thu, 23 Apr 2009 15:31:11 +0000
Subject: [PATCH] moved creepy a.out to mifare-read

---
 reader.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reader.pl b/reader.pl
index 6a417f4..966b001 100755
--- a/reader.pl
+++ b/reader.pl
@@ -16,7 +16,7 @@ while (<$keys>)
 
 while (sleep 1)
 {
-  open $fh,'/flash/realraum/a.out 0 2>&1 |';
+  open $fh,'/flash/realraum/mifare-read 0 2>&1 |';
   while (<$fh>)
   {
 	next unless /UID/;
-- 
1.7.10.4