Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-11
2004-03-11 18:46:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
15f9cfceb7fadce7b3af14526f27c64a22482be6 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Try
#2
.
Rev: server/start:1.215
1:
#!/bin/sh #
-
# $Id: start,v 1.
214
2004/03/11 18:
26
:
59
grubba Exp $
+
# $Id: start,v 1.
215
2004/03/11 18:
46
:
33
grubba Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
301:
;; -D*|-M*|-I*|-P*) # Argument passed along to Pike.
-
DEFINES="$DEFINES
$1
"
+
DEFINES="$DEFINES
\
"
$1\""
;; '--version') if [ "x$passhelp" = "x1" ] ; then
855:
fi if [ -f "bin/setup_nsr.pike" ]; then # Setup .nsr (Networker) files for the logfile directories.
-
$pike
$DEFINES bin/setup_nsr.pike --logdir="
$LOGDIR
" --debugdir="
$DEBUGDIR
"
+
eval
"\"$pike\"
$DEFINES bin/setup_nsr.pike --logdir=
\
"
$LOGDIR\
" --debugdir=
\
"
$DEBUGDIR\
"
"
fi if [ $verbose -gt 0 ]; then dp "Using configuration from $DIR"