Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-14
2003-04-14 16:57:41 by Martin Stjernholm <mast@lysator.liu.se>
c8f66e871cd8ce3f27f8281e25c885e0e2e16c44 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Moved add of $LOCALDIR/pike_modules from roxenloader.pike to here.
Rev: server/start:1.203
1:
#!/bin/sh #
-
# $Id: start,v 1.
202
2003/
03
/
25
14:
00
:
22
mast Exp $
+
# $Id: start,v 1.
203
2003/
04
/
14
16
:
57
:
41
mast Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
574:
DEFINES="$DEFINES \"-M$roxendir/etc/modules\"" #fi
+
if [ -d "$LOCALDIR/pike_modules/." ]; then
+
DEFINES="$DEFINES \"-M$LOCALDIR/pike_modules\""
+
fi
+
# Extra include-path #if [ -d etc/include ]; then DEFINES="$DEFINES \"-I$roxendir/etc/include\""