Index: head/net-mgmt/netdot/Makefile =================================================================== --- head/net-mgmt/netdot/Makefile (revision 376984) +++ head/net-mgmt/netdot/Makefile (revision 376985) @@ -1,79 +1,80 @@ # Created by: Nick Hilliard # $FreeBSD$ PORTNAME= netdot -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= net-mgmt MASTER_SITES= http://netdot.uoregon.edu/pub/dists/ MAINTAINER= nick@foobar.org COMMENT= Open source tool to organize and maintain network information LICENSE= GPLv2 RUN_DEPENDS= p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 \ + mp2bug:${PORTSDIR}/www/mod_perl2 \ p5-Apache-Session>=1.6:${PORTSDIR}/www/p5-Apache-Session \ p5-Apache-AuthCookie>=0:${PORTSDIR}/www/p5-Apache-AuthCookie \ p5-Apache2-SiteControl>=1.0:${PORTSDIR}/www/p5-Apache2-SiteControl \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ p5-SQL-Translator>=0.07:${PORTSDIR}/databases/p5-SQL-Translator \ p5-Class-DBI>=3.0.17:${PORTSDIR}/databases/p5-Class-DBI \ p5-Class-DBI-AbstractSearch>=0:${PORTSDIR}/databases/p5-Class-DBI-AbstractSearch \ p5-SNMP-Info>=2.06:${PORTSDIR}/net-mgmt/p5-SNMP-Info \ p5-HTML-Mason>=1.31:${PORTSDIR}/www/p5-HTML-Mason \ p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \ p5-Net-IRR>=0:${PORTSDIR}/net/p5-Net-IRR \ p5-NetAddr-IP>=4.042:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ p5-Net-Patricia>=1.20:${PORTSDIR}/net/p5-Net-Patricia \ p5-Net-Appliance-Session>=3.113.610:${PORTSDIR}/net/p5-Net-Appliance-Session \ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-ZoneFile-Fast>=1.12:${PORTSDIR}/dns/p5-Net-DNS-ZoneFile-Fast \ p5-BIND-Config-Parser>=0:${PORTSDIR}/dns/p5-BIND-Config-Parser \ p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ p5-GraphViz>=2.02:${PORTSDIR}/graphics/p5-GraphViz \ rrdtool:${PORTSDIR}/databases/rrdtool \ netdisco-mibs>=0:${PORTSDIR}/net-mgmt/netdisco-mibs USES= gmake perl5 NO_BUILD= yes USE_MYSQL= yes SUB_FILES= pkg-message pkg-install SUB_LIST= WWWDIR="${WWWDIR}" \ WWWOWN="${WWWOWN}" \ WWWGRP="${WWWGRP}" \ CHOWN="${CHOWN}" \ CHMOD="${CHMOD}" .include INSTALL_TARGET= install \ PREFIX=${WWWDIR} \ STAGEDIR=${STAGEDIR}${WWWDIR} \ APACHEUSER=${WWWOWN} \ APACHEGROUP=${WWWGRP} post-patch: @${REINPLACE_CMD} "s#/usr/local/netdot#${WWWDIR}#g" ${WRKSRC}/netdot.cron ${WRKSRC}/Makefile ${WRKSRC}/import/import_ip_bulk.pl @${REINPLACE_CMD} "s#%%LOCALPREFIX%%#${PREFIX}#g" ${WRKSRC}/etc/Default.conf post-install: .for f in export/bind export/dhcpd export/ethers export/rancid export/smokeping export/sysmon htdocs/img/graphs lib/Netdot/Manual tmp/sessions/locks htdocs/masondata/cache @${TOUCH} ${STAGEDIR}${WWWDIR}/${f}/.keep-me .endfor .for f in initdb ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${WWWDIR}/bin/${f} .endfor ${MKDIR} ${STAGEDIR}${WWWDIR}/upgrade .for f in Makefile updatedb upgrade-tasks ${INSTALL_SCRIPT} ${WRKSRC}/upgrade/${f} ${STAGEDIR}${WWWDIR}/upgrade/${f} .endfor ${INSTALL_DATA} ${WRKSRC}/netdot.cron ${STAGEDIR}${WWWDIR}/etc/netdot.cron ${INSTALL_DATA} ${WRKSRC}/etc/default_data ${STAGEDIR}${WWWDIR}/etc/default_data .include Index: head/net-mgmt/netdot/distinfo =================================================================== --- head/net-mgmt/netdot/distinfo (revision 376984) +++ head/net-mgmt/netdot/distinfo (revision 376985) @@ -1,2 +1,2 @@ -SHA256 (netdot-1.0.6.tar.gz) = 0b1d98f8bf2a92901a290cf6689880fe9e98790bb54d95e7747d67b92783501e -SIZE (netdot-1.0.6.tar.gz) = 2208181 +SHA256 (netdot-1.0.7.tar.gz) = f8fe9804973d09f953dd520795312d5ef2b595151fadd595a1fec2758d99d79c +SIZE (netdot-1.0.7.tar.gz) = 2216634 Index: head/net-mgmt/netdot/files/patch-stagedir =================================================================== --- head/net-mgmt/netdot/files/patch-stagedir (revision 376984) +++ head/net-mgmt/netdot/files/patch-stagedir (revision 376985) @@ -1,158 +1,11 @@ -diff -bur Makefile.orig Makefile ---- Makefile.orig 2013-12-19 15:09:48.000000000 +0000 -+++ Makefile 2014-06-29 16:27:32.000000000 +0100 -@@ -7,7 +7,8 @@ - # Netdot Makefile - # - PERL ?= /usr/bin/perl --PREFIX ?= /usr/local/netdot -+PREFIX ?= /usr/local/www/netdot -+STAGEDIR ?= $(PREFIX) - APACHEUSER ?= apache - APACHEGROUP ?= apache - MAKE ?= make -@@ -23,6 +24,7 @@ - @echo - @echo " PERL = $(PERL)" - @echo " PREFIX = $(PREFIX)" -+ @echo " STAGEDIR = $(STAGEDIR)" - @echo " APACHEUSER = $(APACHEUSER)" - @echo " APACHEGROUP = $(APACHEGROUP)" - @echo " MAKE = $(MAKE)" -@@ -88,14 +90,14 @@ - @echo "Creating necessary directories..." - echo $(PREFIX) > ./.prefix - for dir in $(DIR); do \ -- if test -d $(PREFIX)/$$dir; then \ -- echo "Skipping dir $(PREFIX)/$$dir; already exists"; \ -+ if test -d $(STAGEDIR)/$$dir; then \ -+ echo "Skipping dir $(STAGEDIR)/$$dir; already exists"; \ - else \ -- mkdir -m $(DMOD) -p $(PREFIX)/$$dir ; \ -+ mkdir -m $(DMOD) -p $(STAGEDIR)/$$dir ; \ - fi ; \ - done -- chown -R $(APACHEUSER):$(APACHEGROUP) $(PREFIX)/tmp -- chmod 750 $(PREFIX)/tmp -+ chown -R $(APACHEUSER):$(APACHEGROUP) $(STAGEDIR)/tmp -+ chmod 750 $(STAGEDIR)/tmp - - htdocs: - cd $@ ; $(MAKE) all DIR=$@ -diff -bur doc/Makefile.orig doc/Makefile ---- doc/Makefile.orig 2011-09-23 16:00:36.000000000 +0100 -+++ doc/Makefile 2014-06-29 16:32:27.000000000 +0100 -@@ -11,8 +11,8 @@ - $(substitute) - - for dir in $(NDIR); do \ -- chown $(APACHEUSER):$(APACHEGROUP) $(PREFIX)/$(DIR)/$$dir; \ -- chmod 0755 $(PREFIX)/$(DIR)/$$dir; \ -+ chown $(APACHEUSER):$(APACHEGROUP) $(STAGEDIR)/$(DIR)/$$dir; \ -+ chmod 0755 $(STAGEDIR)/$(DIR)/$$dir; \ - done - - # This section creates the doc/ subdirs -diff -bur etc/utility-Makefile.orig etc/utility-Makefile ---- etc/utility-Makefile.orig 2012-07-13 19:17:17.000000000 +0100 -+++ etc/utility-Makefile 2014-06-29 16:37:23.000000000 +0100 -@@ -17,6 +17,7 @@ - - # Defaults - REPLACE_PREFIX = $(PREFIX) -+REPLACE_STAGEDIR=$(STAGEDIR) - REPLACE_LIB = $(REPLACE_PREFIX)/lib - REPLACE_ETC = $(REPLACE_PREFIX)/etc - REPLACE_PERL = $(PERL) -@@ -41,7 +42,7 @@ - for file in $(FILES); do\ - $(SED) -r $(REPLACEMENT_EXPRESSIONS) $$file\ - > $$file.tmp;\ -- install -m $(FMOD) $$file.tmp $(PREFIX)/$(DIR)/$$file;\ -+ install -m $(FMOD) $$file.tmp $(STAGEDIR)/$(DIR)/$$file;\ - rm -rf $$file.tmp;\ - done - @echo "Done." -@@ -51,10 +52,10 @@ - define mkdirs - @echo "Creating necessary directories..." - for dir in $(NDIR); do \ -- if test -d $(PREFIX)/$(DIR)/$$dir; then \ -- echo "Skipping dir $(PREFIX)/$(DIR)/$$dir; already exists"; \ -+ if test -d $(STAGEDIR)/$(DIR)/$$dir; then \ -+ echo "Skipping dir $(STAGEDIR)/$(DIR)/$$dir; already exists"; \ - else \ -- mkdir -m $(DMOD) -p $(PREFIX)/$(DIR)/$$dir ; \ -+ mkdir -m $(DMOD) -p $(STAGEDIR)/$(DIR)/$$dir ; \ - fi ; \ - done - @echo "Done." -@@ -64,6 +65,6 @@ - # left hanging around - define wipedir - @echo "Wiping out directory before installing" --rm -fr $(PREFIX)/$(DIR) -+rm -fr $(STAGEDIR)/$(DIR) - @echo "done" - endef -diff -bur export/Makefile.orig export/Makefile ---- export/Makefile.orig 2012-07-13 19:17:17.000000000 +0100 -+++ export/Makefile 2014-06-29 16:32:47.000000000 +0100 -@@ -11,8 +11,8 @@ - $(substitute) - - for dir in $(NDIR); do \ -- chown $(APACHEUSER):$(APACHEGROUP) $(PREFIX)/$(DIR)/$$dir; \ -- chmod 0755 $(PREFIX)/$(DIR)/$$dir; \ -+ chown $(APACHEUSER):$(APACHEGROUP) $(STAGEDIR)/$(DIR)/$$dir; \ -+ chmod 0755 $(STAGEDIR)/$(DIR)/$$dir; \ - done - - # This section creates the export/ subdirs -diff -bur htdocs/Makefile.orig htdocs/Makefile ---- htdocs/Makefile.orig 2012-07-13 19:17:17.000000000 +0100 -+++ htdocs/Makefile 2014-06-29 16:33:00.000000000 +0100 +--- htdocs/Makefile.orig 2014-12-14 15:02:04.000000000 +0000 ++++ htdocs/Makefile 2014-12-14 15:02:12.000000000 +0000 @@ -9,7 +9,7 @@ all: wipedir dir $(substitute) -- ln -s $(PREFIX)/doc/manual/netdot-manual.htm $(PREFIX)/$(DIR)/help/manual.html +- ln -s $(STAGEDIR)/doc/manual/netdot-manual.htm $(STAGEDIR)/$(DIR)/help/manual.html + ln -s $(PREFIX)/doc/manual/netdot-manual.htm $(STAGEDIR)/$(DIR)/help/manual.html # Wipe out dir before installing wipedir: -@@ -20,10 +20,10 @@ - $(mkdirs) - - @echo "Hacking together mason permissions fix..." -- touch $(PREFIX)/$(DIR)/masondata/obj/.__obj_create_marker -- chown -R $(APACHEUSER):$(APACHEGROUP) $(PREFIX)/$(DIR)/masondata -- chmod 0755 $(PREFIX)/$(DIR)/masondata -+ touch $(STAGEDIR)/$(DIR)/masondata/obj/.__obj_create_marker -+ chown -R $(APACHEUSER):$(APACHEGROUP) $(STAGEDIR)/$(DIR)/masondata -+ chmod 0755 $(STAGEDIR)/$(DIR)/masondata - # Graphs can be updated dynamically so apache needs +w -- chown $(APACHEUSER):$(APACHEGROUP) $(PREFIX)/$(DIR)/img/graphs -- chmod 0750 $(PREFIX)/$(DIR)/img/graphs -+ chown $(APACHEUSER):$(APACHEGROUP) $(STAGEDIR)/$(DIR)/img/graphs -+ chmod 0750 $(STAGEDIR)/$(DIR)/img/graphs - -diff -bur var/Makefile.orig var/Makefile ---- var/Makefile.orig 2011-09-23 16:00:38.000000000 +0100 -+++ var/Makefile 2014-06-29 16:34:01.000000000 +0100 -@@ -13,7 +13,7 @@ - POLLSTATSRRD = pollstats.rrd - - all: -- if ! test -r $(PREFIX)/$(DIR)/$(POLLSTATSRRD); then \ -+ if ! test -r $(STAGEDIR)/$(DIR)/$(POLLSTATSRRD); then \ - rrdtool create $(POLLSTATSRRD) -s 3600 \ - DS:ips:GAUGE:7200:0:4294967296 \ - DS:macs:GAUGE:7200:0:4294967296 \ -@@ -24,5 +24,5 @@ - RRA:AVERAGE:0.5:24:365 \ - RRA:MAX:0.5:24:30 \ - RRA:MIN:0.5:24:30; \ -- install -m $(FMOD) $(POLLSTATSRRD) $(PREFIX)/$(DIR)/$(POLLSTATSRRD); \ -+ install -m $(FMOD) $(POLLSTATSRRD) $(STAGEDIR)/$(DIR)/$(POLLSTATSRRD); \ - fi; Index: head/net-mgmt/netdot/files/pkg-message.in =================================================================== --- head/net-mgmt/netdot/files/pkg-message.in (revision 376984) +++ head/net-mgmt/netdot/files/pkg-message.in (revision 376985) @@ -1,32 +1,38 @@ ############################################################################### 1. If you do not already have a Site.conf configuration file, you will need to create one. Simply copy %%WWWDIR%%/etc/Default.conf to Site.conf and edit to suit. 2. New installations will need to run the following commands: cd %%WWWDIR%%/bin/ ./initdb initdb This command assumes that you have created a customised Site.conf configuration file. 3. Upgrading? Back up your database first, then run the following commands: cd %%WWWDIR%%/upgrade/ perl updatedb This command assumes that you have created a customised Site.conf configuration file. 4. Please see %%WWWDIR%%/etc/netdot.cron in the root directory of the installation package for suggestions on what should be added to your server's crontab. 5. Suggested Apache configuration files are available here: %%WWWDIR%%/etc/netdot_apache2_local.conf %%WWWDIR%%/etc/netdot_apache2_ldap.conf +6. Running Apache 2.4? Make sure that both the mod_perl and mod_apreq2 have +been added to httpd.conf: + +LoadModule perl_module libexec/apache24/mod_perl.so +LoadModule apreq_module libexec/apache24/mod_apreq2.so + Note that any changes to Site.conf require an apache reload. ############################################################################### Index: head/net-mgmt/netdot/pkg-plist =================================================================== --- head/net-mgmt/netdot/pkg-plist (revision 376984) +++ head/net-mgmt/netdot/pkg-plist (revision 376985) @@ -1,376 +1,378 @@ %%WWWDIR%%/bin/build_topo_graph.pl %%WWWDIR%%/bin/check_bgppeer.pl %%WWWDIR%%/bin/check_ifstatus.pl %%WWWDIR%%/bin/check_link_state.pl %%WWWDIR%%/bin/device_checks.pl %%WWWDIR%%/bin/dump-db.pl %%WWWDIR%%/bin/ether_ip_port.pl %%WWWDIR%%/bin/exporter.pl %%WWWDIR%%/bin/find_address.pl %%WWWDIR%%/bin/free_ip_space.pl %%WWWDIR%%/bin/initdb %%WWWDIR%%/bin/ipblock_checks.pl %%WWWDIR%%/bin/perldeps.pl %%WWWDIR%%/bin/prune_db.pl %%WWWDIR%%/bin/updatedevices.pl %%WWWDIR%%/doc/ChangeLog %%WWWDIR%%/doc/README %%WWWDIR%%/doc/UPGRADE %%WWWDIR%%/doc/manual/netdot-manual-es.epub %%WWWDIR%%/doc/manual/netdot-manual-es.htm %%WWWDIR%%/doc/manual/netdot-manual-es.pdf %%WWWDIR%%/doc/manual/netdot-manual-es.txt %%WWWDIR%%/doc/manual/netdot-manual.epub %%WWWDIR%%/doc/manual/netdot-manual.htm %%WWWDIR%%/doc/manual/netdot-manual.pdf %%WWWDIR%%/doc/manual/netdot-manual.txt %%WWWDIR%%/etc/Default.conf %%WWWDIR%%/etc/default_data %%WWWDIR%%/etc/netdot.cron %%WWWDIR%%/etc/netdot.meta +%%WWWDIR%%/etc/netdot_apache24_local.conf %%WWWDIR%%/etc/netdot_apache2_ldap.conf %%WWWDIR%%/etc/netdot_apache2_local.conf %%WWWDIR%%/etc/netdot_apache2_radius.conf %%WWWDIR%%/export/cacti/netdot_to_cacti.php %%WWWDIR%%/export/cacti/netdot_to_cacti_config.php %%WWWDIR%%/export/docs/circuits.pl %%WWWDIR%%/export/docs/contacts.pl %%WWWDIR%%/export/docs/devices.pl %%WWWDIR%%/export/nagios/hosts.include %%WWWDIR%%/export/bind/.keep-me %%WWWDIR%%/export/dhcpd/.keep-me %%WWWDIR%%/export/ethers/.keep-me %%WWWDIR%%/export/rancid/.keep-me %%WWWDIR%%/export/smokeping/.keep-me %%WWWDIR%%/export/sysmon/.keep-me %%WWWDIR%%/htdocs/autohandler %%WWWDIR%%/htdocs/cable_plant/autohandler %%WWWDIR%%/htdocs/cable_plant/backbone_graph.html %%WWWDIR%%/htdocs/cable_plant/backbone_list_query.html %%WWWDIR%%/htdocs/cable_plant/cable_backbone.html %%WWWDIR%%/htdocs/cable_plant/cable_plant.html %%WWWDIR%%/htdocs/cable_plant/cable_plant_backbone.mhtml %%WWWDIR%%/htdocs/cable_plant/cable_plant_closet.mhtml %%WWWDIR%%/htdocs/cable_plant/cable_plant_horizontal.mhtml %%WWWDIR%%/htdocs/cable_plant/cable_plant_strand.mhtml %%WWWDIR%%/htdocs/cable_plant/cable_strand.html %%WWWDIR%%/htdocs/cable_plant/circuit.html %%WWWDIR%%/htdocs/cable_plant/circuit_interfaces.mhtml %%WWWDIR%%/htdocs/cable_plant/closet.html %%WWWDIR%%/htdocs/cable_plant/dhandler %%WWWDIR%%/htdocs/cable_plant/display_sequence.mhtml %%WWWDIR%%/htdocs/cable_plant/get_strand_sequence_list.html %%WWWDIR%%/htdocs/cable_plant/index.html %%WWWDIR%%/htdocs/cable_plant/site_tasks.html %%WWWDIR%%/htdocs/cable_plant/strand_backbone_list_query.html %%WWWDIR%%/htdocs/cable_plant/suggest_backbonename.html %%WWWDIR%%/htdocs/cable_plant/suggest_jackid.html %%WWWDIR%%/htdocs/contacts/autohandler %%WWWDIR%%/htdocs/contacts/clists.html %%WWWDIR%%/htdocs/contacts/dhandler %%WWWDIR%%/htdocs/contacts/entities.html %%WWWDIR%%/htdocs/contacts/index.html %%WWWDIR%%/htdocs/contacts/people.html %%WWWDIR%%/htdocs/css/datechooser.css %%WWWDIR%%/htdocs/css/new-style.css %%WWWDIR%%/htdocs/css/style-blue.css %%WWWDIR%%/htdocs/css/style-gray.css %%WWWDIR%%/htdocs/css/style-uo.css %%WWWDIR%%/htdocs/css/style.css %%WWWDIR%%/htdocs/dhandler %%WWWDIR%%/htdocs/export/autohandler %%WWWDIR%%/htdocs/export/config_tasks.html %%WWWDIR%%/htdocs/export/dhandler %%WWWDIR%%/htdocs/export/index.html %%WWWDIR%%/htdocs/footer.mhtml %%WWWDIR%%/htdocs/generic/HERE.mhtml %%WWWDIR%%/htdocs/generic/access_right_form.html %%WWWDIR%%/htdocs/generic/attribute_table.mhtml %%WWWDIR%%/htdocs/generic/autohandler %%WWWDIR%%/htdocs/generic/browse.html %%WWWDIR%%/htdocs/generic/closet_floor_query.html %%WWWDIR%%/htdocs/generic/confirm.html %%WWWDIR%%/htdocs/generic/contactlist.html %%WWWDIR%%/htdocs/generic/contactlist.mhtml %%WWWDIR%%/htdocs/generic/data_table.mhtml %%WWWDIR%%/htdocs/generic/delete.html %%WWWDIR%%/htdocs/generic/descr.html %%WWWDIR%%/htdocs/generic/dhandler %%WWWDIR%%/htdocs/generic/display_bin.html %%WWWDIR%%/htdocs/generic/dynamic_list_query.html %%WWWDIR%%/htdocs/generic/edit-multiple.html %%WWWDIR%%/htdocs/generic/edit.html %%WWWDIR%%/htdocs/generic/error.mhtml %%WWWDIR%%/htdocs/generic/form.mhtml %%WWWDIR%%/htdocs/generic/hostlist.html %%WWWDIR%%/htdocs/generic/index.html %%WWWDIR%%/htdocs/generic/jsrs_netdot.html %%WWWDIR%%/htdocs/generic/jsrs_retrieve_all.html %%WWWDIR%%/htdocs/generic/list.html %%WWWDIR%%/htdocs/generic/no_search_criteria.html %%WWWDIR%%/htdocs/generic/no_search_results.html %%WWWDIR%%/htdocs/generic/raw_sql.html %%WWWDIR%%/htdocs/generic/search.html %%WWWDIR%%/htdocs/generic/search_obj.html %%WWWDIR%%/htdocs/generic/show_search_results.mhtml %%WWWDIR%%/htdocs/generic/sortresults.mhtml %%WWWDIR%%/htdocs/generic/subnet_zone_query.html %%WWWDIR%%/htdocs/generic/table.mhtml %%WWWDIR%%/htdocs/generic/user_pref.html %%WWWDIR%%/htdocs/generic/view.html %%WWWDIR%%/htdocs/generic/viewtext.html %%WWWDIR%%/htdocs/generic/wrapping_table.mhtml %%WWWDIR%%/htdocs/header.mhtml %%WWWDIR%%/htdocs/help/autohandler %%WWWDIR%%/htdocs/help/database-graph.html %%WWWDIR%%/htdocs/help/database-rels.html %%WWWDIR%%/htdocs/help/dhandler %%WWWDIR%%/htdocs/help/index.html %%WWWDIR%%/htdocs/help/manual.html %%WWWDIR%%/htdocs/img/calendar.gif %%WWWDIR%%/htdocs/img/favicon.ico %%WWWDIR%%/htdocs/img/title.png %%WWWDIR%%/htdocs/img/graphs/.keep-me %%WWWDIR%%/htdocs/index.html %%WWWDIR%%/htdocs/java_script/datechooser.js %%WWWDIR%%/htdocs/java_script/dynamic_list.js %%WWWDIR%%/htdocs/java_script/jsrsClient.js %%WWWDIR%%/htdocs/java_script/select.js %%WWWDIR%%/htdocs/java_script/toggle.js %%WWWDIR%%/htdocs/login.html %%WWWDIR%%/htdocs/logout.html %%WWWDIR%%/htdocs/management/addneighbor.html %%WWWDIR%%/htdocs/management/address_tasks.html %%WWWDIR%%/htdocs/management/addservice.html %%WWWDIR%%/htdocs/management/asset_tasks.html %%WWWDIR%%/htdocs/management/autohandler %%WWWDIR%%/htdocs/management/choose_ip.html %%WWWDIR%%/htdocs/management/container.mhtml %%WWWDIR%%/htdocs/management/device.html %%WWWDIR%%/htdocs/management/device_tasks.html %%WWWDIR%%/htdocs/management/dhandler %%WWWDIR%%/htdocs/management/dhcp_tasks.html %%WWWDIR%%/htdocs/management/host.html %%WWWDIR%%/htdocs/management/host_tasks.html %%WWWDIR%%/htdocs/management/hostlist.mhtml %%WWWDIR%%/htdocs/management/i_arp.html %%WWWDIR%%/htdocs/management/i_fdb.html %%WWWDIR%%/htdocs/management/index.html %%WWWDIR%%/htdocs/management/interface.html %%WWWDIR%%/htdocs/management/ip-rec.html %%WWWDIR%%/htdocs/management/ip.html %%WWWDIR%%/htdocs/management/ipv6.html %%WWWDIR%%/htdocs/management/ipblock_list.mhtml %%WWWDIR%%/htdocs/management/list_rights.mhtml %%WWWDIR%%/htdocs/management/live_results.mhtml %%WWWDIR%%/htdocs/management/mac.html %%WWWDIR%%/htdocs/management/scope.html %%WWWDIR%%/htdocs/management/subnet.mhtml %%WWWDIR%%/htdocs/management/template_edit.html %%WWWDIR%%/htdocs/management/tree.mhtml %%WWWDIR%%/htdocs/management/updatedevice.html %%WWWDIR%%/htdocs/management/vlan.html %%WWWDIR%%/htdocs/management/vlan_tasks.html %%WWWDIR%%/htdocs/management/zone.html %%WWWDIR%%/htdocs/management/zone_tasks.html %%WWWDIR%%/htdocs/masondata/cache/.keep-me %%WWWDIR%%/htdocs/masondata/obj/.__obj_create_marker %%WWWDIR%%/htdocs/menu_admin.mhtml %%WWWDIR%%/htdocs/menu_user.mhtml %%WWWDIR%%/htdocs/reports/addr_poll_stats.html %%WWWDIR%%/htdocs/reports/asset_inventory.html %%WWWDIR%%/htdocs/reports/autohandler %%WWWDIR%%/htdocs/reports/dev_poll_stats.html %%WWWDIR%%/htdocs/reports/device_inventory.html %%WWWDIR%%/htdocs/reports/dhandler %%WWWDIR%%/htdocs/reports/downtime.html %%WWWDIR%%/htdocs/reports/duplex.html %%WWWDIR%%/htdocs/reports/index.html %%WWWDIR%%/htdocs/reports/ip_reports.html %%WWWDIR%%/htdocs/reports/macs_by_vendor.html %%WWWDIR%%/htdocs/reports/maxed_subnets.html %%WWWDIR%%/htdocs/reports/mysql_stats.html %%WWWDIR%%/htdocs/reports/snmp_down.html %%WWWDIR%%/htdocs/reports/reports_custom.html %%WWWDIR%%/htdocs/reports/time_poll_stats.html %%WWWDIR%%/htdocs/reports/topology_graph.html %%WWWDIR%%/htdocs/reports/unused_statics.html %%WWWDIR%%/htdocs/reports/unused_subnets.html %%WWWDIR%%/htdocs/reports/vlan_mismatches.html %%WWWDIR%%/htdocs/rest/autohandler %%WWWDIR%%/htdocs/rest/dhandler %%WWWDIR%%/htdocs/rest/host %%WWWDIR%%/htdocs/rest/host_contacts %%WWWDIR%%/htdocs/rest/index.html +%%WWWDIR%%/htdocs/rest/updatedev %%WWWDIR%%/htdocs/user_help/autohandler %%WWWDIR%%/htdocs/user_help/dhandler %%WWWDIR%%/htdocs/user_help/hosts.html %%WWWDIR%%/htdocs/user_help/index.html %%WWWDIR%%/htdocs/user_management/add_host.html %%WWWDIR%%/htdocs/user_management/autohandler %%WWWDIR%%/htdocs/user_management/contacts_tasks.html %%WWWDIR%%/htdocs/user_management/device_tasks.html %%WWWDIR%%/htdocs/user_management/dhandler %%WWWDIR%%/htdocs/user_management/hostinfo_tasks.html %%WWWDIR%%/htdocs/user_management/index.html %%WWWDIR%%/htdocs/user_management/person.html %%WWWDIR%%/htdocs/user_management/user_device.html %%WWWDIR%%/import/import_bind_zones.pl %%WWWDIR%%/import/import_closet_pictures.pl %%WWWDIR%%/import/import_closets.pl %%WWWDIR%%/import/import_ip_bulk.pl %%WWWDIR%%/import/import_jacks.pl %%WWWDIR%%/import/subnet_zone.pl %%WWWDIR%%/lib/DBUTIL.pm %%WWWDIR%%/lib/Netdot.pm %%WWWDIR%%/lib/Netdot/AuthLocal.pm %%WWWDIR%%/lib/Netdot/Config.pm %%WWWDIR%%/lib/Netdot/Exporter.pm %%WWWDIR%%/lib/Netdot/Exporter/BIND.pm %%WWWDIR%%/lib/Netdot/Exporter/DHCPD.pm %%WWWDIR%%/lib/Netdot/Exporter/Nagios.pm %%WWWDIR%%/lib/Netdot/Exporter/Rancid.pm %%WWWDIR%%/lib/Netdot/Exporter/Smokeping.pm %%WWWDIR%%/lib/Netdot/Exporter/Sysmon.pm %%WWWDIR%%/lib/Netdot/FakeSNMPSession.pm %%WWWDIR%%/lib/Netdot/LDAP.pm %%WWWDIR%%/lib/Netdot/IPVisual.pm %%WWWDIR%%/lib/Netdot/Krb5.pm %%WWWDIR%%/lib/Netdot/Manual/.keep-me %%WWWDIR%%/lib/Netdot/Mason.pm %%WWWDIR%%/lib/Netdot/Meta.pm %%WWWDIR%%/lib/Netdot/Meta/SQLT.pm %%WWWDIR%%/lib/Netdot/Meta/Table.pm %%WWWDIR%%/lib/Netdot/Meta/Table/Column.pm %%WWWDIR%%/lib/Netdot/Model.pm %%WWWDIR%%/lib/Netdot/Model/AccessRight.pm %%WWWDIR%%/lib/Netdot/Model/ArpCacheEntry.pm %%WWWDIR%%/lib/Netdot/Model/ASN.pm %%WWWDIR%%/lib/Netdot/Model/Asset.pm %%WWWDIR%%/lib/Netdot/Model/BackboneCable.pm %%WWWDIR%%/lib/Netdot/Model/CableStrand.pm %%WWWDIR%%/lib/Netdot/Model/Circuit.pm %%WWWDIR%%/lib/Netdot/Model/Closet.pm %%WWWDIR%%/lib/Netdot/Model/ClosetPicture.pm %%WWWDIR%%/lib/Netdot/Model/Contact.pm %%WWWDIR%%/lib/Netdot/Model/DataCache.pm %%WWWDIR%%/lib/Netdot/Model/Device.pm %%WWWDIR%%/lib/Netdot/Model/Device/Airespace.pm %%WWWDIR%%/lib/Netdot/Model/Device/CLI.pm %%WWWDIR%%/lib/Netdot/Model/Device/CLI/CiscoCat.pm %%WWWDIR%%/lib/Netdot/Model/Device/CLI/CiscoFW.pm %%WWWDIR%%/lib/Netdot/Model/Device/CLI/CiscoIOS.pm %%WWWDIR%%/lib/Netdot/Model/Device/CLI/FoundryIW.pm %%WWWDIR%%/lib/Netdot/Model/DeviceModule.pm %%WWWDIR%%/lib/Netdot/Model/DhcpAttr.pm %%WWWDIR%%/lib/Netdot/Model/DhcpScope.pm %%WWWDIR%%/lib/Netdot/Model/FWTableEntry.pm %%WWWDIR%%/lib/Netdot/Model/Floor.pm %%WWWDIR%%/lib/Netdot/Model/FloorPicture.pm %%WWWDIR%%/lib/Netdot/Model/GroupRight.pm %%WWWDIR%%/lib/Netdot/Model/Interface.pm %%WWWDIR%%/lib/Netdot/Model/Ipblock.pm %%WWWDIR%%/lib/Netdot/Model/Nullify.pm %%WWWDIR%%/lib/Netdot/Model/OUI.pm %%WWWDIR%%/lib/Netdot/Model/Person.pm %%WWWDIR%%/lib/Netdot/Model/PhysAddr.pm %%WWWDIR%%/lib/Netdot/Model/Picture.pm %%WWWDIR%%/lib/Netdot/Model/Plugins/DeviceIpNamesByInt.pm %%WWWDIR%%/lib/Netdot/Model/Plugins/DeviceIpNamesFixed.pm %%WWWDIR%%/lib/Netdot/Model/Plugins/DeviceIpNamesFromDNS.pm %%WWWDIR%%/lib/Netdot/Model/Plugins/IPRangeDNS.pm %%WWWDIR%%/lib/Netdot/Model/Product.pm %%WWWDIR%%/lib/Netdot/Model/RR.pm %%WWWDIR%%/lib/Netdot/Model/RRADDR.pm %%WWWDIR%%/lib/Netdot/Model/RRCNAME.pm %%WWWDIR%%/lib/Netdot/Model/RRDS.pm %%WWWDIR%%/lib/Netdot/Model/RRHINFO.pm %%WWWDIR%%/lib/Netdot/Model/RRLOC.pm %%WWWDIR%%/lib/Netdot/Model/RRMX.pm %%WWWDIR%%/lib/Netdot/Model/RRNAPTR.pm %%WWWDIR%%/lib/Netdot/Model/RRNS.pm %%WWWDIR%%/lib/Netdot/Model/RRPTR.pm %%WWWDIR%%/lib/Netdot/Model/RRSRV.pm %%WWWDIR%%/lib/Netdot/Model/RRTXT.pm %%WWWDIR%%/lib/Netdot/Model/Room.pm %%WWWDIR%%/lib/Netdot/Model/Site.pm %%WWWDIR%%/lib/Netdot/Model/SitePicture.pm %%WWWDIR%%/lib/Netdot/Model/Splice.pm %%WWWDIR%%/lib/Netdot/Model/UserRight.pm %%WWWDIR%%/lib/Netdot/Model/Vlan.pm %%WWWDIR%%/lib/Netdot/Model/VlanGroup.pm %%WWWDIR%%/lib/Netdot/Model/Zone.pm %%WWWDIR%%/lib/Netdot/NetdotPermissionFactory.pm %%WWWDIR%%/lib/Netdot/ObjectAccessRule.pm %%WWWDIR%%/lib/Netdot/REST.pm %%WWWDIR%%/lib/Netdot/Radius.pm %%WWWDIR%%/lib/Netdot/SectionAccessRule.pm %%WWWDIR%%/lib/Netdot/SiteControlLoginWrapper.pm %%WWWDIR%%/lib/Netdot/Topology.pm %%WWWDIR%%/lib/Netdot/UI.pm %%WWWDIR%%/lib/Netdot/Util.pm %%WWWDIR%%/lib/Netdot/Util/DNS.pm %%WWWDIR%%/lib/Netdot/Util/Exception.pm %%WWWDIR%%/lib/Netdot/Util/Log.pm %%WWWDIR%%/lib/Netdot/Util/Math.pm %%WWWDIR%%/lib/jsrsServer.pm %%WWWDIR%%/tmp/sessions/locks/.keep-me %%WWWDIR%%/upgrade/Makefile %%WWWDIR%%/upgrade/updatedb %%WWWDIR%%/upgrade/upgrade-tasks %%WWWDIR%%/var/pollstats.rrd -@dirrmtry %%WWWDIR%%/bin -@dirrmtry %%WWWDIR%%/doc/manual -@dirrmtry %%WWWDIR%%/doc -@dirrmtry %%WWWDIR%%/htdocs/cable_plant -@dirrmtry %%WWWDIR%%/htdocs/css -@dirrmtry %%WWWDIR%%/htdocs/generic -@dirrmtry %%WWWDIR%%/htdocs/help -@dirrmtry %%WWWDIR%%/htdocs/img/graphs -@dirrmtry %%WWWDIR%%/htdocs/img -@dirrmtry %%WWWDIR%%/htdocs/java_script -@dirrmtry %%WWWDIR%%/htdocs/management -@dirrmtry %%WWWDIR%%/htdocs/contacts -@dirrmtry %%WWWDIR%%/htdocs/operations -@dirrmtry %%WWWDIR%%/htdocs/reports -@dirrmtry %%WWWDIR%%/htdocs/export -@dirrmtry %%WWWDIR%%/htdocs/user_management -@dirrmtry %%WWWDIR%%/htdocs/user_help -@dirrmtry %%WWWDIR%%/htdocs/rest -@dirrmtry %%WWWDIR%%/lib/Netdot/Manual -@dirrmtry %%WWWDIR%%/lib/Netdot/Meta/Table -@dirrmtry %%WWWDIR%%/lib/Netdot/Meta -@dirrmtry %%WWWDIR%%/lib/Netdot/Model/Plugins -@dirrmtry %%WWWDIR%%/lib/Netdot/Model/Device/CLI -@dirrmtry %%WWWDIR%%/lib/Netdot/Model/Device -@dirrmtry %%WWWDIR%%/lib/Netdot/Model -@dirrmtry %%WWWDIR%%/lib/Netdot/UI -@dirrmtry %%WWWDIR%%/lib/Netdot/Util -@dirrmtry %%WWWDIR%%/lib/Netdot/Exporter -@dirrmtry %%WWWDIR%%/lib/Netdot -@dirrmtry %%WWWDIR%%/lib -@dirrmtry %%WWWDIR%%/etc -@dirrmtry %%WWWDIR%%/import -@dirrmtry %%WWWDIR%%/export/docs -@dirrmtry %%WWWDIR%%/export/nagios -@dirrmtry %%WWWDIR%%/export/sysmon -@dirrmtry %%WWWDIR%%/export/rancid -@dirrmtry %%WWWDIR%%/export/cacti -@dirrmtry %%WWWDIR%%/export/ethers -@dirrmtry %%WWWDIR%%/export/bind -@dirrmtry %%WWWDIR%%/export/dhcpd -@dirrmtry %%WWWDIR%%/export/smokeping -@dirrmtry %%WWWDIR%%/export -@dirrmtry %%WWWDIR%%/htdocs/masondata/obj +@dir %%WWWDIR%%/bin +@dir %%WWWDIR%%/doc/manual +@dir %%WWWDIR%%/doc +@dir %%WWWDIR%%/htdocs/cable_plant +@dir %%WWWDIR%%/htdocs/css +@dir %%WWWDIR%%/htdocs/generic +@dir %%WWWDIR%%/htdocs/help +@dir %%WWWDIR%%/htdocs/img/graphs +@dir %%WWWDIR%%/htdocs/img +@dir %%WWWDIR%%/htdocs/java_script +@dir %%WWWDIR%%/htdocs/management +@dir %%WWWDIR%%/htdocs/contacts +@dir %%WWWDIR%%/htdocs/operations +@dir %%WWWDIR%%/htdocs/reports +@dir %%WWWDIR%%/htdocs/export +@dir %%WWWDIR%%/htdocs/user_management +@dir %%WWWDIR%%/htdocs/user_help +@dir %%WWWDIR%%/htdocs/rest +@dir %%WWWDIR%%/lib/Netdot/Manual +@dir %%WWWDIR%%/lib/Netdot/Meta/Table +@dir %%WWWDIR%%/lib/Netdot/Meta +@dir %%WWWDIR%%/lib/Netdot/Model/Plugins +@dir %%WWWDIR%%/lib/Netdot/Model/Device/CLI +@dir %%WWWDIR%%/lib/Netdot/Model/Device +@dir %%WWWDIR%%/lib/Netdot/Model +@dir %%WWWDIR%%/lib/Netdot/UI +@dir %%WWWDIR%%/lib/Netdot/Util +@dir %%WWWDIR%%/lib/Netdot/Exporter +@dir %%WWWDIR%%/lib/Netdot +@dir %%WWWDIR%%/lib +@dir %%WWWDIR%%/etc +@dir %%WWWDIR%%/import +@dir %%WWWDIR%%/export/docs +@dir %%WWWDIR%%/export/nagios +@dir %%WWWDIR%%/export/sysmon +@dir %%WWWDIR%%/export/rancid +@dir %%WWWDIR%%/export/cacti +@dir %%WWWDIR%%/export/ethers +@dir %%WWWDIR%%/export/bind +@dir %%WWWDIR%%/export/dhcpd +@dir %%WWWDIR%%/export/smokeping +@dir %%WWWDIR%%/export +@dir %%WWWDIR%%/htdocs/masondata/obj @unexec rm -rf %D/%%WWWDIR%%/htdocs/masondata/obj 2> /dev/null || true -@dirrmtry %%WWWDIR%%/htdocs/masondata/cache -@dirrmtry %%WWWDIR%%/htdocs/masondata -@dirrmtry %%WWWDIR%%/htdocs -@dirrmtry %%WWWDIR%%/tmp/sessions/locks -@dirrmtry %%WWWDIR%%/tmp/sessions +@dir %%WWWDIR%%/htdocs/masondata/cache +@dir %%WWWDIR%%/htdocs/masondata +@dir %%WWWDIR%%/htdocs +@dir %%WWWDIR%%/tmp/sessions/locks +@dir %%WWWDIR%%/tmp/sessions @unexec rm -rf %D/%%WWWDIR%%/tmp/sessions 2> /dev/null || true -@dirrmtry %%WWWDIR%%/tmp -@dirrmtry %%WWWDIR%%/upgrade -@dirrmtry %%WWWDIR%%/var -@dirrmtry %%WWWDIR%% +@dir %%WWWDIR%%/tmp +@dir %%WWWDIR%%/upgrade +@dir %%WWWDIR%%/var +@dir %%WWWDIR%% @unexec if [ -d %%WWWDIR%% ]; then echo "===> There are files/directories remaining under %D/%%WWWDIR%%. If you wish to deinstall netdot completely, inspect this directory for any files you may want to keep and then remove it."; fi