make sure that apache creates group-writable logfiles, see MKWS-325
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 4 Nov 2014 17:59:56 +0000 (17:59 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 4 Nov 2014 17:59:56 +0000 (17:59 +0000)
explictly call first: umask 002

test/Makefile

index 1b986b4..1f6060c 100644 (file)
@@ -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: