Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-28
2001-06-28 15:49:35 by Martin Stjernholm <mast@lysator.liu.se>
99075743921dc880a518ad6c171fceef952cc579 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Avoid recursive invocations of signal_exit.
Rev: server/start:1.167
1:
#!/bin/sh #
-
# $Id: start,v 1.
166
2001/06/28 15:
33
:
24
mast Exp $
+
# $Id: start,v 1.
167
2001/06/28 15:
49
:
35
mast Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
574:
} signal_exit() {
+
trap "" 2 15
dp "Start script terminated." if [ "x$ROXEN_PID" != "x" ]; then kill $ROXEN_PID 2>/dev/null && wait $ROXEN_PID 2>/dev/null