Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-14
2003-01-14 22:12:56 by Martin Nilsson <mani@lysator.liu.se>
4f3f89fb41a9870c87203e1ef155801d0a0d9145 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
Aphoto_2.0_beta3
Don't depend on plugins for now.
Rev: server/start:1.208
1:
#!/bin/sh #
-
# $Id: start,v 1.
207
2002
/
11
/
17
18
:
40
:
19
mani Exp $
+
# $Id: start,v 1.
208
2003
/
01
/
14
22
:
12
:
56
mani Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
773:
LS="$LS `cd pike_modules && find . -ls 2>/dev/null`" LS="$LS `cd server_core && find . -ls 2>/dev/null`" LS="$LS `cd data/include && find . -ls 2>/dev/null`"
-
LS="$LS `cd plugins && find . -ls 2>/dev/null`"
+
#
LS="$LS `cd plugins && find . -ls 2>/dev/null`"
VERSION_DATA="$PIKEVERSION $DEFINES $LS `uname -m` `uname -r`"