git: 814b79f49617 - main - net-mgmt/netdot: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 31 Mar 2025 15:53:20 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=814b79f49617f7307a2ceecaf94edb16ad93fefa

commit 814b79f49617f7307a2ceecaf94edb16ad93fefa
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 15:53:15 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 15:53:15 +0000

    net-mgmt/netdot: Remove expired port
    
    2025-03-31 net-mgmt/netdot: Upstream has been inactive for 4 years, consider migrating to net-mgmt/netbox
---
 MOVED                                              |   1 +
 net-mgmt/Makefile                                  |   1 -
 net-mgmt/netdot/Makefile                           |  92 -----
 net-mgmt/netdot/distinfo                           |   3 -
 net-mgmt/netdot/files/patch-Makefile               |  11 -
 net-mgmt/netdot/files/patch-etc-Makefile           |  12 -
 .../files/patch-etc-netdot_apache2_local.conf      |  12 -
 net-mgmt/netdot/files/patch-etc_Default.conf       |  20 --
 net-mgmt/netdot/files/patch-htdocs_Makefile        |  21 --
 net-mgmt/netdot/files/pkg-install.in               |  30 --
 net-mgmt/netdot/files/pkg-message.in               |  42 ---
 net-mgmt/netdot/pkg-descr                          |  19 --
 net-mgmt/netdot/pkg-plist                          | 378 ---------------------
 13 files changed, 1 insertion(+), 641 deletions(-)

diff --git a/MOVED b/MOVED
index 849954b31a7d..007e4947b927 100644
--- a/MOVED
+++ b/MOVED
@@ -4274,3 +4274,4 @@ japanese/wnn7egg||2025-03-31|Has expired: Upstream disapeared and distfile is no
 multimedia/projectx||2025-03-31|Has expired: Abandonware, last release in 2011 and dependens on legacy version of Java. Consider using multimedia/ffmpeg or multimedia/vlc
 x11-toolkits/shared-desktop-ontologies||2025-03-31|Has expired: Abandonedware, not used by KDE for a long time
 devel/jrtplib||2025-03-31|Has expired: Abandonware, no longer maintained upstream as of 2020
+net-mgmt/netdot||2025-03-31|Has expired: Upstream has been inactive for 4 years, consider migrating to net-mgmt/netbox
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index fb024a06c187..e65bd85147be 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -193,7 +193,6 @@
     SUBDIR += netdata-go
     SUBDIR += netdisco
     SUBDIR += netdisco-mibs
-    SUBDIR += netdot
     SUBDIR += netleak
     SUBDIR += netmagis-common
     SUBDIR += netmagis-database
