Codebase list slay / c0d8473
Set PATH to prevent all sorts of problems. Paweł Więcek 15 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1515 # 2.4 Updated command line handler to avois username/signal name mismatches
1616 # 2.5 Debian specific updates
1717 # 2.6 Properly slay oneself, fixed misleading error messages
18 # 3.7 Set PATH to prevent all sorts of problems with it coming from outside
19
20 PATH=/usr/sbin:/sbin:/usr/bin:/bin
21 export PATH
1822
1923 USER=`whoami`
2024 SIGNAL='-KILL'