Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
1998-11-22
1998-11-22 21:15:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1f66ab4b2dc8ac458f98ca47c2e4e9df55aac6c5 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Bugfix.
Rev: server/start:1.56
1:
#!/bin/sh #
-
# $Id: start,v 1.
55
1998/11/22
17
:
05
:
43
per
Exp $
+
# $Id: start,v 1.
56
1998/11/22
21
:
15
:
10
grubba
Exp $
cd `dirname $0` VERSION=202; BETA=.b;
12:
program=base_server/roxenloader.pike extra_args=""
+
roxendir=`pwd`
+
# Enable threads (if available) on Solaris. # Most other OS's have thread bugs that cause them or Roxen to crash. if uname | grep 'SunOS' >/dev/null 2>&1; then