From 52c876fcb6f056b41494a0f5f5a46fe71d9648ea Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 18 Oct 2006 13:13:11 +0000 Subject: logs-for-stats is unneeded git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@205 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- bin/ldap2apache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ldap2apache') diff --git a/bin/ldap2apache b/bin/ldap2apache index 590e203..92bdaac 100755 --- a/bin/ldap2apache +++ b/bin/ldap2apache @@ -45,7 +45,7 @@ clients.each{ |c| mkdir(client_home , 02755, 0, 0) mkdir(client_home+"/logs" , 02750, 0, gid) mkdir(client_home+"/logs-archive" , 02750, 0, gid) - mkdir(client_home+"/logs-for-stat", 02750, 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'][0] : @defaultbind -- cgit v1.2.3