projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f71ca
)
make sure that apache creates group-writable logfiles, see MKWS-325
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 4 Nov 2014 17:59:56 +0000
(17:59 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 4 Nov 2014 17:59:56 +0000
(17:59 +0000)
explictly call first: umask 002
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
1b986b4
..
1f6060c
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-105,7
+105,7
@@
node_modules node-modules:
apache-start:
bin/apache-template-update
- ${APACHE_HTTPD} -f `pwd`/${TMP_DIR}/jasmine-dev-${APACHE_PORT}.conf
+ umask 002; ${APACHE_HTTPD} -f `pwd`/${TMP_DIR}/jasmine-dev-${APACHE_PORT}.conf
APACHE_PID_FILE=${TMP_DIR}/mkws-jasmine-${APACHE_PORT}.pid
apache-stop: