Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-26
2001-02-26 18:42:28 by Martin Stjernholm <mast@lysator.liu.se>
e2a69f2d5240817ac6060437f0a5a405d81fd645 (
15
lines) (+
11
/-
4
)
[
Show
|
Annotate
]
Branch:
5.2
Pass through the -a flag to Pike.
Rev: server/start:1.152
1:
#!/bin/sh #
-
# $Id: start,v 1.
151
2001/02/
02
13
:
03
:
44
per
Exp $
+
# $Id: start,v 1.
152
2001/02/
26
18
:
42
:
28
mast
Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
230:
once=1 shift ;;
-
--debug-without=*|-r*|-d*|-t*|-l*|-w*)
+
--debug-without=*|-r*|-d*|-t*|-l*|-w*
|-a*
)
# Argument passed along to Pike. ARGS="$ARGS $1" ;;
362:
.B-d<level>B.: Set the runtime Pike debug to level. This only works if Pike is compiled
-
with debug.
+
with debug
(i
.
e. with --rtl-debug to
+
configure).
.B-rtB.: Enable runtime typechecking. Things will run more slowly, but it is very
400:
.B-tB.: Turn on Pike level tracing. .B-t<level>B.: Turn on more Pike tracing. This only
-
works if Pike is compiled with debug.
+
works if Pike is compiled with debug
+
(i
.
e. with --rtl-debug to configure).
-
+
.B-a<level>B.: Turn on Pike assembler debug. This only
+
works if Pike is compiled with debug
+
(i.e. with --rtl-debug to configure).
+
.B-wB.: Turn on Pike warnings. .BEnvironment variables:B.