Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-07
1997-09-07 16:37:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fd1295abf38b957128027ea3691a0b89cccfda58 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
5.2
Now sets umask.
Rev: server/start:1.21
1:
#!/bin/sh
+
#
+
# $Id: start,v 1.21 1997/09/07 16:37:59 grubba Exp $
VERSION=201; BETA=.a;
7:
LOGDIR=../logs/ FILES="default"
+
# Roxen will create files as the initial user,
+
# which it expects to be able to read as the run-time user.
+
umask 022
+
# Pike default Master-program if [ -f lib/pike/master.pike ]; then DEFINES="$DEFINES -mlib/pike/master.pike"