From 24934e623441310f644e5f72855b0f2bf9f3cd1a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Oct 2014 18:38:05 +0200 Subject: Incoming! Moving Rogento.git to kogaion-desktop. Finally --- net-wireless/haraldscan/files/haraldscan-maclist-path.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-wireless/haraldscan/files/haraldscan-maclist-path.patch (limited to 'net-wireless/haraldscan/files') diff --git a/net-wireless/haraldscan/files/haraldscan-maclist-path.patch b/net-wireless/haraldscan/files/haraldscan-maclist-path.patch new file mode 100644 index 00000000..3ef80ee0 --- /dev/null +++ b/net-wireless/haraldscan/files/haraldscan-maclist-path.patch @@ -0,0 +1,11 @@ +--- a/haraldmodules/haraldupdate.py 2010-01-15 15:01:44.939988340 +0100 ++++ b/haraldmodules/haraldupdate.py 2010-01-15 15:01:58.978014426 +0100 +@@ -35,7 +35,7 @@ + llines = 0 + + +- flocal = open('MACLIST', 'rb') ++ flocal = open('/usr/share/haraldscan/MACLIST', 'rb') + + for line in flocal: + llines+=1 -- cgit v1.2.3