Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-20
2004-05-20 15:03:19 by Stephen R. van den Berg <srb@cuci.nl>
d3e079203fa874d83a2c224ea099420e0cf622ae (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
Aphoto_2.0_beta3
VARDIR is configurable now
Rev: server/start:1.214
1:
#!/bin/sh #
-
# $Id: start,v 1.
213
2004/05/20
13
:
44
:
17
_cvs_stephen Exp $
+
# $Id: start,v 1.
214
2004/05/20
15
:
03
:
19
_cvs_stephen Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
78:
LOCALDIR="`cd $LOCALDIR; pwd`" else :; fi
-
if test -d $VARDIR/.; then :; else
-
dp "Creating directory $VARDIR"
-
./bin/mkdir -p $VARDIR/ || exit 1
-
fi
-
+
# Default verbosity level. verbose=1
558:
# be able to read as the run-time user. umask 022
+
if test -d $VARDIR/.; then :; else
+
dp "Creating directory $VARDIR"
+
./bin/mkdir -p $VARDIR/ || exit 1
+
fi
+
if [ "x$PIKE_NO_DEFAULT_PATHS" = "x" ]; then # Pike default Master-program if [ "x$PIKE_MASTER" = "x" ]; then