diff --git a/net-mgmt/netdot/Makefile b/net-mgmt/netdot/Makefile
deleted file mode 100644
index ee19509edd31..000000000000
--- a/net-mgmt/netdot/Makefile
+++ /dev/null
@@ -1,92 +0,0 @@
-PORTNAME=	netdot
-PORTVERSION=	1.0.7
-DISTVERSIONPREFIX=	${PORTNAME}-
-PORTREVISION=	5
-CATEGORIES=	net-mgmt
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Open source tool to organize and maintain network information
-WWW=		https://github.com/cvicente/Netdot/
-
-LICENSE=	GPLv2
-
-DEPRECATED=	Upstream has been inactive for 4 years, consider migrating to net-mgmt/netbox
-EXPIRATION_DATE=2025-03-31
-
-RUN_DEPENDS=	p5-libapreq2>=0:www/p5-libapreq2 \
-		mp2bug:www/mod_perl2 \
-		p5-Apache-Session>=1.6:www/p5-Apache-Session \
-		p5-Apache-AuthCookie>=0:www/p5-Apache-AuthCookie \
-		p5-Apache2-SiteControl>=1.0:www/p5-Apache2-SiteControl \
-		p5-URI>=0:net/p5-URI \
-		${DBD_MYSQL} \
-		p5-SQL-Translator>=0.07:databases/p5-SQL-Translator \
-		p5-Class-DBI>=3.0.17:databases/p5-Class-DBI \
-		p5-Class-DBI-AbstractSearch>=0:databases/p5-Class-DBI-AbstractSearch \
-		p5-SNMP-Info>=2.06:net-mgmt/p5-SNMP-Info \
-		p5-HTML-Mason>=1.31:www/p5-HTML-Mason \
-		p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \
-		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
-		p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \
-		p5-Net-IRR>=0:net/p5-Net-IRR \
-		p5-NetAddr-IP>=4.042:net-mgmt/p5-NetAddr-IP \
-		p5-Net-Patricia>=1.20:net/p5-Net-Patricia \
-		p5-Net-Appliance-Session>=3.113610:net/p5-Net-Appliance-Session \
-		p5-Net-DNS>=0:dns/p5-Net-DNS \
-		p5-Net-DNS-ZoneFile-Fast>=1.12:dns/p5-Net-DNS-ZoneFile-Fast \
-		p5-BIND-Config-Parser>=0:dns/p5-BIND-Config-Parser \
-		p5-Carp-Assert>=0:devel/p5-Carp-Assert \
-		p5-XML-Simple>=0:textproc/p5-XML-Simple \
-		p5-Socket6>=0:net/p5-Socket6 \
-		p5-GraphViz>=2.02:graphics/p5-GraphViz \
-		rrdtool:databases/rrdtool \
-		netdisco-mibs>=0:net-mgmt/netdisco-mibs
-
-USES=		gmake mysql perl5 shebangfix
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	cvicente
-GH_PROJECT=	Netdot
-
-NO_BUILD=	yes
-
-SUB_FILES=	pkg-message pkg-install
-SUB_LIST=	WWWDIR="${WWWDIR}"	\
-		WWWOWN="${WWWOWN}"	\
-		WWWGRP="${WWWGRP}"	\
-		CHOWN="${CHOWN}"	\
-		CHMOD="${CHMOD}"
-
-SHEBANG_FILES=	bin/*.pl bin/initdb upgrade/upgrade-tasks
-SHEBANG_LANG=	perl perl2
-perl2_OLD_CMD=	<<Make:PERL>>
-perl2_CMD=	${LOCALBASE}/bin/perl
-
-.include <bsd.port.pre.mk>
-
-INSTALL_TARGET=	install		\
-	PREFIX=${WWWDIR}	\
-	PERL=${PERL}		\
-	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 <bsd.port.post.mk>
diff --git a/net-mgmt/netdot/distinfo b/net-mgmt/netdot/distinfo
deleted file mode 100644
index e47de47ca240..000000000000
--- a/net-mgmt/netdot/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1575906001
-SHA256 (cvicente-Netdot-netdot-1.0.7_GH0.tar.gz) = af0d3aa76c6a08c76913177d62456082f72ffda07ac9942890885597d937eab9
-SIZE (cvicente-Netdot-netdot-1.0.7_GH0.tar.gz) = 1986540
diff --git a/net-mgmt/netdot/files/patch-Makefile b/net-mgmt/netdot/files/patch-Makefile
deleted file mode 100644
index d83b46541104..000000000000
--- a/net-mgmt/netdot/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig	2014-12-08 20:24:38 UTC
-+++ Makefile
-@@ -96,8 +96,6 @@ dir:
- 	       mkdir -m $(DMOD) -p $(STAGEDIR)/$$dir ; \
- 	    fi ; \
- 	done
--	chown -R $(APACHEUSER):$(APACHEGROUP) $(STAGEDIR)/tmp
--	chmod 750 $(STAGEDIR)/tmp
- 
- htdocs:
- 	cd $@ ; $(MAKE) all DIR=$@ 
diff --git a/net-mgmt/netdot/files/patch-etc-Makefile b/net-mgmt/netdot/files/patch-etc-Makefile
deleted file mode 100644
index 00b81b7f2287..000000000000
--- a/net-mgmt/netdot/files/patch-etc-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- etc/Makefile.orig	2012-02-26 18:34:11.000000000 +0000
-+++ etc/Makefile	2012-02-26 18:34:17.000000000 +0000
-@@ -8,9 +8,3 @@
- 
- all: 
- 	$(substitute)
--	if ! test -r $(PREFIX)/$(DIR)/Site.conf; then \
--	  $(SED) -r $(REPLACEMENT_EXPRESSIONS) Site.conf \
--          > Site.conf.tmp;\
--          install -m $(FMOD) Site.conf.tmp $(PREFIX)/$(DIR)/Site.conf;\
--          rm -rf Site.conf.tmp;\
--	fi;
diff --git a/net-mgmt/netdot/files/patch-etc-netdot_apache2_local.conf b/net-mgmt/netdot/files/patch-etc-netdot_apache2_local.conf
deleted file mode 100644
index 76ca3bc34e9e..000000000000
--- a/net-mgmt/netdot/files/patch-etc-netdot_apache2_local.conf
+++ /dev/null
@@ -1,12 +0,0 @@
---- etc/netdot_apache2_local.conf.orig	2011-06-18 23:08:29.960472329 +0100
-+++ etc/netdot_apache2_local.conf	2011-06-18 23:08:56.032350612 +0100
-@@ -22,7 +22,8 @@
- 
- # Uncomment this next line if you get errors from libapreq2
- # about an 'undefined symbol'
--LoadModule apreq_module /usr/lib/apache2/modules/mod_apreq2.so
-+LoadModule perl_module	libexec/apache22/mod_perl.so
-+LoadModule apreq_module	libexec/apache22/mod_apreq2.so
- 
- # Add Netdot's libraries to @INC
- PerlSwitches -I<<Make:PREFIX>>/lib
diff --git a/net-mgmt/netdot/files/patch-etc_Default.conf b/net-mgmt/netdot/files/patch-etc_Default.conf
deleted file mode 100644
index 8d4f106a36c0..000000000000
--- a/net-mgmt/netdot/files/patch-etc_Default.conf
+++ /dev/null
@@ -1,20 +0,0 @@
---- etc/Default.conf.orig	2011-06-18 23:45:16.519629047 +0100
-+++ etc/Default.conf	2011-06-19 00:34:52.153707362 +0100
-@@ -84,7 +84,7 @@
- # should contain the binaries themselves, e.g. if "which mysql" gives
- # "/usr/local/mysql/bin/mysql", $DB_HOME should be "/usr/local/mysql"
- 
--DB_HOME => '/usr',
-+DB_HOME => '%%LOCALPREFIX%%',
- 
- # Set DB_DBA to the name of a DB user with permission to create new databases 
- # Set DB_DBA_PASSWORD to that user's password (if you don't, you'll be prompted
-@@ -221,7 +221,7 @@ SNMP_QUERY_TIMEOUT       =>  90,      # 
- # Netdot shares a set of workable MIBs with the Netdisco project.
- # The following variable specifies where the netdisco MIBs were installed in
- # this system.
--SNMP_MIBS_PATH  => '/usr/share/netdisco/mibs',
-+SNMP_MIBS_PATH  => '%%LOCALPREFIX%%/share/netdisco-mibs',
- 
- # Add or remove specific vendors as you see fit. Do not remove 'net-snmp' and 'rfc' 
- SNMP_MIB_DIRS            =>  [ 'allied', 'arista', 'aruba', 'asante', 
diff --git a/net-mgmt/netdot/files/patch-htdocs_Makefile b/net-mgmt/netdot/files/patch-htdocs_Makefile
deleted file mode 100644
index 6714b4190d0c..000000000000
--- a/net-mgmt/netdot/files/patch-htdocs_Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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 $(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:
-@@ -21,9 +21,3 @@ dir:
- 
- 	@echo "Hacking together mason permissions fix..."
- 	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) $(STAGEDIR)/$(DIR)/img/graphs
--	chmod 0750 $(STAGEDIR)/$(DIR)/img/graphs
--
diff --git a/net-mgmt/netdot/files/pkg-install.in b/net-mgmt/netdot/files/pkg-install.in
deleted file mode 100644
index a922f1f0b018..000000000000
--- a/net-mgmt/netdot/files/pkg-install.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-#
-# This script sets ownership for various files required by the netdot
-# package.
-#
-
-WWWDIR=%%WWWDIR%%
-WWWOWN=%%WWWOWN%%
-WWWGRP=%%WWWGRP%%
-CHOWN=%%CHOWN%%
-CHMOD=%%CHMOD%%
-
-case $2 in
-POST-INSTALL)
-	for changedir in \
-		doc/manual htdocs/img/graphs htdocs/masondata \
-		htdocs/masondata/cache htdocs/masondata/obj \
-		tmp tmp/sessions tmp/sessions/locks \
-		export/bind export/cacti export/dhcpd \
-		export/docs export/ethers export/nagios \
-		export/rancid export/sysmon \
-	; do
-		${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/${changedir}
-		${CHMOD} 0755 ${WWWDIR}/${changedir}
-	done
-
-	# Restrict world read access to these dirs
-	${CHMOD} 0750 ${WWWDIR}/tmp
-	${CHMOD} 0750 ${WWWDIR}/htdocs/img/graphs
-esac
diff --git a/net-mgmt/netdot/files/pkg-message.in b/net-mgmt/netdot/files/pkg-message.in
deleted file mode 100644
index f4618e589010..000000000000
--- a/net-mgmt/netdot/files/pkg-message.in
+++ /dev/null
@@ -1,42 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-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.
-EOM
-}
-]
diff --git a/net-mgmt/netdot/pkg-descr b/net-mgmt/netdot/pkg-descr
deleted file mode 100644
index 8d7576846335..000000000000
--- a/net-mgmt/netdot/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Netdot is an open source tool designed to help network administrators
-collect, organize and maintain network information.
-
-Netdot features include:
-
-	- Device discovery and Layer 2 topology discovery / graphing.
-
-	- IPv4 and IPv6 address space management (also referred to as IPAM),
-	including hierarchical organization, address block visualization and
-	IP and MAC address location and tracking.
-
-	- Cable plant information including: sites, rooms, jacks, closets,
-	inter and intra-building fiber and copper wiring, circuits, etc.
-
-	- Contact information for related entities: departments, providers,
-	vendors, BGP peers, etc.
-
-	- Netdot can generate configuration files for various other tools,
-	including: Nagios, Sysmon, RANCID, Cacti, ISC BIND and ISC DHCPD.
diff --git a/net-mgmt/netdot/pkg-plist b/net-mgmt/netdot/pkg-plist
deleted file mode 100644
index e93c9e820aed..000000000000
--- a/net-mgmt/netdot/pkg-plist
+++ /dev/null
@@ -1,378 +0,0 @@
-%%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
-@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(www,www,750) %%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(www,www,) %%WWWDIR%%/htdocs/masondata/obj
-@unexec rm -rf %D/%%WWWDIR%%/htdocs/masondata/obj 2> /dev/null || true
-@dir(www,www,) %%WWWDIR%%/htdocs/masondata/cache
-@dir(www,www,) %%WWWDIR%%/htdocs/masondata
-@dir %%WWWDIR%%/htdocs
-@dir(www,www,) %%WWWDIR%%/tmp/sessions/locks
-@dir(www,www,) %%WWWDIR%%/tmp/sessions
-@unexec rm -rf %D/%%WWWDIR%%/tmp/sessions 2> /dev/null || true
-@dir(www,www,750) %%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