Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-patchset:rsbac commit in: scripts/
Date: Wed, 21 Dec 2011 20:57:57
Message-Id: ad64da3244006605994fd9227e52f74ec5206442.blueness@gentoo
1 commit: ad64da3244006605994fd9227e52f74ec5206442
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 21 20:57:42 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 21 20:57:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=ad64da32
7
8 scripts/switchout.sh: update to switchout rsbac patches
9
10 ---
11 scripts/switchout.sh | 6 +++---
12 1 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/scripts/switchout.sh b/scripts/switchout.sh
15 index a3ded86..ac44380 100755
16 --- a/scripts/switchout.sh
17 +++ b/scripts/switchout.sh
18 @@ -1,8 +1,8 @@
19 #!/bin/bash
20
21 -OLD="$(ls 4420_*)"
22 -NEW="$(ls grsecurity-*)"
23 -NNEW="4420_$NEW"
24 +OLD="$(ls 4500_*)"
25 +NEW="$(ls patch-linux-*)"
26 +NNEW="4500_$NEW"
27
28 sed -i -e "s:${OLD}:${NNEW}:" 0000_README