diff options
author | rene <rene@FreeBSD.org> | 2015-05-24 23:15:54 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-05-24 23:15:54 +0800 |
commit | 0b779624b822fd343bd0898e5a5196da3975e977 (patch) | |
tree | 43c80d84cc6e779cedd59b892d408824fdfeb408 /net-mgmt | |
parent | 5b616771f3698792c1f636d485e873d8be4f7134 (diff) | |
download | freebsd-ports-gnome-0b779624b822fd343bd0898e5a5196da3975e977.tar.gz freebsd-ports-gnome-0b779624b822fd343bd0898e5a5196da3975e977.tar.zst freebsd-ports-gnome-0b779624b822fd343bd0898e5a5196da3975e977.zip |
Remove expired ports:
2015-05-22 net-mgmt/glpi-plugins-tracker-agent: superceded by net-mgmt/glpi-plugins-fusioninventory-server
2015-05-22 net-mgmt/glpi-plugins-tracker-server: superceded by net-mgmt/glpi-plugins-fusioninventory-server
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-agent/Makefile | 39 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-agent/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-agent/files/pkg-message.in | 8 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-agent/pkg-descr | 5 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-agent/pkg-plist | 16 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-server/Makefile | 35 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-server/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-server/files/pkg-message.in | 8 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-server/pkg-descr | 4 | ||||
-rw-r--r-- | net-mgmt/glpi-plugins-tracker-server/pkg-plist | 179 |
11 files changed, 0 insertions, 300 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index b1203feb4e37..449320eb248f 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -65,8 +65,6 @@ SUBDIR += flowviewer SUBDIR += fprobe SUBDIR += glpi-plugins-fusioninventory-server - SUBDIR += glpi-plugins-tracker-agent - SUBDIR += glpi-plugins-tracker-server SUBDIR += grepcidr SUBDIR += grepip SUBDIR += gsnmp diff --git a/net-mgmt/glpi-plugins-tracker-agent/Makefile b/net-mgmt/glpi-plugins-tracker-agent/Makefile deleted file mode 100644 index 6b7f66b3c6d7..000000000000 --- a/net-mgmt/glpi-plugins-tracker-agent/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: ddurieux <d.durieux@siprossii.com> -# $FreeBSD$ - -PORTNAME= agent -DISTVERSION= 1.5.3 -PORTREVISION= 1 -CATEGORIES= net-mgmt -MASTER_SITES= https://forge.indepnet.net/attachments/download/512/ \ - http://glpi.siprossii.com/distfiles/ -PKGNAMEPREFIX= glpi-plugins-tracker- -DISTNAME= glpi-tracker_agent-1.5.3 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Agent get informations of networking devices by SNMP for GLPI - -RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ - p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager - -DEPRECATED= superceded by net-mgmt/glpi-plugins-fusioninventory-server -EXPIRATION_DATE= 2015-05-22 - -USES= perl5 -WRKSRC= ${WRKDIR}/agent_tracker -NO_BUILD= yes -SUB_FILES= pkg-message -#PKGMESSAGE= ${WRKDIR}/pkg-message -SUB_LIST= TRACKERAGENTDIR="${TRACKERAGENTDIR}" -CPIOARGS= --quiet -pdum - -TRACKERAGENTDIR?= share/tracker_agent - -do-install: - @${MKDIR} -m 0755 ${STAGEDIR}${PREFIX}/${TRACKERAGENTDIR} - @cd ${WRKSRC} && ${FIND} * -print | ${CPIO} ${CPIOARGS} ${STAGEDIR}${PREFIX}/${TRACKERAGENTDIR} - -.include <bsd.port.mk> diff --git a/net-mgmt/glpi-plugins-tracker-agent/distinfo b/net-mgmt/glpi-plugins-tracker-agent/distinfo deleted file mode 100644 index e57e8fa1b0db..000000000000 --- a/net-mgmt/glpi-plugins-tracker-agent/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (glpi-tracker_agent-1.5.3.tar.gz) = 1340f72b2da7e02c30f98855f4b339999ebe0dd54088bf228396ddc6ee9938f6 -SIZE (glpi-tracker_agent-1.5.3.tar.gz) = 19193 diff --git a/net-mgmt/glpi-plugins-tracker-agent/files/pkg-message.in b/net-mgmt/glpi-plugins-tracker-agent/files/pkg-message.in deleted file mode 100644 index 24df0d738354..000000000000 --- a/net-mgmt/glpi-plugins-tracker-agent/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -***************************************************************** -Add in cron table to run agent script : - -*/10 * * * * root /usr/local/bin/perl %%PREFIX%%/%%TRACKERAGENTDIR%%/tracker_agent.pl - -This script get devices to query from glpi server, query devices and send them to server - -***************************************************************** diff --git a/net-mgmt/glpi-plugins-tracker-agent/pkg-descr b/net-mgmt/glpi-plugins-tracker-agent/pkg-descr deleted file mode 100644 index 06c0c7c18e46..000000000000 --- a/net-mgmt/glpi-plugins-tracker-agent/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -glpi-plugin-tracker-agent in a program writen in perl. It receive -informations from glpi server and query networking devices to -get informations like serial number, name, -cartridge and page counter of printers and on switchs, devices connected -on each port. After it send them to glpi server. diff --git a/net-mgmt/glpi-plugins-tracker-agent/pkg-plist b/net-mgmt/glpi-plugins-tracker-agent/pkg-plist deleted file mode 100644 index 2e3556eb5b97..000000000000 --- a/net-mgmt/glpi-plugins-tracker-agent/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -share/tracker_agent/inc/communications_serveur.pm -share/tracker_agent/inc/device_serials.pm -share/tracker_agent/inc/devices/cisco.pm -share/tracker_agent/inc/devices/hp.pm -share/tracker_agent/inc/devices/samsung.pm -share/tracker_agent/inc/devices/wyse.pm -share/tracker_agent/inc/errors.pm -share/tracker_agent/inc/functions.pm -share/tracker_agent/inc/tracker_discovery.pm -share/tracker_agent/inc/tracker_pid.pm -share/tracker_agent/inc/tracker_query.pm -share/tracker_agent/inc/tracker_snmp.pm -share/tracker_agent/inc/tracker_xml.pm -share/tracker_agent/tools/verif_descr.pl -share/tracker_agent/tracker_agent.pl -@dir share/tracker_agent/log diff --git a/net-mgmt/glpi-plugins-tracker-server/Makefile b/net-mgmt/glpi-plugins-tracker-server/Makefile deleted file mode 100644 index 3315f72b6528..000000000000 --- a/net-mgmt/glpi-plugins-tracker-server/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: ddurieux <d.durieux@siprossii.com> -# $FreeBSD$ - -PORTNAME= server -DISTVERSION= 2.1.3 -CATEGORIES= net-mgmt -MASTER_SITES= https://forge.indepnet.net/attachments/download/512/ \ - http://glpi.siprossii.com/distfiles/ -PKGNAMEPREFIX= glpi-plugins-tracker- -DISTNAME= glpi-tracker_server-2.1.3 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Plugin of glpi to get information of networking devices by SNMP - -RUN_DEPENDS= glpi>=0.72:${PORTSDIR}/www/glpi - -DEPRECATED= superceded by net-mgmt/glpi-plugins-fusioninventory-server -EXPIRATION_DATE= 2015-05-22 - -USE_PHP= zlib - -WRKSRC= ${WRKDIR}/tracker -NO_BUILD= yes -CPIOARGS= --quiet -pdum -SUB_FILES= pkg-message -SUB_LIST= GLPIPLUGINDIR="${GLPIPLUGINDIR}" -PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" - -GLPIPLUGINDIR?= www/glpi/plugins/tracker - -do-install: - @${MKDIR} -m 0755 ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} - @cd ${WRKSRC} && ${FIND} * -print | ${CPIO} ${CPIOARGS} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} - -.include <bsd.port.mk> diff --git a/net-mgmt/glpi-plugins-tracker-server/distinfo b/net-mgmt/glpi-plugins-tracker-server/distinfo deleted file mode 100644 index 4b66de90983f..000000000000 --- a/net-mgmt/glpi-plugins-tracker-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (glpi-tracker_server-2.1.3.tar.gz) = c5d962a298df5f12fd624eb46a4cb869d3807281cddf0516f5e5b12336daf4b4 -SIZE (glpi-tracker_server-2.1.3.tar.gz) = 312924 diff --git a/net-mgmt/glpi-plugins-tracker-server/files/pkg-message.in b/net-mgmt/glpi-plugins-tracker-server/files/pkg-message.in deleted file mode 100644 index d3f9c454eb64..000000000000 --- a/net-mgmt/glpi-plugins-tracker-server/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -***************************************************************** -Add in cron table to run server script : - -*/5 * * * * www %%PREFIX%%/%%GLPIPLUGINDIR%%/scripts/tracker_fullsync.sh - -This script will parse xml files get from agent and update glpi fields - -***************************************************************** diff --git a/net-mgmt/glpi-plugins-tracker-server/pkg-descr b/net-mgmt/glpi-plugins-tracker-server/pkg-descr deleted file mode 100644 index 265b14886aa3..000000000000 --- a/net-mgmt/glpi-plugins-tracker-server/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -glpi-tracker-server in a plugin for glpi witch make inventory of -devices by SNMP and get informations like serial number, name, -cartridge and page counter of printers and on switchs, devices connected -on each port. diff --git a/net-mgmt/glpi-plugins-tracker-server/pkg-plist b/net-mgmt/glpi-plugins-tracker-server/pkg-plist deleted file mode 100644 index e25b439af693..000000000000 --- a/net-mgmt/glpi-plugins-tracker-server/pkg-plist +++ /dev/null @@ -1,179 +0,0 @@ -@owner %%WWWOWN%% -@group %%WWWGRP%% -www/glpi/plugins/tracker/ajax/plugin_tracker.functionalities.tabs.php -www/glpi/plugins/tracker/docs/CHANGELOG.TXT -www/glpi/plugins/tracker/docs/LISEZMOI.TXT -www/glpi/plugins/tracker/docs/README.TXT -www/glpi/plugins/tracker/docs/ROADMAP.TXT -www/glpi/plugins/tracker/front/plugin_tracker.agents.diag.php -www/glpi/plugins/tracker/front/plugin_tracker.agents.export.php -www/glpi/plugins/tracker/front/plugin_tracker.agents.form.php -www/glpi/plugins/tracker/front/plugin_tracker.agents.php -www/glpi/plugins/tracker/front/plugin_tracker.agents.processes.php -www/glpi/plugins/tracker/front/plugin_tracker.computer_history.form.php -www/glpi/plugins/tracker/front/plugin_tracker.computer_loghistory.php -www/glpi/plugins/tracker/front/plugin_tracker.discovery.php -www/glpi/plugins/tracker/front/plugin_tracker.documentation.php -www/glpi/plugins/tracker/front/plugin_tracker.errors.form.php -www/glpi/plugins/tracker/front/plugin_tracker.functionalities.form.php -www/glpi/plugins/tracker/front/plugin_tracker.install.php -www/glpi/plugins/tracker/front/plugin_tracker.menu.php -www/glpi/plugins/tracker/front/plugin_tracker.mib_management.form.php -www/glpi/plugins/tracker/front/plugin_tracker.mib_management.php -www/glpi/plugins/tracker/front/plugin_tracker.models.export.php -www/glpi/plugins/tracker/front/plugin_tracker.models.form.php -www/glpi/plugins/tracker/front/plugin_tracker.models.php -www/glpi/plugins/tracker/front/plugin_tracker.printer_history.form.php -www/glpi/plugins/tracker/front/plugin_tracker.printer_history_config.form.php -www/glpi/plugins/tracker/front/plugin_tracker.printer_info.form.php -www/glpi/plugins/tracker/front/plugin_tracker.processes.connection.php -www/glpi/plugins/tracker/front/plugin_tracker.processes.errors.php -www/glpi/plugins/tracker/front/plugin_tracker.processes.php -www/glpi/plugins/tracker/front/plugin_tracker.profile.php -www/glpi/plugins/tracker/front/plugin_tracker.rangeip.form.php -www/glpi/plugins/tracker/front/plugin_tracker.rangeip.php -www/glpi/plugins/tracker/front/plugin_tracker.report.php -www/glpi/plugins/tracker/front/plugin_tracker.rules.form.php -www/glpi/plugins/tracker/front/plugin_tracker.snmp_auth.form.php -www/glpi/plugins/tracker/front/plugin_tracker.snmp_auth.php -www/glpi/plugins/tracker/front/plugin_tracker.switch_info.form.php -www/glpi/plugins/tracker/front/plugin_tracker.uninstall.php -www/glpi/plugins/tracker/front/plugin_tracker.unknown.form.php -www/glpi/plugins/tracker/front/plugin_tracker.unknown.php -www/glpi/plugins/tracker/hook.php -www/glpi/plugins/tracker/inc/device_serials.pm.php -www/glpi/plugins/tracker/inc/plugin_tracker-1.0.0-empty.sql -www/glpi/plugins/tracker/inc/plugin_tracker-1.1.0-empty.sql -www/glpi/plugins/tracker/inc/plugin_tracker-1.1.0-update.sql -www/glpi/plugins/tracker/inc/plugin_tracker-2.0.0-empty.sql -www/glpi/plugins/tracker/inc/plugin_tracker-2.0.0-update.sql -www/glpi/plugins/tracker/inc/plugin_tracker-2.0.2-empty.sql -www/glpi/plugins/tracker/inc/plugin_tracker-2.0.2-update.sql -www/glpi/plugins/tracker/inc/plugin_tracker-2.1.0-empty.sql -www/glpi/plugins/tracker/inc/plugin_tracker-2.1.1-empty.sql -www/glpi/plugins/tracker/inc/plugin_tracker-2.1.1-update.sql -www/glpi/plugins/tracker/inc/plugin_tracker-2.1.2-empty.sql -www/glpi/plugins/tracker/inc/plugin_tracker-2.1.3-empty.sql -www/glpi/plugins/tracker/inc/plugin_tracker.config.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.functions_auth.php -www/glpi/plugins/tracker/inc/plugin_tracker.functions_dates.php -www/glpi/plugins/tracker/inc/plugin_tracker.functions_db.php -www/glpi/plugins/tracker/inc/plugin_tracker.functions_display.php -www/glpi/plugins/tracker/inc/plugin_tracker.functions_dropdown.php -www/glpi/plugins/tracker/inc/plugin_tracker.functions_ifmac.php -www/glpi/plugins/tracker/inc/plugin_tracker.functions_massiveaction.php -www/glpi/plugins/tracker/inc/plugin_tracker.functions_setup.php -www/glpi/plugins/tracker/inc/plugin_tracker.loghistory.computer.class.php -www/glpi/plugins/tracker/inc/plugin_tracker.profile.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.agents.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.agents.processes.class.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.auth.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.auth.function.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.discovery.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.discovery.function.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.errors.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.function.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.history.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.history.function.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.importexport.class.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.logs.class.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.mapping.constant.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.mib.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.modele.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.networking.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.ocsng.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.ports.function.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.printers.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.printers.history.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.rangeip.class.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.thread.class.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.tmpconnections.class.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.unknown.class.php -www/glpi/plugins/tracker/inc/plugin_tracker.snmp.walk.classes.php -www/glpi/plugins/tracker/inc/plugin_tracker.xml.class.php -www/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.3com.classes.php -www/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.cisco.classes.php -www/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.foundry_networks.classes.php -www/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.hp.classes.php -www/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.oki.classes.php -www/glpi/plugins/tracker/index.php -www/glpi/plugins/tracker/locales/en_GB.php -www/glpi/plugins/tracker/locales/fr_FR.php -www/glpi/plugins/tracker/models/networking_3Com_Intellijack_225.xml -www/glpi/plugins/tracker/models/networking_aironet_cisco.xml -www/glpi/plugins/tracker/models/networking_cisco_Catalyst_2950.xml -www/glpi/plugins/tracker/models/networking_cisco_generic.xml -www/glpi/plugins/tracker/models/networking_cisco_older.xml -www/glpi/plugins/tracker/models/networking_foundry_networks.xml -www/glpi/plugins/tracker/models/networking_hp_procurve_generic.xml -www/glpi/plugins/tracker/models/networking_switch_generic.xml -www/glpi/plugins/tracker/models/printer_Dell_Laser_1720.xml -www/glpi/plugins/tracker/models/printers_Canon_iR3180C.xml -www/glpi/plugins/tracker/models/printers_Dell_1815.xml -www/glpi/plugins/tracker/models/printers_Epson_Laser_Couleur.xml -www/glpi/plugins/tracker/models/printers_HP_LaserJet_Color_generic.xml -www/glpi/plugins/tracker/models/printers_HP_LaserJet_generic.xml -www/glpi/plugins/tracker/models/printers_Lexmark_LaserJet_mono_T.xml -www/glpi/plugins/tracker/models/printers_copy_ricoh_color.xml -www/glpi/plugins/tracker/models/printers_copy_ricoh_nb.xml -www/glpi/plugins/tracker/models/printers_generic.xml -www/glpi/plugins/tracker/models/printers_generic_Canon_iR_color.xml -www/glpi/plugins/tracker/models/printers_generic_Ricoh.xml -www/glpi/plugins/tracker/models/printers_laser_color_Oki_C5250n.xml -www/glpi/plugins/tracker/models/printers_laser_color_Oki_C5600.xml -www/glpi/plugins/tracker/models/printers_laser_color_Ricoh.xml -www/glpi/plugins/tracker/pics/bookmark_off.png -www/glpi/plugins/tracker/pics/books.png -www/glpi/plugins/tracker/pics/connected_trunk.png -www/glpi/plugins/tracker/pics/export.png -www/glpi/plugins/tracker/pics/menu_agents.png -www/glpi/plugins/tracker/pics/menu_authentification.png -www/glpi/plugins/tracker/pics/menu_discovery.png -www/glpi/plugins/tracker/pics/menu_info_agents.png -www/glpi/plugins/tracker/pics/menu_info_server.png -www/glpi/plugins/tracker/pics/menu_mini_agents.png -www/glpi/plugins/tracker/pics/menu_mini_authentification.png -www/glpi/plugins/tracker/pics/menu_mini_discovery.png -www/glpi/plugins/tracker/pics/menu_mini_info_agents.png -www/glpi/plugins/tracker/pics/menu_mini_info_server.png -www/glpi/plugins/tracker/pics/menu_mini_models.png -www/glpi/plugins/tracker/pics/menu_mini_rangeip.png -www/glpi/plugins/tracker/pics/menu_mini_rapports.png -www/glpi/plugins/tracker/pics/menu_mini_unknown_device.png -www/glpi/plugins/tracker/pics/menu_models.png -www/glpi/plugins/tracker/pics/menu_rangeip.png -www/glpi/plugins/tracker/pics/menu_rapports.png -www/glpi/plugins/tracker/pics/menu_unknown_device.png -www/glpi/plugins/tracker/pics/multiple_mac_addresses.png -www/glpi/plugins/tracker/pics/ok2.png -www/glpi/plugins/tracker/pics/orangebutton.png -www/glpi/plugins/tracker/pics/port_trunk.png -www/glpi/plugins/tracker/pics/wait.png -www/glpi/plugins/tracker/pics/yellowbutton.png -www/glpi/plugins/tracker/plugin_tracker.includes.php -www/glpi/plugins/tracker/report/plugin_tracker.ports_date_connections.php -www/glpi/plugins/tracker/report/plugin_tracker.switch_ports.history.php -www/glpi/plugins/tracker/script.js -www/glpi/plugins/tracker/scripts/.htaccess -www/glpi/plugins/tracker/scripts/auth.xml -www/glpi/plugins/tracker/scripts/run_bat.php -www/glpi/plugins/tracker/scripts/tracker_fullsync.bat -www/glpi/plugins/tracker/scripts/tracker_fullsync.php -www/glpi/plugins/tracker/scripts/tracker_fullsync.sh -www/glpi/plugins/tracker/setup.php -www/glpi/plugins/tracker/tool/parselog.pl -@group -@owner -@dirrm www/glpi/plugins/tracker/tool -@dirrm www/glpi/plugins/tracker/scripts -@dirrm www/glpi/plugins/tracker/report -@dirrm www/glpi/plugins/tracker/pics -@dirrm www/glpi/plugins/tracker/models -@dirrm www/glpi/plugins/tracker/locales -@dirrm www/glpi/plugins/tracker/inc_manufacturer -@dirrm www/glpi/plugins/tracker/inc -@dirrm www/glpi/plugins/tracker/front -@dirrm www/glpi/plugins/tracker/docs -@dirrm www/glpi/plugins/tracker/ajax -@dirrm www/glpi/plugins/tracker |