diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-07-23 19:51:33 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-24 13:33:03 +0200 |
commit | 3ae8498e9e8242195100ac2557bd5982716ab94d (patch) | |
tree | 94982354930b566a8851b8b445627362f000030b /net-wireless | |
parent | app-admin/quickswitch: EAPI8, minor improvements (diff) | |
download | gentoo-3ae8498e9e8242195100ac2557bd5982716ab94d.tar.gz gentoo-3ae8498e9e8242195100ac2557bd5982716ab94d.tar.bz2 gentoo-3ae8498e9e8242195100ac2557bd5982716ab94d.zip |
net-wireless/kismet: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/26543
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/kismet/files/kismet-2022-01-3-wardrive.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-wireless/kismet/files/kismet-2022-01-3-wardrive.patch b/net-wireless/kismet/files/kismet-2022-01-3-wardrive.patch deleted file mode 100644 index 2f45ecbd68e1..000000000000 --- a/net-wireless/kismet/files/kismet-2022-01-3-wardrive.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 2186630f4f4fb3ded5df56d67e88ef1fae36ee5b Mon Sep 17 00:00:00 2001 -From: Mike Kershaw / Dragorn <dragorn@kismetwireless.net> -Date: Thu, 27 Jan 2022 16:46:22 -0500 -Subject: [PATCH] Actually install kismet_wardrive.conf via make install - ---- - Makefile.in | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/Makefile.in b/Makefile.in -index 3544ea711..c1aac51d7 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -8,7 +8,8 @@ CONFIGFILES = \ - kismet_logging.conf \ - kismet_filter.conf \ - kismet_uav.conf \ -- kismet_80211.conf -+ kismet_80211.conf \ -+ kismet_wardrive.conf - - # Parsers (modeled on former Kaitai model) - PARSERS = \ |