diff options
Diffstat (limited to 'www/rt36')
-rw-r--r-- | www/rt36/Makefile | 210 | ||||
-rw-r--r-- | www/rt36/distinfo | 4 | ||||
-rw-r--r-- | www/rt36/files/multiple-bin-webmux_pl_in | 15 | ||||
-rw-r--r-- | www/rt36/files/multiple-lib-RT_pm_in | 63 | ||||
-rw-r--r-- | www/rt36/files/multiple-sbin-rt-setup-database_in | 21 | ||||
-rw-r--r-- | www/rt36/files/patch-Makefile_in | 51 | ||||
-rw-r--r-- | www/rt36/pkg-descr | 13 | ||||
-rw-r--r-- | www/rt36/pkg-install | 20 | ||||
-rw-r--r-- | www/rt36/pkg-message | 15 | ||||
-rw-r--r-- | www/rt36/pkg-plist | 741 |
10 files changed, 0 insertions, 1153 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile deleted file mode 100644 index d6a36186bcd4..000000000000 --- a/www/rt36/Makefile +++ /dev/null @@ -1,210 +0,0 @@ -# New ports collection makefile for: rt3 -# Date created: 28 November 2002 -# Whom: autrijus -# -# $FreeBSD$ -# - -PORTNAME= rt -PORTVERSION?= 3.6.11 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ - http://download.bestpractical.com/pub/rt/devel/ \ - ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ \ - ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/devel/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= RT is an industrial-grade ticketing system written in Perl - -FORBIDDEN= Vulnerable since 2009-12-09, http://portaudit.freebsd.org/714c1406-e4cf-11de-883a-003048590f9e.html -EXPIRATION_DATE= 2011-09-30 - -CONFLICTS= rt-2* rt-3.0* rt-3.2* rt-3.4* rt-3.8* - -PERL_MODULES = ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - p5-DBIx-SearchBuilder>=0.53:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ - ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ - ${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber \ - ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/Locale/Maketext/Fuzzy.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Fuzzy \ - ${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \ - ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/Module/Versions/Report.pm:${PORTSDIR}/devel/p5-Module-Versions-Report \ - ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat \ - ${SITE_PERL}/Text/Quoted.pm:${PORTSDIR}/textproc/p5-Text-Quoted \ - ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ - ${SITE_PERL}/Text/WikiFormat.pm:${PORTSDIR}/textproc/p5-Text-WikiFormat \ - ${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper \ - ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \ - ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \ - ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ - ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ - ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/CSS/Squish.pm:${PORTSDIR}/textproc/p5-CSS-Squish \ - p5-Devel-StackTrace>=1.19:${PORTSDIR}/devel/p5-Devel-StackTrace \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require -LATEST_LINK= rt36 -HAS_CONFIGURE= yes -NO_BUILD= yes -NO_PACKAGE= Executes scripts in post-install phase -USE_APACHE= 13+ -USE_PERL5= 5.8.3+ - -CONFIGURE_ARGS= --prefix=${RT_PATH} \ - --enable-layout=${LAYOUT} \ - --with-web-user=${WEB_USER} \ - --with-web-group=${WEB_GROUP} \ - --with-libs-group=${LIBS_GROUP} \ - --with-db-host=${DB_HOST} \ - --with-db-port=${DB_PORT} \ - --with-db-type=${DB_TYPE} \ - --with-db-rt-user=${DB_USER} \ - --with-db-rt-pass=${DB_PASSWORD} \ - --with-db-database=${DB_DATABASE} \ - --with-db-dba=${DB_DBA_USER} - -.include <bsd.port.pre.mk> -.if defined(WITH_FASTCGI) -PERL_MODULES+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi -PERL_MODULES+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI -.else -. if ${APACHE_VERSION} == 13 -PERL_MODULES+= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp1 -PERL_MODULES+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq -. else -PERL_MODULES+= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp2 -PERL_MODULES+= ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2 -. endif -.endif -.if defined(MULTIPLE_INSTANCES) -EXTRA_PATCHES+= ${FILESDIR}/multiple* -.endif - -DB_TYPE?= mysql - -.if ${DB_TYPE} == "Oracle" -PERL_MODULES+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle -.else -.if ${DB_TYPE} == "Pg" -PERL_MODULES+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.else -.if ${DB_TYPE} == "SQLite" -PERL_MODULES+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite -.else -DB_TYPE= mysql -PERL_MODULES+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql -.endif -.endif -.endif - -BUILD_DEPENDS+= ${PERL_MODULES} -RUN_DEPENDS+= ${PERL_MODULES} - -RT_PATH?= ${PREFIX}/rt3 -PLIST_SUB= RT_PATH=${RT_PATH} RTPLIST=${RT_PATH:S/^${PREFIX}\///} -LAYOUT?= RT3 - -DB_DBA_USER?= root -DB_USER?= rt_user -DB_PASSWORD?= rt_pass -DB_HOST?= localhost -DB_DATABASE?= rt3 -DB_DBA_PASSWORD?= - -WEB_USER?= www -WEB_GROUP?= www -LIBS_GROUP?= wheel - -.if defined(UPGRADE_RT30) -UPGRADES= 3.1.0 3.1.15 3.1.17 -.endif -.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32) -UPGRADES+= 3.3.0 3.3.11 -.endif -.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32) || defined(UPGRADE_RT34) -UPGRADES+= 3.5.1 -.endif - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " UPGRADE_RT30 Upgrading from a RT 3.0 installation" - @${ECHO} " UPGRADE_RT32 Upgrading from a RT 3.2 installation" - @${ECHO} " UPGRADE_RT34 Upgrading from a RT 3.4 installation" - @${ECHO} " INITIAL_INSTALL Do initialize DB (for initial install only)" - @${ECHO} " WITH_FASTCGI Use FastCGI instead of mod_perl" - @${ECHO} " MULTIPLE_INSTANCES Patch RT to allow for multiple instances" - @${ECHO} " (see: http://wiki.bestpractical.com/index.cgi?MultipleInstances)" - @${ECHO} "" - @${ECHO} " DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql)" - @${ECHO} " DB_HOST=hostname The database host (localhost)" - @${ECHO} " DB_PORT=port The database port" - @${ECHO} " DB_DATABASE=port The database name (rt3)" - - @${ECHO} " DB_DBA_USER=username Name of database administrator (root)" - @${ECHO} " DB_DBA_PASSWORD=password Password of database administrator" - @${ECHO} " DB_USER=username Name of database user for RT (rt_user)" - @${ECHO} " DB_PASSWORD=password Name of database password for RT (rt_pass)" - @sleep 3 - -pre-install: - @${RM} -f ${WRKSRC}/html/Admin/Queues/*orig 2>/dev/null - @${RM} -f ${WRKSRC}/html/Search/Elements/*orig 2>/dev/null - @${RM} -f ${WRKSRC}/lib/RT/I18N/*orig 2>/dev/null - @${RM} -f ${WRKSRC}/lib/*orig ${WRKSRC}/lib/*.in 2>/dev/null - PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} \ - ${PKGNAME} PRE-INSTALL - -post-install: - @${INSTALL_DATA} ${WRKSRC}/README ${RT_PATH}/README - @[ -f ${RT_PATH}/etc/RT_SiteConfig.pm ] || \ - ${CP} -p ${RT_PATH}/etc/RT_SiteConfig.pm-dist ${RT_PATH}/etc/RT_SiteConfig.pm -.if !defined(INITIAL_INSTALL) -.if defined(UPGRADES) -.for version in ${UPGRADES} - -@${PERL} ${RT_PATH}/sbin/rt-setup-database --action schema --datadir ${WRKSRC}/etc/upgrade/${version} --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' - -@${PERL} ${RT_PATH}/sbin/rt-setup-database --action acl --datadir ${WRKSRC}/etc/upgrade/${version} --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' - -@${PERL} ${RT_PATH}/sbin/rt-setup-database --action insert --datadir ${WRKSRC}/etc/upgrade/${version} --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' -.endfor - @${ECHO} "" - @${ECHO} "Upgrade of RT3 complete." -.else - @${ECHO} "" - @${ECHO} "Installation of RT3 complete." - @${ECHO} "If you are upgrading from RT 3.0, please enter this now:" - @${ECHO} " make post-install -DUPGRADE_RT30" - @${ECHO} "" - @${ECHO} "If you are upgrading from RT 3.2, please enter this now:" - @${ECHO} " make post-install -DUPGRADE_RT32" - @${ECHO} "" - @${ECHO} "If you are upgrading from RT 3.4, please enter this now:" - @${ECHO} " make post-install -DUPGRADE_RT34" - @${ECHO} "" - @${ECHO} "If you are initializing a new installation, please do this:" - @${ECHO} " make post-install -DINITIAL_INSTALL" - @${ECHO} "" - @${ECHO} "Note that for both commands above, you will still need to" - @${ECHO} "supply the same build flags as passed to 'make install'," - @${ECHO} "in particular DB_DBA_USER and DB_DBA_PASSWORD." - @${ECHO} "" -.endif -.else - -@${PERL} ${RT_PATH}/sbin/rt-setup-database --force --action drop --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' - -@${PERL} ${RT_PATH}/sbin/rt-setup-database --force --action init --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' - @${SED} s!%%RT_PATH%%!${RT_PATH}!g ${PKGMESSAGE} -.endif - -.include <bsd.port.post.mk> diff --git a/www/rt36/distinfo b/www/rt36/distinfo deleted file mode 100644 index 555116383845..000000000000 --- a/www/rt36/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (rt-3.6.11.tar.gz) = cc0d27fc9090c0d936b8ed87cc83b516f57d00a86fbbd9c4fa7e3ad111c2953b -SIZE (rt-3.6.11.tar.gz) = 1642947 -SHA256 (rt-3.6.11.tar.gz.sig) = 8eb5ef577e22cc1ac07e3c1d0d516df1a2fdd1277c7afaee88f6008e672cd840 -SIZE (rt-3.6.11.tar.gz.sig) = 72 diff --git a/www/rt36/files/multiple-bin-webmux_pl_in b/www/rt36/files/multiple-bin-webmux_pl_in deleted file mode 100644 index 0797718ee9a5..000000000000 --- a/www/rt36/files/multiple-bin-webmux_pl_in +++ /dev/null @@ -1,15 +0,0 @@ ---- bin/webmux.pl.in.orig Tue Sep 26 18:06:31 2006 -+++ bin/webmux.pl.in Mon Apr 30 23:04:45 2007 -@@ -63,6 +63,12 @@ - } - - use lib ( "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" ); -+if ($ENV{RT_INSTANCE_PATH}) { -+ lib->import("$ENV{RT_INSTANCE_PATH}/local/lib"); -+} -+if ($ENV{RT_VENDOR_PATH}) { -+ lib->import($ENV{RT_VENDOR_PATH}); -+} - use RT; - - package RT::Mason; diff --git a/www/rt36/files/multiple-lib-RT_pm_in b/www/rt36/files/multiple-lib-RT_pm_in deleted file mode 100644 index 0cbeb31f238c..000000000000 --- a/www/rt36/files/multiple-lib-RT_pm_in +++ /dev/null @@ -1,63 +0,0 @@ ---- lib/RT.pm.in.orig Mon Nov 6 21:09:32 2006 -+++ lib/RT.pm.in Mon Apr 30 23:04:45 2007 -@@ -98,6 +98,60 @@ - # via the web interface) - $MasonSessionDir = '@MASON_SESSION_PATH@'; - -+=item import -+ -+Allow override of various internal paths. -+ -+ RT->import ( -+ RT_INSTANCE_PATH => '/usr/local/rt/stuff', -+ SITE_CONFIG_FILE => '/etc/stuff.pm', -+ ... -+ ); -+ -+If RT_INSTANCE_PATH is set in the arguments (or in %ENV) -+then it replaces the old value of $BasePath in the following -+variables: -+ $SITE_CONFIG_FILE -+ $LocalPath -+ $LocalEtcPath -+ $LocalLexiconPath -+ $MasonLocalComponentRoot -+ $MasonDataDir -+ $MasonSessionDir -+ -+Beyond that, those individual values can be set explicitly -+by arguments. -+ -+=cut -+ -+sub import { -+no strict 'refs'; -+ shift; -+ my %args = @_; -+ return unless ( scalar (keys %args) || $ENV{RT_INSTANCE_PATH} ); -+ -+ my @variables = qw ( -+ SITE_CONFIG_FILE -+ LocalPath -+ LocalEtcPath -+ LocalLexiconPath -+ MasonLocalComponentRoot -+ MasonDataDir -+ MasonSessionDir -+ ); -+ -+ my $RT_INSTANCE_PATH = $args{RT_INSTANCE_PATH} || $ENV{RT_INSTANCE_PATH}; -+ if ($RT_INSTANCE_PATH) { -+ foreach my $vref (@variables) { -+ $$vref =~ s/^\Q$BasePath\E/$RT_INSTANCE_PATH/; -+ } -+ } -+ foreach my $vref (@variables) { -+ $$vref = $args{$vref} if defined ( $args{$vref} ); -+ } -+ -+use strict 'refs'; -+} - - - =head1 NAME diff --git a/www/rt36/files/multiple-sbin-rt-setup-database_in b/www/rt36/files/multiple-sbin-rt-setup-database_in deleted file mode 100644 index a4c38d484d2a..000000000000 --- a/www/rt36/files/multiple-sbin-rt-setup-database_in +++ /dev/null @@ -1,21 +0,0 @@ ---- sbin/rt-setup-database.in.orig Fri Dec 1 20:59:26 2006 -+++ sbin/rt-setup-database.in Mon Apr 30 23:04:45 2007 -@@ -51,11 +51,17 @@ - - use lib "@LOCAL_LIB_PATH@"; - use lib "@RT_LIB_PATH@"; -+## RT_INSTANCE_PATH can be passed in environment. -+## Can change where RT_SiteConfig is read from. -+my $RT_INSTANCE_PATH; -+BEGIN { -+ $RT_INSTANCE_PATH = $ENV{RT_INSTANCE_PATH}; -+} - - #This drags in RT's config.pm - # We do it in a begin block because RT::Handle needs to know the type to do its - # inheritance --use RT; -+use RT (RT_INSTANCE_PATH => $RT_INSTANCE_PATH); - use Carp; - use RT::User; - use RT::CurrentUser; diff --git a/www/rt36/files/patch-Makefile_in b/www/rt36/files/patch-Makefile_in deleted file mode 100644 index 70b5b72f0237..000000000000 --- a/www/rt36/files/patch-Makefile_in +++ /dev/null @@ -1,51 +0,0 @@ ---- Makefile.in.orig Mon Jun 19 18:44:04 2006 -+++ Makefile.in Tue Dec 19 15:42:41 2006 -@@ -224,9 +224,6 @@ - @echo "very dangerous. Note that you do not have to manually add a " - @echo "database user or set up a database for RT. These actions will be " - @echo "taken care of in the next step.)" -- @echo "" -- @echo "After that, you need to initialize RT's database by running" -- @echo " 'make initialize-database'" - - # @echo " or by executing " - # @echo " '$(RT_SBIN_PATH)/rt-setup-database --action init \ " -@@ -276,15 +273,18 @@ - chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)/$(RT_BIN_PATH) - - chmod 0755 $(DESTDIR)/$(RT_ETC_PATH) -- chmod 0500 $(DESTDIR)/$(RT_ETC_PATH)/* -+ chmod 0400 $(DESTDIR)/$(RT_ETC_PATH)/* - - #TODO: the config file should probably be able to have its - # owner set separately from the binaries. - chown -R $(BIN_OWNER) $(DESTDIR)/$(RT_ETC_PATH) - chgrp -R $(RTGROUP) $(DESTDIR)/$(RT_ETC_PATH) - -- chmod 0550 $(DESTDIR)/$(CONFIG_FILE) -- chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE) -+ chmod 0440 $(DESTDIR)/$(CONFIG_FILE) -+ chmod 0440 $(DESTDIR)/$(SITE_CONFIG_FILE)-dist -+ -chmod 0640 $(DESTDIR)/$(SITE_CONFIG_FILE) -+ chgrp $(WEB_GROUP) $(DESTDIR)/$(CONFIG_FILE) -+ -chgrp $(WEB_GROUP) $(DESTDIR)/$(SITE_CONFIG_FILE) - - # Make the interfaces executable - chown $(BIN_OWNER) $(BINARIES) -@@ -331,13 +331,13 @@ - config-install: - mkdir -p $(DESTDIR)/$(CONFIG_FILE_PATH) - -cp etc/RT_Config.pm $(DESTDIR)/$(CONFIG_FILE) -- [ -f $(DESTDIR)/$(SITE_CONFIG_FILE) ] || cp etc/RT_SiteConfig.pm $(DESTDIR)/$(SITE_CONFIG_FILE) -+ -cp etc/RT_SiteConfig.pm $(DESTDIR)/$(SITE_CONFIG_FILE)-dist - - chgrp $(RTGROUP) $(DESTDIR)/$(CONFIG_FILE) - chown $(BIN_OWNER) $(DESTDIR)/$(CONFIG_FILE) - -- chgrp $(RTGROUP) $(DESTDIR)/$(SITE_CONFIG_FILE) -- chown $(BIN_OWNER) $(DESTDIR)/$(SITE_CONFIG_FILE) -+ chgrp $(RTGROUP) $(DESTDIR)/$(SITE_CONFIG_FILE)-dist -+ chown $(BIN_OWNER) $(DESTDIR)/$(SITE_CONFIG_FILE)-dist - - @echo "Installed configuration. about to install rt in $(RT_PATH)" - diff --git a/www/rt36/pkg-descr b/www/rt36/pkg-descr deleted file mode 100644 index eaf1f22f1df7..000000000000 --- a/www/rt36/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -RT is an industrial-grade ticketing system. It lets a group of people -intelligently and efficiently manage requests submitted by a community -of users. RT is used by systems administrators, customer support -staffs, NOCs, developers and even marketing departments at over a -thousand sites around the world. - -RT3 significantly revamped the RT codebase, featuring standard-compliant -Web UI, approval-based workflow system, REST-powered RPC mail gateway, -recursive group membership with delegates, autoconf, custom field support, -I18N and L10N framework, web-editable scrips, better documentation and -regression test suite, and more. - -WWW: http://www.bestpractical.com/rt/ diff --git a/www/rt36/pkg-install b/www/rt36/pkg-install deleted file mode 100644 index c7a940c2aa4d..000000000000 --- a/www/rt36/pkg-install +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -GROUP=rt - -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -exit 0 diff --git a/www/rt36/pkg-message b/www/rt36/pkg-message deleted file mode 100644 index 842b2210eb2a..000000000000 --- a/www/rt36/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -===================================================================== - -To complete the installation of this port, please follow these steps: - -1. Edit %%RT_PATH%%/etc/RT_SiteConfig.pm, by referring to - the default config file (%%RT_PATH%%/etc/RT_Config.pm). -2. Configure the email and web gateways. Please refer to - 'SETTING UP THE MAIL GATEWAY' in %%RT_PATH%%/README -3. Restart Apache. -4. Do remember to *CHANGE* the root's password for the web interface. - The default is "password" (without the quotes.) -5. Configure RT per the instructions at - http://www.bestpractical.com/rt/docs.html - -===================================================================== diff --git a/www/rt36/pkg-plist b/www/rt36/pkg-plist deleted file mode 100644 index e2c9b1f04283..000000000000 --- a/www/rt36/pkg-plist +++ /dev/null @@ -1,741 +0,0 @@ -@comment $FreeBSD$ -@unexec if cmp -s %%RT_PATH%%/etc/RT_SiteConfig.pm %%RT_PATH%%/etc/RT_SiteConfig.pm-dist; then rm -f %%RT_PATH%%/etc/RT_SiteConfig.pm; fi -%%RTPLIST%%/etc/RT_SiteConfig.pm-dist -@exec [ -f %%RT_PATH%%/etc/RT_SiteConfig.pm ] || cp -p %%RT_PATH%%/etc/RT_SiteConfig.pm-dist %%RT_PATH%%/etc/RT_SiteConfig.pm -%%RTPLIST%%/README -%%RTPLIST%%/bin/mason_handler.fcgi -%%RTPLIST%%/bin/mason_handler.scgi -%%RTPLIST%%/bin/mason_handler.svc -%%RTPLIST%%/bin/rt -%%RTPLIST%%/bin/rt-crontool -%%RTPLIST%%/bin/rt-mailgate -%%RTPLIST%%/bin/standalone_httpd -%%RTPLIST%%/bin/webmux.pl -%%RTPLIST%%/etc/RT_Config.pm -%%RTPLIST%%/etc/acl.Informix -%%RTPLIST%%/etc/acl.Oracle -%%RTPLIST%%/etc/acl.Pg -%%RTPLIST%%/etc/acl.Sybase -%%RTPLIST%%/etc/acl.mysql -%%RTPLIST%%/etc/initialdata -%%RTPLIST%%/etc/schema.Informix -%%RTPLIST%%/etc/schema.Oracle -%%RTPLIST%%/etc/schema.Pg -%%RTPLIST%%/etc/schema.SQLite -%%RTPLIST%%/etc/schema.Sybase -%%RTPLIST%%/etc/schema.mysql -%%RTPLIST%%/lib/RT.pm -%%RTPLIST%%/lib/RT/ACE.pm -%%RTPLIST%%/lib/RT/ACE_Overlay.pm -%%RTPLIST%%/lib/RT/ACL.pm -%%RTPLIST%%/lib/RT/ACL_Overlay.pm -%%RTPLIST%%/lib/RT/Action/AutoOpen.pm -%%RTPLIST%%/lib/RT/Action/Autoreply.pm -%%RTPLIST%%/lib/RT/Action/CreateTickets.pm -%%RTPLIST%%/lib/RT/Action/EscalatePriority.pm -%%RTPLIST%%/lib/RT/Action/Generic.pm -%%RTPLIST%%/lib/RT/Action/Notify.pm -%%RTPLIST%%/lib/RT/Action/NotifyAsComment.pm -%%RTPLIST%%/lib/RT/Action/RecordComment.pm -%%RTPLIST%%/lib/RT/Action/RecordCorrespondence.pm -%%RTPLIST%%/lib/RT/Action/ResolveMembers.pm -%%RTPLIST%%/lib/RT/Action/SendEmail.pm -%%RTPLIST%%/lib/RT/Action/SetPriority.pm -%%RTPLIST%%/lib/RT/Action/UserDefined.pm -%%RTPLIST%%/lib/RT/Attachment.pm -%%RTPLIST%%/lib/RT/Attachment_Overlay.pm -%%RTPLIST%%/lib/RT/Attachments.pm -%%RTPLIST%%/lib/RT/Attachments_Overlay.pm -%%RTPLIST%%/lib/RT/Attribute.pm -%%RTPLIST%%/lib/RT/Attribute_Overlay.pm -%%RTPLIST%%/lib/RT/Attributes.pm -%%RTPLIST%%/lib/RT/Attributes_Overlay.pm -%%RTPLIST%%/lib/RT/Base.pm -%%RTPLIST%%/lib/RT/CachedGroupMember.pm -%%RTPLIST%%/lib/RT/CachedGroupMember_Overlay.pm -%%RTPLIST%%/lib/RT/CachedGroupMembers.pm -%%RTPLIST%%/lib/RT/CachedGroupMembers_Overlay.pm -%%RTPLIST%%/lib/RT/Condition/AnyTransaction.pm -%%RTPLIST%%/lib/RT/Condition/BeforeDue.pm -%%RTPLIST%%/lib/RT/Condition/Generic.pm -%%RTPLIST%%/lib/RT/Condition/Overdue.pm -%%RTPLIST%%/lib/RT/Condition/OwnerChange.pm -%%RTPLIST%%/lib/RT/Condition/PriorityChange.pm -%%RTPLIST%%/lib/RT/Condition/PriorityExceeds.pm -%%RTPLIST%%/lib/RT/Condition/QueueChange.pm -%%RTPLIST%%/lib/RT/Condition/StatusChange.pm -%%RTPLIST%%/lib/RT/Condition/UserDefined.pm -%%RTPLIST%%/lib/RT/CurrentUser.pm -%%RTPLIST%%/lib/RT/CustomField.pm -%%RTPLIST%%/lib/RT/CustomFieldValue.pm -%%RTPLIST%%/lib/RT/CustomFieldValue_Overlay.pm -%%RTPLIST%%/lib/RT/CustomFieldValues.pm -%%RTPLIST%%/lib/RT/CustomFieldValues_Overlay.pm -%%RTPLIST%%/lib/RT/CustomField_Overlay.pm -%%RTPLIST%%/lib/RT/CustomFields.pm -%%RTPLIST%%/lib/RT/CustomFields_Overlay.pm -%%RTPLIST%%/lib/RT/Date.pm -%%RTPLIST%%/lib/RT/EmailParser.pm -%%RTPLIST%%/lib/RT/Group.pm -%%RTPLIST%%/lib/RT/GroupMember.pm -%%RTPLIST%%/lib/RT/GroupMember_Overlay.pm -%%RTPLIST%%/lib/RT/GroupMembers.pm -%%RTPLIST%%/lib/RT/GroupMembers_Overlay.pm -%%RTPLIST%%/lib/RT/Group_Overlay.pm -%%RTPLIST%%/lib/RT/Groups.pm -%%RTPLIST%%/lib/RT/Groups_Overlay.pm -%%RTPLIST%%/lib/RT/Handle.pm -%%RTPLIST%%/lib/RT/I18N.pm -%%RTPLIST%%/lib/RT/I18N/cs.pm -%%RTPLIST%%/lib/RT/I18N/cs.po -%%RTPLIST%%/lib/RT/I18N/da.po -%%RTPLIST%%/lib/RT/I18N/de.po -%%RTPLIST%%/lib/RT/I18N/en.po -%%RTPLIST%%/lib/RT/I18N/es.po -%%RTPLIST%%/lib/RT/I18N/fi.po -%%RTPLIST%%/lib/RT/I18N/fr.po -%%RTPLIST%%/lib/RT/I18N/he.po -%%RTPLIST%%/lib/RT/I18N/hu.po -%%RTPLIST%%/lib/RT/I18N/i_default.pm -%%RTPLIST%%/lib/RT/I18N/id.po -%%RTPLIST%%/lib/RT/I18N/it.po -%%RTPLIST%%/lib/RT/I18N/ja.po -%%RTPLIST%%/lib/RT/I18N/nl.po -%%RTPLIST%%/lib/RT/I18N/no.po -%%RTPLIST%%/lib/RT/I18N/pl.po -%%RTPLIST%%/lib/RT/I18N/pt_br.po -%%RTPLIST%%/lib/RT/I18N/pt_pt.po -%%RTPLIST%%/lib/RT/I18N/ru.po -%%RTPLIST%%/lib/RT/I18N/sv.po -%%RTPLIST%%/lib/RT/I18N/tr.po -%%RTPLIST%%/lib/RT/I18N/zh_cn.po -%%RTPLIST%%/lib/RT/I18N/zh_tw.po -%%RTPLIST%%/lib/RT/Interface/CLI.pm -%%RTPLIST%%/lib/RT/Interface/Email.pm -%%RTPLIST%%/lib/RT/Interface/Email/Auth/GnuPG.pm -%%RTPLIST%%/lib/RT/Interface/Email/Auth/MailFrom.pm -%%RTPLIST%%/lib/RT/Interface/Email/Filter/SpamAssassin.pm -%%RTPLIST%%/lib/RT/Interface/REST.pm -%%RTPLIST%%/lib/RT/Interface/Web.pm -%%RTPLIST%%/lib/RT/Interface/Web/Handler.pm -%%RTPLIST%%/lib/RT/Interface/Web/Menu.pm -%%RTPLIST%%/lib/RT/Interface/Web/Menu/Item.pm -%%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder.pm -%%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder/Tree.pm -%%RTPLIST%%/lib/RT/Interface/Web/Standalone.pm -%%RTPLIST%%/lib/RT/Link.pm -%%RTPLIST%%/lib/RT/Link_Overlay.pm -%%RTPLIST%%/lib/RT/Links.pm -%%RTPLIST%%/lib/RT/Links_Overlay.pm -%%RTPLIST%%/lib/RT/ObjectCustomField.pm -%%RTPLIST%%/lib/RT/ObjectCustomFieldValue.pm -%%RTPLIST%%/lib/RT/ObjectCustomFieldValue_Overlay.pm -%%RTPLIST%%/lib/RT/ObjectCustomFieldValues.pm -%%RTPLIST%%/lib/RT/ObjectCustomFieldValues_Overlay.pm -%%RTPLIST%%/lib/RT/ObjectCustomField_Overlay.pm -%%RTPLIST%%/lib/RT/ObjectCustomFields.pm -%%RTPLIST%%/lib/RT/ObjectCustomFields_Overlay.pm -%%RTPLIST%%/lib/RT/Principal.pm -%%RTPLIST%%/lib/RT/Principal_Overlay.pm -%%RTPLIST%%/lib/RT/Principals.pm -%%RTPLIST%%/lib/RT/Principals_Overlay.pm -%%RTPLIST%%/lib/RT/Queue.pm -%%RTPLIST%%/lib/RT/Queue_Overlay.pm -%%RTPLIST%%/lib/RT/Queues.pm -%%RTPLIST%%/lib/RT/Queues_Overlay.pm -%%RTPLIST%%/lib/RT/Record.pm -%%RTPLIST%%/lib/RT/Reminders.pm -%%RTPLIST%%/lib/RT/Report/Tickets.pm -%%RTPLIST%%/lib/RT/Report/Tickets/Entry.pm -%%RTPLIST%%/lib/RT/SavedSearch.pm -%%RTPLIST%%/lib/RT/SavedSearches.pm -%%RTPLIST%%/lib/RT/Scrip.pm -%%RTPLIST%%/lib/RT/ScripAction.pm -%%RTPLIST%%/lib/RT/ScripAction_Overlay.pm -%%RTPLIST%%/lib/RT/ScripActions.pm -%%RTPLIST%%/lib/RT/ScripActions_Overlay.pm -%%RTPLIST%%/lib/RT/ScripCondition.pm -%%RTPLIST%%/lib/RT/ScripCondition_Overlay.pm -%%RTPLIST%%/lib/RT/ScripConditions.pm -%%RTPLIST%%/lib/RT/ScripConditions_Overlay.pm -%%RTPLIST%%/lib/RT/Scrip_Overlay.pm -%%RTPLIST%%/lib/RT/Scrips.pm -%%RTPLIST%%/lib/RT/Scrips_Overlay.pm -%%RTPLIST%%/lib/RT/Search/ActiveTicketsInQueue.pm -%%RTPLIST%%/lib/RT/Search/FromSQL.pm -%%RTPLIST%%/lib/RT/Search/Generic.pm -%%RTPLIST%%/lib/RT/Search/Googleish.pm -%%RTPLIST%%/lib/RT/SearchBuilder.pm -%%RTPLIST%%/lib/RT/StyleGuide.pod -%%RTPLIST%%/lib/RT/System.pm -%%RTPLIST%%/lib/RT/Template.pm -%%RTPLIST%%/lib/RT/Template_Overlay.pm -%%RTPLIST%%/lib/RT/Templates.pm -%%RTPLIST%%/lib/RT/Templates_Overlay.pm -%%RTPLIST%%/lib/RT/Ticket.pm -%%RTPLIST%%/lib/RT/Ticket_Overlay.pm -%%RTPLIST%%/lib/RT/Tickets.pm -%%RTPLIST%%/lib/RT/Tickets_Overlay.pm -%%RTPLIST%%/lib/RT/Tickets_Overlay_SQL.pm -%%RTPLIST%%/lib/RT/Transaction.pm -%%RTPLIST%%/lib/RT/Transaction_Overlay.pm -%%RTPLIST%%/lib/RT/Transactions.pm -%%RTPLIST%%/lib/RT/Transactions_Overlay.pm -%%RTPLIST%%/lib/RT/URI.pm -%%RTPLIST%%/lib/RT/URI/base.pm -%%RTPLIST%%/lib/RT/URI/fsck_com_rt.pm -%%RTPLIST%%/lib/RT/URI/t.pm -%%RTPLIST%%/lib/RT/User.pm -%%RTPLIST%%/lib/RT/User_Overlay.pm -%%RTPLIST%%/lib/RT/Users.pm -%%RTPLIST%%/lib/RT/Users_Overlay.pm -%%RTPLIST%%/lib/t/00smoke.t -%%RTPLIST%%/lib/t/create_data.pl -%%RTPLIST%%/lib/t/data/8859-15-message-series/dir -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg1 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg2 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg3 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg4 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg5 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg6 -%%RTPLIST%%/lib/t/data/8859-15-message-series/msg7 -%%RTPLIST%%/lib/t/data/crashes-file-based-parser -%%RTPLIST%%/lib/t/data/lorem-ipsum -%%RTPLIST%%/lib/t/data/multipart-alternative-with-umlaut -%%RTPLIST%%/lib/t/data/multipart-report -%%RTPLIST%%/lib/t/data/nested-mime-sample -%%RTPLIST%%/lib/t/data/nested-rfc-822 -%%RTPLIST%%/lib/t/data/new-ticket-from-iso-8859-1 -%%RTPLIST%%/lib/t/data/new-ticket-from-iso-8859-1-full -%%RTPLIST%%/lib/t/data/notes-uuencoded -%%RTPLIST%%/lib/t/data/rt-send-cc -%%RTPLIST%%/lib/t/data/russian-subject-no-content-type -%%RTPLIST%%/lib/t/data/subject-with-folding-ws -%%RTPLIST%%/lib/t/data/text-html-in-russian -%%RTPLIST%%/lib/t/data/text-html-with-umlaut -%%RTPLIST%%/lib/t/data/very-long-subject -%%RTPLIST%%/lib/t/regression/00-mason-syntax.t -%%RTPLIST%%/lib/t/regression/01ticket_link_searching.t -%%RTPLIST%%/lib/t/regression/02basic_web.t -%%RTPLIST%%/lib/t/regression/03web_compiliation_errors.t -%%RTPLIST%%/lib/t/regression/04send_email.t -%%RTPLIST%%/lib/t/regression/05cronsupport.t -%%RTPLIST%%/lib/t/regression/06mailgateway.t -%%RTPLIST%%/lib/t/regression/06-mime_decoding.t -%%RTPLIST%%/lib/t/regression/07acl.t -%%RTPLIST%%/lib/t/regression/07rights.t -%%RTPLIST%%/lib/t/regression/08web_cf_access.t -%%RTPLIST%%/lib/t/regression/09record_cf_api.t -%%RTPLIST%%/lib/t/regression/10merge.t -%%RTPLIST%%/lib/t/regression/11-template-insert.t -%%RTPLIST%%/lib/t/regression/12-search.t -%%RTPLIST%%/lib/t/regression/13-attribute-tests.t -%%RTPLIST%%/lib/t/regression/14linking.t -%%RTPLIST%%/lib/t/regression/14merge.t -%%RTPLIST%%/lib/t/regression/15cf_combo_cascade.t -%%RTPLIST%%/lib/t/regression/15cf_pattern.t -%%RTPLIST%%/lib/t/regression/15cf_single_values_are_single.t -%%RTPLIST%%/lib/t/regression/16-transaction_cf_tests.t -%%RTPLIST%%/lib/t/regression/17custom_search.t -%%RTPLIST%%/lib/t/regression/17multiple_deleg_revocation.t -%%RTPLIST%%/lib/t/regression/18custom_frontpage.t -%%RTPLIST%%/lib/t/regression/18stale_delegations_cleanup.t -%%RTPLIST%%/lib/t/regression/19-rtname.t -%%RTPLIST%%/lib/t/regression/19quicksearch.t -%%RTPLIST%%/lib/t/regression/20-sort-by-queue.t -%%RTPLIST%%/lib/t/regression/20-sort-by-requestor.t -%%RTPLIST%%/lib/t/regression/20-sort-by-user.t -%%RTPLIST%%/lib/t/regression/20savedsearch.t -%%RTPLIST%%/lib/t/regression/21query-builder.t -%%RTPLIST%%/lib/t/regression/22search_tix_by_txn.t -%%RTPLIST%%/lib/t/regression/22search_tix_by_watcher.t -%%RTPLIST%%/lib/t/regression/23-batch-upload-csv.t -%%RTPLIST%%/lib/t/regression/23cfsort.t -%%RTPLIST%%/lib/t/regression/23cfsort-freeform-multiple.t -%%RTPLIST%%/lib/t/regression/23cfsort-freeform-single.t -%%RTPLIST%%/lib/t/regression/23-web_attachments.t -%%RTPLIST%%/lib/t/regression/24pawsort.t -%%RTPLIST%%/lib/t/regression/24-watchers.t -%%RTPLIST%%/lib/t/regression/25scrip_order.t -%%RTPLIST%%/lib/t/regression/26command_line.t -%%RTPLIST%%/lib/t/regression/27verp.t -%%RTPLIST%%/lib/t/regression/mime_tests -%%RTPLIST%%/lib/t/setup_regression.t -%%RTPLIST%%/sbin/rt-dump-database -%%RTPLIST%%/sbin/rt-setup-database -%%RTPLIST%%/sbin/rt-test-dependencies -%%RTPLIST%%/share/doc/README -%%RTPLIST%%/share/html/Admin/CustomFields/GroupRights.html -%%RTPLIST%%/share/html/Admin/CustomFields/Modify.html -%%RTPLIST%%/share/html/Admin/CustomFields/Objects.html -%%RTPLIST%%/share/html/Admin/CustomFields/UserRights.html -%%RTPLIST%%/share/html/Admin/CustomFields/index.html -%%RTPLIST%%/share/html/Admin/Elements/AddCustomFieldValue -%%RTPLIST%%/share/html/Admin/Elements/CreateUserCalled -%%RTPLIST%%/share/html/Admin/Elements/ConfigureMyRT -%%RTPLIST%%/share/html/Admin/Elements/CustomFieldTabs -%%RTPLIST%%/share/html/Admin/Elements/EditCustomField -%%RTPLIST%%/share/html/Admin/Elements/EditCustomFieldValues -%%RTPLIST%%/share/html/Admin/Elements/EditCustomFields -%%RTPLIST%%/share/html/Admin/Elements/EditQueueWatchers -%%RTPLIST%%/share/html/Admin/Elements/EditScrip -%%RTPLIST%%/share/html/Admin/Elements/EditScrips -%%RTPLIST%%/share/html/Admin/Elements/EditTemplates -%%RTPLIST%%/share/html/Admin/Elements/EditUserComments -%%RTPLIST%%/share/html/Admin/Elements/GlobalCustomFieldTabs -%%RTPLIST%%/share/html/Admin/Elements/GroupTabs -%%RTPLIST%%/share/html/Admin/Elements/Header -%%RTPLIST%%/share/html/Admin/Elements/ListGlobalCustomFields -%%RTPLIST%%/share/html/Admin/Elements/ListGlobalScrips -%%RTPLIST%%/share/html/Admin/Elements/ModifyTemplate -%%RTPLIST%%/share/html/Admin/Elements/ObjectCustomFields -%%RTPLIST%%/share/html/Admin/Elements/PickCustomFields -%%RTPLIST%%/share/html/Admin/Elements/PickObjects -%%RTPLIST%%/share/html/Admin/Elements/QueueRightsForUser -%%RTPLIST%%/share/html/Admin/Elements/QueueTabs -%%RTPLIST%%/share/html/Admin/Elements/SelectCustomFieldLookupType -%%RTPLIST%%/share/html/Admin/Elements/SelectCustomFieldType -%%RTPLIST%%/share/html/Admin/Elements/SelectGroups -%%RTPLIST%%/share/html/Admin/Elements/SelectModifyGroup -%%RTPLIST%%/share/html/Admin/Elements/SelectModifyQueue -%%RTPLIST%%/share/html/Admin/Elements/SelectModifyUser -%%RTPLIST%%/share/html/Admin/Elements/SelectNewGroupMembers -%%RTPLIST%%/share/html/Admin/Elements/SelectRights -%%RTPLIST%%/share/html/Admin/Elements/SelectScrip -%%RTPLIST%%/share/html/Admin/Elements/SelectScripAction -%%RTPLIST%%/share/html/Admin/Elements/SelectScripCondition -%%RTPLIST%%/share/html/Admin/Elements/SelectSingleOrMultiple -%%RTPLIST%%/share/html/Admin/Elements/SelectStage -%%RTPLIST%%/share/html/Admin/Elements/SelectTemplate -%%RTPLIST%%/share/html/Admin/Elements/SelectUsers -%%RTPLIST%%/share/html/Admin/Elements/SystemTabs -%%RTPLIST%%/share/html/Admin/Elements/Tabs -%%RTPLIST%%/share/html/Admin/Elements/ToolTabs -%%RTPLIST%%/share/html/Admin/Elements/UserTabs -%%RTPLIST%%/share/html/Admin/Global/CustomFields/Groups.html -%%RTPLIST%%/share/html/Admin/Global/CustomFields/Queue-Tickets.html -%%RTPLIST%%/share/html/Admin/Global/CustomFields/Queue-Transactions.html -%%RTPLIST%%/share/html/Admin/Global/CustomFields/Users.html -%%RTPLIST%%/share/html/Admin/Global/CustomFields/index.html -%%RTPLIST%%/share/html/Admin/Global/GroupRights.html -%%RTPLIST%%/share/html/Admin/Global/MyRT.html -%%RTPLIST%%/share/html/Admin/Global/Scrip.html -%%RTPLIST%%/share/html/Admin/Global/Scrips.html -%%RTPLIST%%/share/html/Admin/Global/Template.html -%%RTPLIST%%/share/html/Admin/Global/Templates.html -%%RTPLIST%%/share/html/Admin/Global/UserRights.html -%%RTPLIST%%/share/html/Admin/Global/index.html -%%RTPLIST%%/share/html/Admin/Groups/CustomFields.html -%%RTPLIST%%/share/html/Admin/Groups/GroupRights.html -%%RTPLIST%%/share/html/Admin/Groups/History.html -%%RTPLIST%%/share/html/Admin/Groups/Members.html -%%RTPLIST%%/share/html/Admin/Groups/Modify.html -%%RTPLIST%%/share/html/Admin/Groups/UserRights.html -%%RTPLIST%%/share/html/Admin/Groups/index.html -%%RTPLIST%%/share/html/Admin/Queues/CustomField.html -%%RTPLIST%%/share/html/Admin/Queues/CustomFields.html -%%RTPLIST%%/share/html/Admin/Queues/GroupRights.html -%%RTPLIST%%/share/html/Admin/Queues/Modify.html -%%RTPLIST%%/share/html/Admin/Queues/People.html -%%RTPLIST%%/share/html/Admin/Queues/Scrip.html -%%RTPLIST%%/share/html/Admin/Queues/Scrips.html -%%RTPLIST%%/share/html/Admin/Queues/Template.html -%%RTPLIST%%/share/html/Admin/Queues/Templates.html -%%RTPLIST%%/share/html/Admin/Queues/UserRights.html -%%RTPLIST%%/share/html/Admin/Queues/index.html -%%RTPLIST%%/share/html/Admin/Tools/Configuration.html -%%RTPLIST%%/share/html/Admin/Tools/index.html -%%RTPLIST%%/share/html/Admin/Users/CustomFields.html -%%RTPLIST%%/share/html/Admin/Users/History.html -%%RTPLIST%%/share/html/Admin/Users/Memberships.html -%%RTPLIST%%/share/html/Admin/Users/Modify.html -%%RTPLIST%%/share/html/Admin/Users/MyRT.html -%%RTPLIST%%/share/html/Admin/Users/index.html -%%RTPLIST%%/share/html/Admin/autohandler -%%RTPLIST%%/share/html/Admin/index.html -%%RTPLIST%%/share/html/Approvals/Display.html -%%RTPLIST%%/share/html/Approvals/Elements/Approve -%%RTPLIST%%/share/html/Approvals/Elements/PendingMyApproval -%%RTPLIST%%/share/html/Approvals/Elements/ShowDependency -%%RTPLIST%%/share/html/Approvals/Elements/Tabs -%%RTPLIST%%/share/html/Approvals/index.html -%%RTPLIST%%/share/html/Download/CustomFieldValue/dhandler -%%RTPLIST%%/share/html/Download/Tabular/dhandler -%%RTPLIST%%/share/html/Elements/BevelBoxRaisedEnd -%%RTPLIST%%/share/html/Elements/BevelBoxRaisedStart -%%RTPLIST%%/share/html/Elements/Callback -%%RTPLIST%%/share/html/Elements/Checkbox -%%RTPLIST%%/share/html/Elements/CollectionAsTable/Header -%%RTPLIST%%/share/html/Elements/CollectionAsTable/ParseFormat -%%RTPLIST%%/share/html/Elements/CollectionAsTable/Row -%%RTPLIST%%/share/html/Elements/CreateTicket -%%RTPLIST%%/share/html/Elements/EditCustomField -%%RTPLIST%%/share/html/Elements/EditCustomFieldBinary -%%RTPLIST%%/share/html/Elements/EditCustomFieldCombobox -%%RTPLIST%%/share/html/Elements/EditCustomFieldFreeform -%%RTPLIST%%/share/html/Elements/EditCustomFieldImage -%%RTPLIST%%/share/html/Elements/EditCustomFieldSelect -%%RTPLIST%%/share/html/Elements/EditCustomFieldText -%%RTPLIST%%/share/html/Elements/EditCustomFieldWikitext -%%RTPLIST%%/share/html/Elements/EditLinks -%%RTPLIST%%/share/html/Elements/EmailInput -%%RTPLIST%%/share/html/Elements/Error -%%RTPLIST%%/share/html/Elements/Footer -%%RTPLIST%%/share/html/Elements/GotoTicket -%%RTPLIST%%/share/html/Elements/Header -%%RTPLIST%%/share/html/Elements/ListActions -%%RTPLIST%%/share/html/Elements/Login -%%RTPLIST%%/share/html/Elements/Logo -%%RTPLIST%%/share/html/Elements/Menu -%%RTPLIST%%/share/html/Elements/MessageBox -%%RTPLIST%%/share/html/Elements/MyAdminQueues -%%RTPLIST%%/share/html/Elements/MyRT -%%RTPLIST%%/share/html/Elements/MyReminders -%%RTPLIST%%/share/html/Elements/MyRequests -%%RTPLIST%%/share/html/Elements/MySupportQueues -%%RTPLIST%%/share/html/Elements/MyTickets -%%RTPLIST%%/share/html/Elements/PageLayout -%%RTPLIST%%/share/html/Elements/QueryString -%%RTPLIST%%/share/html/Elements/QueueSummary -%%RTPLIST%%/share/html/Elements/QuickCreate -%%RTPLIST%%/share/html/Elements/Quicksearch -%%RTPLIST%%/share/html/Elements/RT__Ticket/ColumnMap -%%RTPLIST%%/share/html/Elements/Refresh -%%RTPLIST%%/share/html/Elements/RefreshHomepage -%%RTPLIST%%/share/html/Elements/ScrubHTML -%%RTPLIST%%/share/html/Elements/Section -%%RTPLIST%%/share/html/Elements/SelectAttachmentField -%%RTPLIST%%/share/html/Elements/SelectBoolean -%%RTPLIST%%/share/html/Elements/SelectCustomFieldOperator -%%RTPLIST%%/share/html/Elements/SelectCustomFieldValue -%%RTPLIST%%/share/html/Elements/SelectDate -%%RTPLIST%%/share/html/Elements/SelectDateRelation -%%RTPLIST%%/share/html/Elements/SelectDateType -%%RTPLIST%%/share/html/Elements/SelectEqualityOperator -%%RTPLIST%%/share/html/Elements/SelectGroups -%%RTPLIST%%/share/html/Elements/SelectLang -%%RTPLIST%%/share/html/Elements/SelectLinkType -%%RTPLIST%%/share/html/Elements/SelectMatch -%%RTPLIST%%/share/html/Elements/SelectNewTicketQueue -%%RTPLIST%%/share/html/Elements/SelectOwner -%%RTPLIST%%/share/html/Elements/SelectQueue -%%RTPLIST%%/share/html/Elements/SelectResultsPerPage -%%RTPLIST%%/share/html/Elements/SelectSortOrder -%%RTPLIST%%/share/html/Elements/SelectStatus -%%RTPLIST%%/share/html/Elements/SelectTicketSortBy -%%RTPLIST%%/share/html/Elements/SelectTicketTypes -%%RTPLIST%%/share/html/Elements/SelectTimeUnits -%%RTPLIST%%/share/html/Elements/SelectUsers -%%RTPLIST%%/share/html/Elements/SelectWatcherType -%%RTPLIST%%/share/html/Elements/SetupSessionCookie -%%RTPLIST%%/share/html/Elements/ShowCustomFieldBinary -%%RTPLIST%%/share/html/Elements/ShowCustomFieldImage -%%RTPLIST%%/share/html/Elements/ShowCustomFieldWikitext -%%RTPLIST%%/share/html/Elements/ShowCustomFields -%%RTPLIST%%/share/html/Elements/ShowLink -%%RTPLIST%%/share/html/Elements/ShowLinks -%%RTPLIST%%/share/html/Elements/ShowMemberships -%%RTPLIST%%/share/html/Elements/ShowSearch -%%RTPLIST%%/share/html/Elements/SimpleSearch -%%RTPLIST%%/share/html/Elements/Submit -%%RTPLIST%%/share/html/Elements/Tabs -%%RTPLIST%%/share/html/Elements/TicketList -%%RTPLIST%%/share/html/Elements/TitleBox -%%RTPLIST%%/share/html/Elements/TitleBoxEnd -%%RTPLIST%%/share/html/Elements/TitleBoxStart -%%RTPLIST%%/share/html/Elements/ValidateCustomFields -%%RTPLIST%%/share/html/Helpers/CalPopup.html -%%RTPLIST%%/share/html/Helpers/EmailAutocomplete -%%RTPLIST%%/share/html/NoAuth/Logout.html -%%RTPLIST%%/share/html/NoAuth/Reminder.html -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/body.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/footer.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/forms.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/header.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/login.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/main.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/misc.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/nav.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/quickbar.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/ticket.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/titlebox.css -%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/transactions.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/approvals.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/body.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/footer.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/forms.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/header.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/login.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/logo.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/main.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/misc.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/nav.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/quickbar.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/ticket.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/titlebox.css -%%RTPLIST%%/share/html/NoAuth/css/3.5-default/transactions.css -%%RTPLIST%%/share/html/NoAuth/css/autohandler -%%RTPLIST%%/share/html/NoAuth/css/dhandler -%%RTPLIST%%/share/html/NoAuth/css/print.css -%%RTPLIST%%/share/html/NoAuth/images/autohandler -%%RTPLIST%%/share/html/NoAuth/images/bplogo.gif -%%RTPLIST%%/share/html/NoAuth/images/css/cb-light.gif -%%RTPLIST%%/share/html/NoAuth/images/css/cb.gif -%%RTPLIST%%/share/html/NoAuth/images/css/cbr-b2g.gif -%%RTPLIST%%/share/html/NoAuth/images/css/cbr-b2lb.gif -%%RTPLIST%%/share/html/NoAuth/images/css/cbr-gray.gif -%%RTPLIST%%/share/html/NoAuth/images/css/cbr-trans.gif -%%RTPLIST%%/share/html/NoAuth/images/css/cbr.gif -%%RTPLIST%%/share/html/NoAuth/images/css/ct-light.gif -%%RTPLIST%%/share/html/NoAuth/images/css/ct.gif -%%RTPLIST%%/share/html/NoAuth/images/css/ctr-b2g.gif -%%RTPLIST%%/share/html/NoAuth/images/css/ctr-b2lb.gif -%%RTPLIST%%/share/html/NoAuth/images/css/ctr-gray.gif -%%RTPLIST%%/share/html/NoAuth/images/css/ctr-trans.gif -%%RTPLIST%%/share/html/NoAuth/images/css/ctr.gif -%%RTPLIST%%/share/html/NoAuth/images/css/dark-arrow-up.png -%%RTPLIST%%/share/html/NoAuth/images/css/dark-arrow.png -%%RTPLIST%%/share/html/NoAuth/images/css/fieldbg-autocomplete.gif -%%RTPLIST%%/share/html/NoAuth/images/css/light-arrow-up.png -%%RTPLIST%%/share/html/NoAuth/images/css/light-arrow.png -%%RTPLIST%%/share/html/NoAuth/images/css/rolldown-arrow.gif -%%RTPLIST%%/share/html/NoAuth/images/css/rolldown-arrow.png -%%RTPLIST%%/share/html/NoAuth/images/css/rollup-arrow.gif -%%RTPLIST%%/share/html/NoAuth/images/favicon.png -%%RTPLIST%%/share/html/NoAuth/js/ahah.js -%%RTPLIST%%/share/html/NoAuth/js/autohandler -%%RTPLIST%%/share/html/NoAuth/js/cascaded.js -%%RTPLIST%%/share/html/NoAuth/js/class.js -%%RTPLIST%%/share/html/NoAuth/js/combobox.js -%%RTPLIST%%/share/html/NoAuth/js/list.js -%%RTPLIST%%/share/html/NoAuth/js/scriptaculous/controls.js -%%RTPLIST%%/share/html/NoAuth/js/scriptaculous/effects.js -%%RTPLIST%%/share/html/NoAuth/js/scriptaculous/prototype.js -%%RTPLIST%%/share/html/NoAuth/js/scriptaculous/scriptaculous.js -%%RTPLIST%%/share/html/NoAuth/js/titlebox-state.js -%%RTPLIST%%/share/html/NoAuth/js/util.js -%%RTPLIST%%/share/html/Prefs/Elements/Tabs -%%RTPLIST%%/share/html/Prefs/MyRT.html -%%RTPLIST%%/share/html/Prefs/Quicksearch.html -%%RTPLIST%%/share/html/Prefs/Search.html -%%RTPLIST%%/share/html/Prefs/SearchOptions.html -%%RTPLIST%%/share/html/REST/1.0/Forms/queue/default -%%RTPLIST%%/share/html/REST/1.0/Forms/queue/ns -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/attachments -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/comment -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/default -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/history -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/links -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/merge -%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/take -%%RTPLIST%%/share/html/REST/1.0/Forms/transaction/default -%%RTPLIST%%/share/html/REST/1.0/Forms/user/default -%%RTPLIST%%/share/html/REST/1.0/Forms/user/ns -%%RTPLIST%%/share/html/REST/1.0/NoAuth/mail-gateway -%%RTPLIST%%/share/html/REST/1.0/autohandler -%%RTPLIST%%/share/html/REST/1.0/dhandler -%%RTPLIST%%/share/html/REST/1.0/logout -%%RTPLIST%%/share/html/REST/1.0/search/dhandler -%%RTPLIST%%/share/html/REST/1.0/search/ticket -%%RTPLIST%%/share/html/REST/1.0/ticket/comment -%%RTPLIST%%/share/html/REST/1.0/ticket/link -%%RTPLIST%%/share/html/REST/1.0/ticket/merge -%%RTPLIST%%/share/html/Search/Build.html -%%RTPLIST%%/share/html/Search/Bulk.html -%%RTPLIST%%/share/html/Search/Chart -%%RTPLIST%%/share/html/Search/Chart.html -%%RTPLIST%%/share/html/Search/Edit.html -%%RTPLIST%%/share/html/Search/Elements/BuildFormatString -%%RTPLIST%%/share/html/Search/Elements/Chart -%%RTPLIST%%/share/html/Search/Elements/DisplayOptions -%%RTPLIST%%/share/html/Search/Elements/EditFormat -%%RTPLIST%%/share/html/Search/Elements/EditQuery -%%RTPLIST%%/share/html/Search/Elements/EditSearches -%%RTPLIST%%/share/html/Search/Elements/NewListActions -%%RTPLIST%%/share/html/Search/Elements/PickBasics -%%RTPLIST%%/share/html/Search/Elements/PickCFs -%%RTPLIST%%/share/html/Search/Elements/PickCriteria -%%RTPLIST%%/share/html/Search/Elements/SearchPrivacy -%%RTPLIST%%/share/html/Search/Elements/SearchesForObject -%%RTPLIST%%/share/html/Search/Elements/SelectAndOr -%%RTPLIST%%/share/html/Search/Elements/SelectChartType -%%RTPLIST%%/share/html/Search/Elements/SelectGroup -%%RTPLIST%%/share/html/Search/Elements/SelectGroupBy -%%RTPLIST%%/share/html/Search/Elements/SelectLinks -%%RTPLIST%%/share/html/Search/Elements/SelectPersonType -%%RTPLIST%%/share/html/Search/Elements/SelectSearchObject -%%RTPLIST%%/share/html/Search/Elements/SelectSearchesForObjects -%%RTPLIST%%/share/html/Search/Results.html -%%RTPLIST%%/share/html/Search/Results.rdf -%%RTPLIST%%/share/html/Search/Results.tsv -%%RTPLIST%%/share/html/Search/Simple.html -%%RTPLIST%%/share/html/SelfService/Attachment/dhandler -%%RTPLIST%%/share/html/SelfService/Closed.html -%%RTPLIST%%/share/html/SelfService/Create.html -%%RTPLIST%%/share/html/SelfService/CreateTicketInQueue.html -%%RTPLIST%%/share/html/SelfService/Display.html -%%RTPLIST%%/share/html/SelfService/Elements/GotoTicket -%%RTPLIST%%/share/html/SelfService/Elements/Header -%%RTPLIST%%/share/html/SelfService/Elements/MyRequests -%%RTPLIST%%/share/html/SelfService/Elements/Tabs -%%RTPLIST%%/share/html/SelfService/Error.html -%%RTPLIST%%/share/html/SelfService/Prefs.html -%%RTPLIST%%/share/html/SelfService/Update.html -%%RTPLIST%%/share/html/SelfService/index.html -%%RTPLIST%%/share/html/Ticket/Attachment/dhandler -%%RTPLIST%%/share/html/Ticket/Create.html -%%RTPLIST%%/share/html/Ticket/Display.html -%%RTPLIST%%/share/html/Ticket/Elements/AddWatchers -%%RTPLIST%%/share/html/Ticket/Elements/BulkLinks -%%RTPLIST%%/share/html/Ticket/Elements/EditBasics -%%RTPLIST%%/share/html/Ticket/Elements/EditCustomField -%%RTPLIST%%/share/html/Ticket/Elements/EditCustomFields -%%RTPLIST%%/share/html/Ticket/Elements/EditDates -%%RTPLIST%%/share/html/Ticket/Elements/EditPeople -%%RTPLIST%%/share/html/Ticket/Elements/EditWatchers -%%RTPLIST%%/share/html/Ticket/Elements/FindAttachments -%%RTPLIST%%/share/html/Ticket/Elements/LoadTextAttachments -%%RTPLIST%%/share/html/Ticket/Elements/PreviewScrips -%%RTPLIST%%/share/html/Ticket/Elements/Reminders -%%RTPLIST%%/share/html/Ticket/Elements/ShowAttachments -%%RTPLIST%%/share/html/Ticket/Elements/ShowBasics -%%RTPLIST%%/share/html/Ticket/Elements/ShowCustomFields -%%RTPLIST%%/share/html/Ticket/Elements/ShowDates -%%RTPLIST%%/share/html/Ticket/Elements/ShowDependencies -%%RTPLIST%%/share/html/Ticket/Elements/ShowGroupMembers -%%RTPLIST%%/share/html/Ticket/Elements/ShowHistory -%%RTPLIST%%/share/html/Ticket/Elements/ShowMembers -%%RTPLIST%%/share/html/Ticket/Elements/ShowMessageHeaders -%%RTPLIST%%/share/html/Ticket/Elements/ShowMessageStanza -%%RTPLIST%%/share/html/Ticket/Elements/ShowPeople -%%RTPLIST%%/share/html/Ticket/Elements/ShowQueue -%%RTPLIST%%/share/html/Ticket/Elements/ShowRequestor -%%RTPLIST%%/share/html/Ticket/Elements/ShowSummary -%%RTPLIST%%/share/html/Ticket/Elements/ShowTime -%%RTPLIST%%/share/html/Ticket/Elements/ShowTransaction -%%RTPLIST%%/share/html/Ticket/Elements/ShowTransactionAttachments -%%RTPLIST%%/share/html/Ticket/Elements/ShowUserEntry -%%RTPLIST%%/share/html/Ticket/Elements/Tabs -%%RTPLIST%%/share/html/Ticket/History.html -%%RTPLIST%%/share/html/Ticket/Modify.html -%%RTPLIST%%/share/html/Ticket/ModifyAll.html -%%RTPLIST%%/share/html/Ticket/ModifyDates.html -%%RTPLIST%%/share/html/Ticket/ModifyLinks.html -%%RTPLIST%%/share/html/Ticket/ModifyPeople.html -%%RTPLIST%%/share/html/Ticket/Reminders.html -%%RTPLIST%%/share/html/Ticket/ShowEmailRecord.html -%%RTPLIST%%/share/html/Ticket/Update.html -%%RTPLIST%%/share/html/Tools/Elements/Tabs -%%RTPLIST%%/share/html/Tools/MyDay.html -%%RTPLIST%%/share/html/Tools/Offline.html -%%RTPLIST%%/share/html/Tools/Reports/CreatedByDates.html -%%RTPLIST%%/share/html/Tools/Reports/Elements/Tabs -%%RTPLIST%%/share/html/Tools/Reports/ResolvedByDates.html -%%RTPLIST%%/share/html/Tools/Reports/ResolvedByOwner.html -%%RTPLIST%%/share/html/Tools/Reports/index.html -%%RTPLIST%%/share/html/Tools/index.html -%%RTPLIST%%/share/html/User/Delegation.html -%%RTPLIST%%/share/html/User/Elements/DelegateRights -%%RTPLIST%%/share/html/User/Elements/GroupTabs -%%RTPLIST%%/share/html/User/Elements/Tabs -%%RTPLIST%%/share/html/User/Groups/Members.html -%%RTPLIST%%/share/html/User/Groups/Modify.html -%%RTPLIST%%/share/html/User/Groups/index.html -%%RTPLIST%%/share/html/User/Prefs.html -%%RTPLIST%%/share/html/Widgets/ComboBox -%%RTPLIST%%/share/html/Widgets/SavedSearch -%%RTPLIST%%/share/html/Widgets/SelectionBox -%%RTPLIST%%/share/html/Widgets/TitleBox -%%RTPLIST%%/share/html/Widgets/TitleBoxEnd -%%RTPLIST%%/share/html/Widgets/TitleBoxStart -%%RTPLIST%%/share/html/autohandler -%%RTPLIST%%/share/html/index.html -%%RTPLIST%%/share/html/l -@unexec rm -R %%RT_PATH%%/var 2> /dev/null || true - -@dirrm %%RTPLIST%%/share/html/Widgets -@dirrm %%RTPLIST%%/share/html/User/Groups -@dirrm %%RTPLIST%%/share/html/User/Elements -@dirrm %%RTPLIST%%/share/html/User -@dirrm %%RTPLIST%%/share/html/Tools/Reports/Elements -@dirrm %%RTPLIST%%/share/html/Tools/Reports -@dirrm %%RTPLIST%%/share/html/Tools/Elements -@dirrm %%RTPLIST%%/share/html/Tools -@dirrm %%RTPLIST%%/share/html/Ticket/Elements -@dirrm %%RTPLIST%%/share/html/Ticket/Attachment -@dirrm %%RTPLIST%%/share/html/Ticket -@dirrm %%RTPLIST%%/share/html/SelfService/Elements -@dirrm %%RTPLIST%%/share/html/SelfService/Attachment -@dirrm %%RTPLIST%%/share/html/SelfService -@dirrm %%RTPLIST%%/share/html/Search/Elements -@dirrm %%RTPLIST%%/share/html/Search -@dirrm %%RTPLIST%%/share/html/REST/1.0/ticket -@dirrm %%RTPLIST%%/share/html/REST/1.0/search -@dirrm %%RTPLIST%%/share/html/REST/1.0/NoAuth -@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms/user -@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms/transaction -@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms/ticket -@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms/queue -@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms -@dirrm %%RTPLIST%%/share/html/REST/1.0 -@dirrm %%RTPLIST%%/share/html/REST -@dirrm %%RTPLIST%%/share/html/Prefs/Elements -@dirrm %%RTPLIST%%/share/html/Prefs -@dirrm %%RTPLIST%%/share/html/NoAuth/js/scriptaculous -@dirrm %%RTPLIST%%/share/html/NoAuth/js -@dirrm %%RTPLIST%%/share/html/NoAuth/images/css -@dirrm %%RTPLIST%%/share/html/NoAuth/images -@dirrm %%RTPLIST%%/share/html/NoAuth/css/3.5-default -@dirrm %%RTPLIST%%/share/html/NoAuth/css/3.4-compat -@dirrm %%RTPLIST%%/share/html/NoAuth/css -@dirrm %%RTPLIST%%/share/html/NoAuth -@dirrm %%RTPLIST%%/share/html/Helpers -@dirrm %%RTPLIST%%/share/html/Elements/RT__Ticket -@dirrm %%RTPLIST%%/share/html/Elements/CollectionAsTable -@dirrm %%RTPLIST%%/share/html/Elements -@dirrm %%RTPLIST%%/share/html/Download/Tabular -@dirrm %%RTPLIST%%/share/html/Download/CustomFieldValue -@dirrm %%RTPLIST%%/share/html/Download -@dirrm %%RTPLIST%%/share/html/Approvals/Elements -@dirrm %%RTPLIST%%/share/html/Approvals -@dirrm %%RTPLIST%%/share/html/Admin/Users -@dirrm %%RTPLIST%%/share/html/Admin/Tools -@dirrm %%RTPLIST%%/share/html/Admin/Queues -@dirrm %%RTPLIST%%/share/html/Admin/Groups -@dirrm %%RTPLIST%%/share/html/Admin/Global/CustomFields -@dirrm %%RTPLIST%%/share/html/Admin/Global -@dirrm %%RTPLIST%%/share/html/Admin/Elements -@dirrm %%RTPLIST%%/share/html/Admin/CustomFields -@dirrm %%RTPLIST%%/share/html/Admin -@dirrm %%RTPLIST%%/share/html -@dirrm %%RTPLIST%%/share/doc -@dirrm %%RTPLIST%%/share -@dirrm %%RTPLIST%%/sbin -@dirrm %%RTPLIST%%/local/po -@dirrm %%RTPLIST%%/local/lib -@dirrm %%RTPLIST%%/local/html -@dirrm %%RTPLIST%%/local/etc -@dirrm %%RTPLIST%%/local -@dirrm %%RTPLIST%%/lib/t/regression -@dirrm %%RTPLIST%%/lib/t/data/8859-15-message-series -@dirrm %%RTPLIST%%/lib/t/data -@dirrm %%RTPLIST%%/lib/t -@dirrm %%RTPLIST%%/lib/RT/URI -@dirrm %%RTPLIST%%/lib/RT/Search -@dirrm %%RTPLIST%%/lib/RT/Report/Tickets -@dirrm %%RTPLIST%%/lib/RT/Report -@dirrm %%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder -@dirrm %%RTPLIST%%/lib/RT/Interface/Web/Menu -@dirrm %%RTPLIST%%/lib/RT/Interface/Web -@dirrm %%RTPLIST%%/lib/RT/Interface/Email/Filter -@dirrm %%RTPLIST%%/lib/RT/Interface/Email/Auth -@dirrm %%RTPLIST%%/lib/RT/Interface/Email -@dirrm %%RTPLIST%%/lib/RT/Interface -@dirrm %%RTPLIST%%/lib/RT/I18N -@dirrm %%RTPLIST%%/lib/RT/Condition -@dirrm %%RTPLIST%%/lib/RT/Action -@dirrm %%RTPLIST%%/lib/RT -@dirrm %%RTPLIST%%/lib -@dirrmtry %%RTPLIST%%/etc -@dirrm %%RTPLIST%%/bin -@dirrmtry %%RTPLIST%% |