From 6ca6e91de954687fd1142244a4a5543bc859e797 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 11 Sep 2014 21:38:21 +0200 Subject: Stop creating log dirs --- bin/ldap2apache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/ldap2apache b/bin/ldap2apache index 707a1c2..90ae84d 100755 --- a/bin/ldap2apache +++ b/bin/ldap2apache @@ -72,9 +72,9 @@ clients.each{ |c| uid = c['uidNumber'][0].to_i gid = c['gidNumber'][0].to_i mkdir(client_home , 02755, 0, 0) - mkdir(client_home+"/logs" , 02755, 0, gid) - mkdir(client_home+"/logs-archive" , 02755, 0, gid) - mkdir(client_home+"/logs-for-stat", 02750, 0, gid) + #mkdir(client_home+"/logs" , 02755, 0, gid) + #mkdir(client_home+"/logs-archive" , 02755, 0, gid) + #mkdir(client_home+"/logs-for-stat", 02750, 0, gid) mkdir(client_home+"/pg" , 02750, @postgres_uid, gid) c['vhosts'].each{ |vhost| bind = vhost['tnWebVHostBind'] ? vhost['tnWebVHostBind'] : @defaultbind -- cgit v1.2.3