Code

- Adding wget dependancy
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 May 2010 17:39:00 +0000 (17:39 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 May 2010 17:39:00 +0000 (17:39 +0000)
- Cleaning code

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18524 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/debian/control
gosa-si/gosa-si-server

index 53b125a182489434d400011b825a025a3b8fc999..63c4410e35022702f06aff8fd4e535acc4f8bd81 100644 (file)
@@ -22,7 +22,7 @@ Description: GOsa support infrastructure
 
 Package: gosa-si-server
 Architecture: any
-Depends: ${misc:Depends}, gosa-si-common, libcrypt-smbhash-perl
+Depends: ${misc:Depends}, gosa-si-common, libcrypt-smbhash-perl, wget
 Suggests: gosa, gosa-si-server-postfix, gosa-si-server-dak
 Description: GOsa support infrastructure server
  GOsa is a combination of system-administrator and end-user web
index 8ee558119eca06ffad16ed54cd50ba35bcf9741e..f386aaf1db5ffa677fa3fe78a5f7e17c46b77feb 100755 (executable)
@@ -3766,8 +3766,9 @@ daemon_log($server_status_hash->{$server_status}.": $server_revision", 1);
         daemon_log("0 INFO: Removing SQLlite lock files", 1);
 
                                # delete old DBsqlite lock files to be replace by rmtree !!
-                               system('rm -f /var/lib/gosa-si/*.si_lock*');
-                               
+                               system('rm -f /var/lib/gosa-si/*.si.lock*');
+                               #rmtree( '/var/lib/gosa-si/',0,1);
+
         # connect to incoming_db
         unlink($incoming_file_name);
         $incoming_db = ("GOsaSI::".$db_module)->new($incoming_file_name);