pkgsrc/net/netdisco/Makefile

154 lines
5.6 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.32 2014/05/29 23:37:05 wiz Exp $
#
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
DISTNAME= netdisco-1.1_with_mibs
PKGNAME= netdisco-1.1
PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdisco/}
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.netdisco.org/
COMMENT= Open Source web-based network management tool
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
LICENSE= modified-bsd
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
DEPENDS+= p5-SNMP-Info>=2.04:../../net/p5-SNMP-Info
DEPENDS+= p5-Apache-DBI-[0-9]*:../../databases/p5-Apache-DBI
DEPENDS+= p5-Apache-Session-[0-9]*:../../www/p5-Apache-Session
DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File
DEPENDS+= p5-MasonX-Request-WithApacheSession-[0-9]*:../../www/p5-MasonX-Request-WithApacheSession
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-Graph-[0-9]*:../../devel/p5-Graph
DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib
Upgrade to 0.95: support more devices severay bug fixes [] Apache-based HTTP authentication added. [1107564] Disable BULKWALK on a per device or per device type basis: bulkwalk_no, arpnip_no, macsuck_no, discover_no use same syntax, see README [1111654] Allow wrap in config file with \ char [969117] Automatically reloads config file in web front end when it changes. [1392968] The map key is now automatically derived from configuration (i.e., entries in node_map) [1107578] Port Control via VLANs [744598] Inventory by subnet - IP Inventory feature improved to dump whole subnets [1107579] The map can be clustered by device Location fields. Thanks to Bjorn Isaksson for the patch. [1393653] Modules for optional features (e.g., NBT) are now loaded when needed, not at startup. [1116552] The devices in the "Choose Device" box on the Admin Panel are now listed in numerical order by IP address, to make it easier to find the one you're looking for. [1116547] Contact field is now searched in the device search. New backend database field time_recent in node database, for nodes that move around a lot, it's the last time this node moved *back* to this device (time_first is the first time ever). Add macsuck_only, arpnip_only, discover_only limits Get SSIDs and channel from wireless base station ports, and display SSID in device port, add SSID inventory and SSID search [1462199] Add SNMP timeout parameter to create_device() [1492791] Added options snmp_force_v* [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script This script parses netdisco.conf for database settings. [] Add graph_png option to use png output from graphviz
2006-12-16 16:25:41 +01:00
DEPENDS+= p5-Net-NBName-[0-9]*:../../net/p5-Net-NBName
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
.include "../../mk/bsd.prefs.mk"
USE_TOOLS+= pax perl:run
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
REPLACE_PERL+= bin/device_to_csv
2006-03-10 23:15:24 +01:00
REPLACE_PERL+= bin/doc_munge
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
REPLACE_PERL+= bin/firewall_arp
REPLACE_PERL+= bin/parse_kismet_ap
REPLACE_PERL+= bin/pod_arg_link_fix
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
REPLACE_PERL+= bin/search_node.pl
2006-03-10 23:15:24 +01:00
REPLACE_PERL+= bin/test_cdp.pl
REPLACE_PERL+= bin/test_fwtable.pl
REPLACE_PERL+= bin/test_iproute.pl
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
REPLACE_PERL+= bin/snmpv3_key
2006-03-10 23:15:24 +01:00
REPLACE_PERL+= netdisco
REPLACE_PERL+= mibs/chk_dups
REPLACE_PERL+= mibs/diff_dir
2006-03-10 23:15:24 +01:00
REPLACE_PERL+= mibs/rm_cisco_dups
REPLACE_PERL+= mibs/chk_mibs
REPLACE_PERL+= mibs/snmpwalkmib
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
REPLACE_PERL+= mibs/split-extreme
Upgrade to 0.95: support more devices severay bug fixes [] Apache-based HTTP authentication added. [1107564] Disable BULKWALK on a per device or per device type basis: bulkwalk_no, arpnip_no, macsuck_no, discover_no use same syntax, see README [1111654] Allow wrap in config file with \ char [969117] Automatically reloads config file in web front end when it changes. [1392968] The map key is now automatically derived from configuration (i.e., entries in node_map) [1107578] Port Control via VLANs [744598] Inventory by subnet - IP Inventory feature improved to dump whole subnets [1107579] The map can be clustered by device Location fields. Thanks to Bjorn Isaksson for the patch. [1393653] Modules for optional features (e.g., NBT) are now loaded when needed, not at startup. [1116552] The devices in the "Choose Device" box on the Admin Panel are now listed in numerical order by IP address, to make it easier to find the one you're looking for. [1116547] Contact field is now searched in the device search. New backend database field time_recent in node database, for nodes that move around a lot, it's the last time this node moved *back* to this device (time_first is the first time ever). Add macsuck_only, arpnip_only, discover_only limits Get SSIDs and channel from wireless base station ports, and display SSID in device port, add SSID inventory and SSID search [1462199] Add SNMP timeout parameter to create_device() [1492791] Added options snmp_force_v* [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script This script parses netdisco.conf for database settings. [] Add graph_png option to use png output from graphviz
2006-12-16 16:25:41 +01:00
REPLACE_PERL+= sql/pg
Upgrade to 0.95: support more devices severay bug fixes [] Apache-based HTTP authentication added. [1107564] Disable BULKWALK on a per device or per device type basis: bulkwalk_no, arpnip_no, macsuck_no, discover_no use same syntax, see README [1111654] Allow wrap in config file with \ char [969117] Automatically reloads config file in web front end when it changes. [1392968] The map key is now automatically derived from configuration (i.e., entries in node_map) [1107578] Port Control via VLANs [744598] Inventory by subnet - IP Inventory feature improved to dump whole subnets [1107579] The map can be clustered by device Location fields. Thanks to Bjorn Isaksson for the patch. [1393653] Modules for optional features (e.g., NBT) are now loaded when needed, not at startup. [1116552] The devices in the "Choose Device" box on the Admin Panel are now listed in numerical order by IP address, to make it easier to find the one you're looking for. [1116547] Contact field is now searched in the device search. New backend database field time_recent in node database, for nodes that move around a lot, it's the last time this node moved *back* to this device (time_first is the first time ever). Add macsuck_only, arpnip_only, discover_only limits Get SSIDs and channel from wireless base station ports, and display SSID in device port, add SSID inventory and SSID search [1462199] Add SNMP timeout parameter to create_device() [1492791] Added options snmp_force_v* [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script This script parses netdisco.conf for database settings. [] Add graph_png option to use png output from graphviz
2006-12-16 16:25:41 +01:00
SUBST_CLASSES+= installdir path varbase apachevers
SUBST_STAGE.installdir= pre-configure
Upgrade to 0.95: support more devices severay bug fixes [] Apache-based HTTP authentication added. [1107564] Disable BULKWALK on a per device or per device type basis: bulkwalk_no, arpnip_no, macsuck_no, discover_no use same syntax, see README [1111654] Allow wrap in config file with \ char [969117] Automatically reloads config file in web front end when it changes. [1392968] The map key is now automatically derived from configuration (i.e., entries in node_map) [1107578] Port Control via VLANs [744598] Inventory by subnet - IP Inventory feature improved to dump whole subnets [1107579] The map can be clustered by device Location fields. Thanks to Bjorn Isaksson for the patch. [1393653] Modules for optional features (e.g., NBT) are now loaded when needed, not at startup. [1116552] The devices in the "Choose Device" box on the Admin Panel are now listed in numerical order by IP address, to make it easier to find the one you're looking for. [1116547] Contact field is now searched in the device search. New backend database field time_recent in node database, for nodes that move around a lot, it's the last time this node moved *back* to this device (time_first is the first time ever). Add macsuck_only, arpnip_only, discover_only limits Get SSIDs and channel from wireless base station ports, and display SSID in device port, add SSID inventory and SSID search [1462199] Add SNMP timeout parameter to create_device() [1492791] Added options snmp_force_v* [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script This script parses netdisco.conf for database settings. [] Add graph_png option to use png output from graphviz
2006-12-16 16:25:41 +01:00
SUBST_FILES.installdir= sql/pg
SUBST_FILES.installdir+= bin/netdisco_daemon
SUBST_FILES.installdir+= netdisco
SUBST_FILES.installdir+= netdisco.conf netdisco.crontab
SUBST_FILES.installdir+= netdisco_apache.conf netdisco_apache_dir.conf
SUBST_FILES.installdir+= bin/test_cache.pl bin/test_cdp.pl
SUBST_FILES.installdir+= bin/test_dev.pl bin/test_stats.pl
SUBST_FILES.installdir+= bin/debian_install.sh
SUBST_FILES.installdir+= bin/test_fwtable.pl bin/test_iproute.pl
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
SUBST_FILES.installdir+= doc/INSTALL doc/INSTALL.pod
SUBST_FILES.installdir+= doc/README.pod doc/README.html
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
SUBST_FILES.installdir+= doc/UPGRADE.pod
SUBST_FILES.installdir+= INSTALL README UPGRADE
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
SUBST_FILES.installdir+= html/doc/README.html
SUBST_FILES.installdir+= html/admin_reconfig.html
SUBST_FILES.installdir+= netdisco.crontab
SUBST_FILES.installdir+= mibs/snmp.conf
SUBST_SED.installdir= -e "s|/usr/local/netdisco|${PREFIX}/netdisco|g"
2006-03-10 23:15:24 +01:00
SUBST_MESSAGE.installdir= Fixing hardcoded install directory path.
SUBST_STAGE.path= pre-configure
SUBST_FILES.path= bin/catalyst_mac_vlan.pl bin/port_control
SUBST_FILES.path+= bin/test_cache.pl bin/test_dev.pl bin/test_stats.pl
SUBST_FILES.path+= bin/parse_mac
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
SUBST_FILES.path+= doc/INSTALL.pod
SUBST_FILES.path+= INSTALL netdisco.crontab
SUBST_SED.path= -e "s|/usr/local/bin|${PREFIX}/bin|g"
2006-03-10 23:15:24 +01:00
SUBST_MESSAGE.path= Fixing hardcoded path.
Upgrade to 0.95: support more devices severay bug fixes [] Apache-based HTTP authentication added. [1107564] Disable BULKWALK on a per device or per device type basis: bulkwalk_no, arpnip_no, macsuck_no, discover_no use same syntax, see README [1111654] Allow wrap in config file with \ char [969117] Automatically reloads config file in web front end when it changes. [1392968] The map key is now automatically derived from configuration (i.e., entries in node_map) [1107578] Port Control via VLANs [744598] Inventory by subnet - IP Inventory feature improved to dump whole subnets [1107579] The map can be clustered by device Location fields. Thanks to Bjorn Isaksson for the patch. [1393653] Modules for optional features (e.g., NBT) are now loaded when needed, not at startup. [1116552] The devices in the "Choose Device" box on the Admin Panel are now listed in numerical order by IP address, to make it easier to find the one you're looking for. [1116547] Contact field is now searched in the device search. New backend database field time_recent in node database, for nodes that move around a lot, it's the last time this node moved *back* to this device (time_first is the first time ever). Add macsuck_only, arpnip_only, discover_only limits Get SSIDs and channel from wireless base station ports, and display SSID in device port, add SSID inventory and SSID search [1462199] Add SNMP timeout parameter to create_device() [1492791] Added options snmp_force_v* [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script This script parses netdisco.conf for database settings. [] Add graph_png option to use png output from graphviz
2006-12-16 16:25:41 +01:00
SUBST_STAGE.varbase= pre-configure
SUBST_FILES.varbase= netdisco.conf
SUBST_SED.varbase= -e "s|@VARBASE@|${VARBASE}|g"
SUBST_MESSAGE.varbase= Fixing data directory.
NETDISCOUSER?= netdisco
NETDISCOGROUP?= netdisco
PKG_GROUPS_VARS+= NETDISCOGROUP
PKG_USERS_VARS+= NETDISCOUSER
PKG_GROUPS= ${NETDISCOGROUP}
PKG_USERS= ${NETDISCOUSER:Q}:${NETDISCOGROUP:Q}
PKG_GECOS.${NETDISCOUSER}= Netdisco administrator
PKG_HOME.${NETDISCOUSER}= ${PREFIX}/netdisco
PKG_SHELL.${NETDISCOUSER}= ${SH}
PKG_SYSCONFVAR= netdisco
2006-03-10 23:15:24 +01:00
PKG_SYSCONFDIR.netdisco= ${PREFIX}/netdisco
EGDIR= ${PREFIX}/share/examples/netdisco
2006-03-10 23:15:24 +01:00
CONF_FILES= ${EGDIR:Q}/netdisco.conf ${PKG_SYSCONFDIR:Q}/netdisco.conf
CONF_FILES_PERMS+= ${EGDIR:Q}/netdisco.conf ${PKG_SYSCONFDIR:Q}/netdisco.conf \
${NETDISCOUSER} ${NETDISCOGROUP} 0660
2006-03-10 23:15:24 +01:00
CONF_FILES+= ${EGDIR:Q}/netdisco-topology.txt ${PKG_SYSCONFDIR:Q}/netdisco-topology.txt
2006-03-10 23:15:24 +01:00
REQD_DIRS+= ${PREFIX:Q}/netdisco ${EGDIR:Q}
OWN_DIRS_PERMS+= ${VARBASE:Q}/netdisco ${NETDISCOUSER} ${NETDISCOGROUP} 0775
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
OWN_DIRS_PERMS+= ${PREFIX:Q}/netdisco/html ${NETDISCOUSER} ${NETDISCOGROUP} 0775
OWN_DIRS_PERMS+= ${PREFIX:Q}/netdisco/mason ${NETDISCOUSER} ${APACHE_GROUP} 0775
RCD_SCRIPTS= netdisco
RCD_SCRIPT_SRC.netdisco= ${WRKSRC:Q}/bin/netdisco_daemon
.include "../../mk/apache.mk"
2006-03-10 23:15:24 +01:00
.if ${PKG_APACHE} == "apache13"
SUBST_STAGE.apachevers= pre-configure
Upgrade to 0.95: support more devices severay bug fixes [] Apache-based HTTP authentication added. [1107564] Disable BULKWALK on a per device or per device type basis: bulkwalk_no, arpnip_no, macsuck_no, discover_no use same syntax, see README [1111654] Allow wrap in config file with \ char [969117] Automatically reloads config file in web front end when it changes. [1392968] The map key is now automatically derived from configuration (i.e., entries in node_map) [1107578] Port Control via VLANs [744598] Inventory by subnet - IP Inventory feature improved to dump whole subnets [1107579] The map can be clustered by device Location fields. Thanks to Bjorn Isaksson for the patch. [1393653] Modules for optional features (e.g., NBT) are now loaded when needed, not at startup. [1116552] The devices in the "Choose Device" box on the Admin Panel are now listed in numerical order by IP address, to make it easier to find the one you're looking for. [1116547] Contact field is now searched in the device search. New backend database field time_recent in node database, for nodes that move around a lot, it's the last time this node moved *back* to this device (time_first is the first time ever). Add macsuck_only, arpnip_only, discover_only limits Get SSIDs and channel from wireless base station ports, and display SSID in device port, add SSID inventory and SSID search [1462199] Add SNMP timeout parameter to create_device() [1492791] Added options snmp_force_v* [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script This script parses netdisco.conf for database settings. [] Add graph_png option to use png output from graphviz
2006-12-16 16:25:41 +01:00
SUBST_FILES.apachevers= netdisco_apache.conf
SUBST_SED.apachevers= -e "s|@APACHE2@|\#uncomment for apache2|g"
SUBST_MESSAGE.apachevers= Fixing config files for apache-1.3
2006-03-10 23:15:24 +01:00
.elif ${PKG_APACHE} == "apache2"
SUBST_STAGE.apachevers= pre-configure
Upgrade to 0.95: support more devices severay bug fixes [] Apache-based HTTP authentication added. [1107564] Disable BULKWALK on a per device or per device type basis: bulkwalk_no, arpnip_no, macsuck_no, discover_no use same syntax, see README [1111654] Allow wrap in config file with \ char [969117] Automatically reloads config file in web front end when it changes. [1392968] The map key is now automatically derived from configuration (i.e., entries in node_map) [1107578] Port Control via VLANs [744598] Inventory by subnet - IP Inventory feature improved to dump whole subnets [1107579] The map can be clustered by device Location fields. Thanks to Bjorn Isaksson for the patch. [1393653] Modules for optional features (e.g., NBT) are now loaded when needed, not at startup. [1116552] The devices in the "Choose Device" box on the Admin Panel are now listed in numerical order by IP address, to make it easier to find the one you're looking for. [1116547] Contact field is now searched in the device search. New backend database field time_recent in node database, for nodes that move around a lot, it's the last time this node moved *back* to this device (time_first is the first time ever). Add macsuck_only, arpnip_only, discover_only limits Get SSIDs and channel from wireless base station ports, and display SSID in device port, add SSID inventory and SSID search [1462199] Add SNMP timeout parameter to create_device() [1492791] Added options snmp_force_v* [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script This script parses netdisco.conf for database settings. [] Add graph_png option to use png output from graphviz
2006-12-16 16:25:41 +01:00
SUBST_FILES.apachevers= netdisco_apache.conf
SUBST_SED.apachevers= -e "s|@APACHE2@||g"
SUBST_MESSAGE.apachevers= Fixing config files for apache-2
.endif
do-build:
2006-03-10 23:15:24 +01:00
${RM} -f ${WRKSRC:Q}/html/doc/ChangeLog.txt
${RM} -f ${WRKSRC:Q}/Makefile
set -e; \
for i in INSTALL README README-API-BACKEND README-API-SHARED \
UPGRADE ChangeLog; do \
2006-03-10 23:15:24 +01:00
${RM} -f ${WRKSRC:Q}/doc/"$$i"; \
${MV} ${WRKSRC:Q}/"$$i" ${WRKSRC:Q}/doc/; \
done
2006-03-10 23:15:24 +01:00
cd ${WRKSRC:Q} && \
${FIND} . \( -name '*.orig' -o -name '*.bak' \) -print | ${XARGS} ${RM} -f
do-install:
2006-03-10 23:15:24 +01:00
${RM} -f ${WRKSRC:Q}/bin/netdisco_daemon
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
cd ${WRKSRC:Q} && pax -rw -pp . ${DESTDIR}${PREFIX:Q}/netdisco
${MKDIR} ${DESTDIR}${EGDIR}
2006-03-10 23:15:24 +01:00
set -e; \
for i in netdisco.conf netdisco-topology.txt netdisco.crontab \
netdisco_apache.conf netdisco_apache_dir.conf; do \
Update netdisco-1.1 and add DESTDIR support. Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23 21:39:09 +02:00
${MV} ${DESTDIR}${PREFIX:Q}/netdisco/"$$i" ${DESTDIR}${EGDIR:Q}/ ;\
done
.include "../../mk/bsd.pkg.mk"