Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9581 - main/branches/2.1.2/bin
Date: Fri, 28 Mar 2008 20:29:28
Message-Id: E1JfLCX-0003u7-Sr@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-03-28 20:29:24 +0000 (Fri, 28 Mar 2008)
3 New Revision: 9581
4
5 Modified:
6 main/branches/2.1.2/bin/ebuild.sh
7 main/branches/2.1.2/bin/isolated-functions.sh
8 Log:
9 Remove the killparent() function and associated SIGINT trap since this
10 should already be handled on the python side and it won't work with
11 dropped privileges anyway. (trunk r9327)
12
13
14 Modified: main/branches/2.1.2/bin/ebuild.sh
15 ===================================================================
16 --- main/branches/2.1.2/bin/ebuild.sh 2008-03-28 13:11:58 UTC (rev 9580)
17 +++ main/branches/2.1.2/bin/ebuild.sh 2008-03-28 20:29:24 UTC (rev 9581)
18 @@ -1563,14 +1563,6 @@
19 # source ${X} || die "Failed to source ${X}"
20 # done
21
22 -else
23 -
24 -killparent() {
25 - trap INT
26 - kill ${PORTAGE_MASTER_PID}
27 -}
28 -trap "killparent" INT
29 -
30 fi # "$*"!="depend" && "$*"!="clean" && "$*" != "setup"
31
32 export SANDBOX_ON="1"
33
34 Modified: main/branches/2.1.2/bin/isolated-functions.sh
35 ===================================================================
36 --- main/branches/2.1.2/bin/isolated-functions.sh 2008-03-28 13:11:58 UTC (rev 9580)
37 +++ main/branches/2.1.2/bin/isolated-functions.sh 2008-03-28 20:29:24 UTC (rev 9581)
38 @@ -452,7 +452,7 @@
39 abort_test abort_install dyn_compile dyn_test dyn_install \
40 dyn_preinst dyn_help debug-print debug-print-function \
41 debug-print-section inherit EXPORT_FUNCTIONS newdepend newrdepend \
42 - newpdepend do_newdepend remove_path_entry killparent \
43 + newpdepend do_newdepend remove_path_entry \
44 save_ebuild_env filter_readonly_variables preprocess_ebuild_env \
45 source_all_bashrcs ebuild_phase ebuild_phase_with_hooks \
46 ${QA_INTERCEPTORS}
47
48 --
49 gentoo-commits@l.g.o mailing list