Code

bugfix: change user:group of /var/lib/gosa-si to root:adm
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Sep 2008 12:33:15 +0000 (12:33 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Sep 2008 12:33:15 +0000 (12:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12450 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-server

index 8848ebef7d570ba77505c5db455b9f0ada1be337..9f997111ef9400bde7bc7fa30dbd7509f42526ca 100755 (executable)
@@ -3142,7 +3142,7 @@ $root_uid = getpwnam('root');
 $adm_gid = getgrnam('adm');
 chmod(0640, $log_file);
 chown($root_uid, $adm_gid, $log_file);
-
+chown($root_uid, $adm_gid, "/var/lib/gosa-si");
 
 daemon_log(" ", 1);
 daemon_log("$0 started!", 1);