Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2005-11-18
2005-11-18 16:43:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b00fdffb9887ae36fb9cbbb187bcc85de1d9b5a3 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
4.0
Removed obsolete FIXME.
Rev: server/start:1.223
1:
#!/bin/sh #
-
# $Id: start,v 1.
222
2005/11/18 16:43:
06
grubba Exp $
+
# $Id: start,v 1.
223
2005/11/18 16:43:
50
grubba Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
119:
if uname | grep 'SunOS' >/dev/null 2>&1; then vers="`uname -r|sed -e 's/5.\([0-9]*\)/\1/p' -ed`" if [ "$vers" -ge "5" ]; then
-
# FIXME: What about Solaris 10+ (SunOS 5.10+)?
+
# if [ $verbose -gt 0 ] ; then # dp "Solaris 2.5 or later detected. Using threads by default." # fi