Changeset 101

Show
Ignore:
Timestamp:
12/19/05 18:09:51 (3 years ago)
Author:
ludo
Message:

feed the LRS inventory DB (from r2959)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/admin/perl/info

    r33 r101  
    286286hdmap($ARGV[0]); 
    287287 
     288# update the database if LRS Inventory is installed 
     289if (-x "/usr/share/webmin/lrs-inventory/classes/Drivers/Ini/UpdateIni.php") { 
     290    system("/usr/share/webmin/lrs-inventory/classes/Drivers/Ini/UpdateIni.php ".$ARGV[1]." >/dev/null"); 
     291}