summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a838478)
raw | patch | inline | side by side (parent: a838478)
author | lhm-gosa <lhm-gosa@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Mar 2009 08:55:35 +0000 (08:55 +0000) | ||
committer | lhm-gosa <lhm-gosa@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Mar 2009 08:55:35 +0000 (08:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13550 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-si/gosa-si-server | patch | blob | history |
index 85fd54d8ca29d65363ac975240e8eb0baa4028b6..b3b48e6709017711047dfa4ff405067f66eab402 100755 (executable)
"no-arp+" => \$no_arp,
);
+# Prepare UID / GID as daemon_log may need it quite early
+$root_uid = getpwnam('root');
+$adm_gid = getgrnam('adm');
+
# read and set config parameters
&check_cmdline_param ;
&read_configfile($cfg_file, %cfg_defaults);
}
# Prepare log file and set permissons
-$root_uid = getpwnam('root');
-$adm_gid = getgrnam('adm');
open(FH, ">>$log_file");
close FH;
chmod(0440, $log_file);