diff options
author | 2016-01-06 17:37:04 +0100 | |
---|---|---|
committer | 2016-01-06 17:38:33 +0100 | |
commit | bc5a59eb44d1bdc7186dfca7a32758c9d50b5caa (patch) | |
tree | 27fc503eb8444ea9e839cb8a4f17e16f52123cdb /app-admin/checksec/files/checksec-1.7.2-path.patch | |
parent | Merge branch 'marbre-scikit_learn' (diff) | |
download | gentoo-bc5a59eb44d1bdc7186dfca7a32758c9d50b5caa.tar.gz gentoo-bc5a59eb44d1bdc7186dfca7a32758c9d50b5caa.tar.bz2 gentoo-bc5a59eb44d1bdc7186dfca7a32758c9d50b5caa.zip |
app-admin/checksec: 1.7.2, new package (bug #295687)
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin/checksec/files/checksec-1.7.2-path.patch')
-rw-r--r-- | app-admin/checksec/files/checksec-1.7.2-path.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-admin/checksec/files/checksec-1.7.2-path.patch b/app-admin/checksec/files/checksec-1.7.2-path.patch new file mode 100644 index 000000000000..aa048b079d53 --- /dev/null +++ b/app-admin/checksec/files/checksec-1.7.2-path.patch @@ -0,0 +1,24 @@ +From 2065e51b255b5f9c014a0db35ffe5ce9ea946693 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <sebastian@pipping.org> +Date: Wed, 6 Jan 2016 17:28:36 +0100 +Subject: [PATCH] Extend ${PATH} so that sysctl is found + +--- + checksec | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/checksec b/checksec +index 3660e82..0ac685f 100755 +--- a/checksec ++++ b/checksec +@@ -59,6 +59,7 @@ + + #set global lang to C + export LC_ALL="C" ++export PATH="${PATH}:/usr/sbin/" # for sysctl + + # global vars + debug=false +-- +2.7.0 + |