Move EBUILD_MASTER_PID and associated SIGTERM trap into ebuild_main()
authorZac Medico <zmedico@gentoo.org>
Fri, 13 Aug 2010 17:32:48 +0000 (10:32 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 13 Aug 2010 17:32:48 +0000 (10:32 -0700)
commitc192ad9dcd9e70e206340caa0a4bbd70fd0582bf
tree3d80f66db0dad054a400ffdf53a095c02613ead8
parent2ebdc234f035e14d15091081952d70fba472b967
Move EBUILD_MASTER_PID and associated SIGTERM trap into ebuild_main()
since it seems more reliable this way. This helps us avoid having
EbuildIpcDaemon need to send a kill signal (and triggering the
zombie message too). This is especially important for the die helper
which is called by other helpers for EAPI 4.
bin/ebuild.sh