Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-04
2004-05-04 15:03:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0b9259ab6f44e1842acee3341ad630753e214c4d (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Now passes --once along to the main process.
Rev: server/start:1.217
1:
#!/bin/sh #
-
# $Id: start,v 1.
216
2004/
03
/
25
13
:
38
:
14
mast
Exp $
+
# $Id: start,v 1.
217
2004/
05
/
04
15
:
03
:
16
grubba
Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
530:
parse_args "$@"
+
if [ "$once" = "" ]; then :; else
+
pass="$pass --once=$once"
+
fi
+
# The work has already been done above, but the debug printout is better # to have _after_ parse_args (consider --help and --version)