From d6c4ff5746cb6d16fcaf84291c5465a4b6a71280 Mon Sep 17 00:00:00 2001 From: janw Date: Tue, 5 May 2009 13:59:06 +0000 Subject: [PATCH] Move $verbose to the beginning to avoid DB log messages when $verbose = 0 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13608 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/gosa-si-server | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server index 510a049cf..2d3b7b3a0 100755 --- a/gosa-si/gosa-si-server +++ b/gosa-si/gosa-si-server @@ -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 ; -- 2.30.2