summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0adb176)
raw | patch | inline | side by side (parent: 0adb176)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 17 May 2010 17:39:00 +0000 (17:39 +0000) | ||
committer | opensides <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18524 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/debian/control | patch | blob | history | |
gosa-si/gosa-si-server | patch | blob | history |
diff --git a/gosa-si/debian/control b/gosa-si/debian/control
index 53b125a182489434d400011b825a025a3b8fc999..63c4410e35022702f06aff8fd4e535acc4f8bd81 100644 (file)
--- a/gosa-si/debian/control
+++ b/gosa-si/debian/control
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
diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server
index 8ee558119eca06ffad16ed54cd50ba35bcf9741e..f386aaf1db5ffa677fa3fe78a5f7e17c46b77feb 100755 (executable)
--- a/gosa-si/gosa-si-server
+++ b/gosa-si/gosa-si-server
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);