summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-11-22 17:08:04 +0000
committerroot <root@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-11-22 17:08:04 +0000
commitad762439d8376447f2d288d88d4aa968894eafd5 (patch)
tree575280843743f1e96a2474bedfca1609693fc39a
parent03eefaa983a7f16902365850a8fbb0514d7e8c2c (diff)
Enable client_home+"/logs-for-stat"
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@245 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-xbin/ldap2apache2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ldap2apache b/bin/ldap2apache
index 9d7be09..d1b74a1 100755
--- a/bin/ldap2apache
+++ b/bin/ldap2apache
@@ -47,7 +47,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