From a57aad8f5234945ee74657dffd50834378adc5cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Sep 2014 10:40:37 +0200 Subject: glpi-ocsinventoryng: 1.0.3 --- glpi-ocsinventoryng-lock.patch | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 glpi-ocsinventoryng-lock.patch (limited to 'glpi-ocsinventoryng-lock.patch') diff --git a/glpi-ocsinventoryng-lock.patch b/glpi-ocsinventoryng-lock.patch deleted file mode 100644 index ac3f491..0000000 --- a/glpi-ocsinventoryng-lock.patch +++ /dev/null @@ -1,33 +0,0 @@ -Index: trunk/scripts/ocsng_fullsync.sh -=================================================================== ---- ocsinventoryng/scripts/ocsng_fullsync.sh (revision 331) -+++ ocsinventoryng/scripts/ocsng_fullsync.sh (revision 332) -@@ -31,7 +31,7 @@ - - exit_if_soft_lock() - { -- if [ -f $GLPI_LOCK_DIR/ocsinventory.lock ] -+ if [ -f $GLPI_LOCK_DIR/ocsinventoryng.lock ] - then - echo "Software lock : script can't run !" - exit 1 -Index: trunk/scripts/run.php -=================================================================== ---- ocsinventoryng/scripts/run.php (revision 331) -+++ ocsinventoryng/scripts/run.php (revision 332) -@@ -70,7 +70,7 @@ - - function exit_if_soft_lock() { - -- if (file_exists(GLPI_LOCK_DIR."/massocsimport.lock")) { -+ if (file_exists(GLPI_LOCK_DIR."/ocsinventoryng.lock")) { - echo "Software lock : script can't run !\n"; - exit (1); - } -@@ -204,4 +204,4 @@ - cleanup($pidfile); - fwrite ($log, date("r") . " " . $_SERVER["argv"][0] . " ended\n\n"); - --?> -\ No newline at end of file -+?> -- cgit