Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
1997-04-10
1997-04-10 16:14:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6a8566a7ef5cc9a68c9c40db2b12df32a25d46c3 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed logging bug.
Rev: server/start:1.10
86:
;; --config-dir=*) DIR=`echo $1 | sed -e 's/--config-dir=//'`
-
FILES=`echo $1 | sed -e's/--config-dir=//' -e's/.//g' -e's./..g' -e 's.-..g'`
+
FILES=`echo $1 | sed -e's/--config-dir=//' -e's/
\
.//g' -e's./..g' -e 's.-..g'`
;; '--debug') debug=1
166:
fi echo $$: "Server restart at `date`"
+
echo $$: "Debug log in $LOGDIR/debug/$FILES.1"
rotate $LOGDIR/debug/$FILES start_roxen 2>>$LOGDIR/debug/$FILES.1 1>&2