Code

Move $verbose to the beginning to avoid DB log messages when $verbose = 0
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 May 2009 13:59:06 +0000 (13:59 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 May 2009 13:59:06 +0000 (13:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13608 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-server

index 510a049cf6676c476d66882bab197c841742da0d..2d3b7b3a043d6322534885ad3d4c4bdf41ee287c 100755 (executable)
@@ -58,6 +58,7 @@ my $server_headURL;
 my $server_revision;
 my $server_status;
 our $prg= basename($0);
+our $verbose= 0;
 
 my $db_module = "DBsqlite";
 {
@@ -101,7 +102,6 @@ our $server_address;
 our $server_mac_address;
 our $gosa_address;
 our $no_arp;
-our $verbose;
 our $forground;
 our $cfg_file;
 our ($ldap_uri, $ldap_base, $ldap_admin_dn, $ldap_admin_password, $ldap_server_dn, $ldap_version, $max_ldap_handle, $precreate_ldap_handle);
@@ -110,10 +110,6 @@ our $known_modules;
 our $root_uid;
 our $adm_gid;
 
-
-# specifies the verbosity of the daemon_log
-$verbose = 0 ;
-
 # if foreground is not null, script will be not forked to background
 $foreground = 0 ;