aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-02 09:40:50 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-07-02 09:40:50 -0400
commit8f7472881dff656d1505e693318478c258b8406e (patch)
tree78746725d3bd9024b217e9836f41ab9e676cf4a7
parentDrop python3.3 from cycle 2. Keyword npth. (diff)
downloadgrs-8f7472881dff656d1505e693318478c258b8406e.tar.gz
grs-8f7472881dff656d1505e693318478c258b8406e.tar.bz2
grs-8f7472881dff656d1505e693318478c258b8406e.zip
Remove traps for scripts, let cgroup take care of it.
-rw-r--r--scripts/passwd.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/passwd.sh b/scripts/passwd.sh
index 8bbbbbb..03dcc0f 100644
--- a/scripts/passwd.sh
+++ b/scripts/passwd.sh
@@ -1,10 +1,5 @@
#!/bin/bash -e
-trap "kill -9 $$" SIGTERM
-trap "kill -9 $$" SIGHUP
-trap "kill -9 $$" SIGKILL
-trap "kill -9 $$" SIGINT
-
echo root:root | chpasswd
useradd -m gentoo