Remove all bashisms; drop grml-muttng
[grml-scripts-core.git] / usr_sbin / grml-setservices
index a4f12eb..633ea9b 100755 (executable)
@@ -4,7 +4,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Mit Jul 25 18:34:57 CEST 2007 [mika]
 ################################################################################
 
 PN="$(basename $0)"
@@ -22,7 +21,7 @@ bailout(){
   exit 0
 }
 
-trap bailout 1 2 3 15
+trap bailout SIGHUP SIGINT SIGQUIT SIGTERM
 
 is_value_set(){
  [ -n "$1" ] || return 2