commit:     8d26171fc5734ce4d1512e2b9508a6e46bb2079d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 15:11:20 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 15:11:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=8d26171f

Remove more signal traps.

 scripts/initrc.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/scripts/initrc.sh b/scripts/initrc.sh
index 6938564..9cf5883 100644
--- a/scripts/initrc.sh
+++ b/scripts/initrc.sh
@@ -1,10 +1,5 @@
 #!/bin/bash -e
 
-trap "kill -9 $$" SIGTERM
-trap "kill -9 $$" SIGHUP
-trap "kill -9 $$" SIGKILL
-trap "kill -9 $$" SIGINT
-
 ln -sf /etc/init.d/net.lo /etc/init.d/net.eth0
 rc-update add alsasound default
 rc-update add cupsd default

Reply via email to