Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-17
2001-05-17 01:20:52 by Martin Stjernholm <mast@lysator.liu.se>
337c782b171fe3383f5a2722db1b8963302aa8c5 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Pass on -p to Pike.
Rev: server/start:1.160
1:
#!/bin/sh #
-
# $Id: start,v 1.
159
2001/05/
16
09
:
49
:
27
per
Exp $
+
# $Id: start,v 1.
160
2001/05/
17
01
:
20
:
52
mast
Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
238:
once=1 shift ;;
-
--debug-without=*|-r*|-d*|-t*|-l*|-w*|-a*)
+
--debug-without=*|-r*|-d*|-t*|-l*|-w*|-a*
|-p*
)
# Argument passed along to Pike. ARGS="$ARGS $1" ;;
411:
.B-tB.: Turn on Pike level tracing.
+
.B-pB.: Turn on Pike profiling.
+
.B-t<level>B.: Turn on more Pike tracing. This only works if Pike is compiled with debug (i.e. with --rtl-debug to configure).