summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-10-28 02:03:10 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-10-28 02:03:10 +0000
commit6c74b250180363c8ea170e821d6b5381e112537d (patch)
treee7308d896d43fd1e86dcb3ceec4fca3eb8b4cdd5 /bin
parente2250fb567afacc6db194354eaefccbd12bd0d22 (diff)
Create logs-for-stat again
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@233 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ldap2apache2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ldap2apache b/bin/ldap2apache
index ef0b081..36de91a 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