From a84223f42d2066636afed44e0c0c911a24cc5510 Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 21:14:00 +0200 Subject: [PATCH 1/2] moving LinEnum to app-exploits as per #350 --- {net-analyzer => app-exploits}/linenum/Manifest | 0 {net-analyzer => app-exploits}/linenum/linenum-20180827.ebuild | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename {net-analyzer => app-exploits}/linenum/Manifest (100%) rename {net-analyzer => app-exploits}/linenum/linenum-20180827.ebuild (92%) diff --git a/net-analyzer/linenum/Manifest b/app-exploits/linenum/Manifest similarity index 100% rename from net-analyzer/linenum/Manifest rename to app-exploits/linenum/Manifest diff --git a/net-analyzer/linenum/linenum-20180827.ebuild b/app-exploits/linenum/linenum-20180827.ebuild similarity index 92% rename from net-analyzer/linenum/linenum-20180827.ebuild rename to app-exploits/linenum/linenum-20180827.ebuild index 99b6935b1..7a89bc09f 100644 --- a/net-analyzer/linenum/linenum-20180827.ebuild +++ b/app-exploits/linenum/linenum-20180827.ebuild @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_install() { - newbin LinEnum.sh linenum + insinto /usr/share/LinEnum + doins LinEnum.sh } From f4bd2b4966d4108007a678b21ce5371ec2307180 Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 21:26:51 +0200 Subject: [PATCH 2/2] moving LinEnum to app-exploits as per #350 --- profiles/pentoo/base/package.accept_keywords/app-exploits | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/pentoo/base/package.accept_keywords/app-exploits b/profiles/pentoo/base/package.accept_keywords/app-exploits index c94306917..f9580c602 100644 --- a/profiles/pentoo/base/package.accept_keywords/app-exploits +++ b/profiles/pentoo/base/package.accept_keywords/app-exploits @@ -8,3 +8,4 @@ app-exploits/weevely =app-exploits/routersploit-3* app-exploits/webshells +~app-exploits/linenum-20180827