diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-05 14:53:24 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-05 14:53:24 +0800 |
commit | 5f5af6464039863c925f3f8a7cd11304ba9634ab (patch) | |
tree | 64f37872a55520ab1246939b2f2f4f522c3191d4 /www | |
parent | a7943259b036728b25084303b62d03ef43083848 (diff) | |
download | freebsd-ports-gnome-5f5af6464039863c925f3f8a7cd11304ba9634ab.tar.gz freebsd-ports-gnome-5f5af6464039863c925f3f8a7cd11304ba9634ab.tar.zst freebsd-ports-gnome-5f5af6464039863c925f3f8a7cd11304ba9634ab.zip |
Add otrs 2.0.4, open Ticket Request System.
PR: ports/99792
Submitted by: Nick Barkas <snb@threerings.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/otrs/Makefile | 115 | ||||
-rw-r--r-- | www/otrs/distinfo | 3 | ||||
-rw-r--r-- | www/otrs/files/patch-Kernel-Config.pm.dist | 11 | ||||
-rw-r--r-- | www/otrs/files/patch-bin-SetPermissions.sh | 18 | ||||
-rw-r--r-- | www/otrs/files/pkg-install.in | 48 | ||||
-rw-r--r-- | www/otrs/pkg-descr | 6 | ||||
-rw-r--r-- | www/otrs/pkg-message | 24 | ||||
-rw-r--r-- | www/otrs/pkg-plist | 790 |
9 files changed, 1016 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0ae56bf891ee..8be0e8cf2ad0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -423,6 +423,7 @@ SUBDIR += osb-nrcit SUBDIR += osb-nrcore SUBDIR += oscommerce + SUBDIR += otrs SUBDIR += p5-AMF-Perl SUBDIR += p5-Acme-Monta SUBDIR += p5-Apache-ASP diff --git a/www/otrs/Makefile b/www/otrs/Makefile new file mode 100644 index 000000000000..7af041f60e85 --- /dev/null +++ b/www/otrs/Makefile @@ -0,0 +1,115 @@ +# vi: ts=8:sw=8:noexpandtab: +# New ports collection makefile for: otrs +# Date created: 29 June 2006 +# Whom: Nick Barkas <snb@threerings.net> +# +# $FreeBSD$ +# + +PORTNAME= otrs +PORTVERSION= 2.0.4 +CATEGORIES= www +MASTER_SITES= ftp://ftp.otrs.org/pub/otrs/ \ + ftp://ftp.gwdg.de/pub/misc/otrs/ \ + ftp://ftp.samurai.com/pub/otrs/ \ + http://mirror.xaranet.de/otrs/ \ + http://otrs.mirror.netmonic.com/ \ + http://www.linuxshop.us/otrs/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-01 + +MAINTAINER= snb@threerings.net +COMMENT= Open Ticket Request System + +RUN_DEPENDS= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ + ${SITE_PERL}/Date/Pcalc.pm:${PORTSDIR}/devel/p5-Date-Pcalc \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL + +USE_PERL5= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +PKGMESSAGE= ${WRKDIR}/pkg-message + +OTRSUSER?= otrs +OTRSUID?= 117 +WWWUSER?= www +WWWGROUP?= www +OTRSDIR?= www/otrs +OTRSHOME= ${PREFIX}/${OTRSDIR} +SUB_FILES= pkg-install +SUB_LIST+= OTRSUSER=${OTRSUSER} OTRSUID=${OTRSUID} OTRSHOME=${OTRSHOME} \ + WWWUSER=${WWWUSER} WWWGROUP=${WWWGROUP} +PLIST_SUB= OTRSDIR=${OTRSDIR} + +OPTIONS= MYSQL "MySQL database support" on \ + PGSQL "PostgreSQL database support" off \ + LDAP "LDAP support" on \ + STATS "Statistics support" on + +.if !defined(WITHOUT_MYSQL) +USE_MYSQL= yes +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +.endif + +.if defined(WITH_PGSQL) +USE_PGSQL= yes +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +.endif + +.if !defined(WITHOUT_LDAP) +USE_OPENLDAP= yes +RUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap +.endif + +.if !defined(WITHOUT_STATS) +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ + ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ + ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +.endif + +do-install: + ${MKDIR} ${OTRSHOME} + ${RM} -f ${WRKSRC}/Kernel/Config.pm.dist.orig + ${CP} -R ${WRKSRC}/Kernel ${OTRSHOME} + ${RM} -f ${WRKSRC}/bin/SetPermissions.sh.orig + ${CP} -R ${WRKSRC}/bin ${OTRSHOME} + ${CP} -R ${WRKSRC}/scripts ${OTRSHOME} + ${CP} -R ${WRKSRC}/var ${OTRSHOME} + ${INSTALL_DATA} ${WRKSRC}/.fetchmailrc.dist ${OTRSHOME} + ${INSTALL_DATA} ${WRKSRC}/.mailfilter.dist ${OTRSHOME} + ${INSTALL_DATA} ${WRKSRC}/.procmailrc.dist ${OTRSHOME} + @if [ ! -f ${OTRSHOME}/Kernel/Config.pm ]; then ${CP} -p \ + ${OTRSHOME}/Kernel/Config.pm.dist ${OTRSHOME}/Kernel/Config.pm; fi + @if [ ! -f ${OTRSHOME}/Kernel/Config/GenericAgent.pm ]; then ${CP} -p \ + ${OTRSHOME}/Kernel/Config/GenericAgent.pm.dist \ + ${OTRSHOME}/Kernel/Config/GenericAgent.pm; fi + @if [ ! -f ${OTRSHOME}/.procmailrc ]; then ${CP} -p \ + ${OTRSHOME}/.procmailrc.dist ${OTRSHOME}/.procmailrc; fi + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/RELEASE ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/UPGRADING ${DOCSDIR} +.endif + +post-install: + @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${SED} -e 's|%%OTRSHOME%%|${OTRSHOME}|g' -e \ + 's|%%DOCSDIR%%|${DOCSDIR}|g' < ${PKGDIR}/pkg-message | \ + fmt 75 79 | ${SED} -e 's/^\.//' > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/www/otrs/distinfo b/www/otrs/distinfo new file mode 100644 index 000000000000..8a7ae90467e1 --- /dev/null +++ b/www/otrs/distinfo @@ -0,0 +1,3 @@ +MD5 (otrs-2.0.4-01.tar.gz) = 8ac570f1b0ff6c0a6c7604d409d7b225 +SHA256 (otrs-2.0.4-01.tar.gz) = 3173df395bc10b6badf08562626f1f376dda65f0cf1b1c6a0a6c50844749221b +SIZE (otrs-2.0.4-01.tar.gz) = 11800464 diff --git a/www/otrs/files/patch-Kernel-Config.pm.dist b/www/otrs/files/patch-Kernel-Config.pm.dist new file mode 100644 index 000000000000..f036d9e572db --- /dev/null +++ b/www/otrs/files/patch-Kernel-Config.pm.dist @@ -0,0 +1,11 @@ +--- Kernel/Config.pm.dist.orig Tue Jul 4 16:20:46 2006 ++++ Kernel/Config.pm.dist Tue Jul 4 16:25:15 2006 +@@ -58,7 +58,7 @@ + # ---------------------------------------------------- # + # fs root directory + # ---------------------------------------------------- # +- $Self->{Home} = '/opt/otrs'; ++ $Self->{Home} = '/usr/local/www/otrs'; + + # **************************************************** # + # insert your own config settings "here" # diff --git a/www/otrs/files/patch-bin-SetPermissions.sh b/www/otrs/files/patch-bin-SetPermissions.sh new file mode 100644 index 000000000000..ba0c42985fe9 --- /dev/null +++ b/www/otrs/files/patch-bin-SetPermissions.sh @@ -0,0 +1,18 @@ +--- bin/SetPermissions.sh Tue Jul 4 13:47:02 2006 ++++ bin/SetPermissions.sh Tue Jul 4 13:49:39 2006 +@@ -108,10 +108,11 @@ + chown -R $WEBUSER:$WEBGROUP $OTRSDEST/var/sessions/ + + # set the var/log/TicketCounter.log file to OTRS and webserver user +-echo "touch && chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log" +-touch $OTRSDEST/var/log/TicketCounter.log +-chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log +-chmod 664 $OTRSDEST/var/log/TicketCounter.log ++if test -e $OTRSDEST/var/log/TicketCounter.log; then ++ echo "chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log" ++ chown $OTRSUSER:$WEBGROUP $OTRSDEST/var/log/TicketCounter.log ++ chmod 664 $OTRSDEST/var/log/TicketCounter.log ++fi + + # -- + # bin/* diff --git a/www/otrs/files/pkg-install.in b/www/otrs/files/pkg-install.in new file mode 100644 index 000000000000..8e475b310081 --- /dev/null +++ b/www/otrs/files/pkg-install.in @@ -0,0 +1,48 @@ +#!/bin/sh +# vi:ts=8:sw=8:noexpandtab: + +otrsuser=%%OTRSUSER%% +otrsuid=%%OTRSUID%% +wwwuser=%%WWWUSER%% +wwwgroup=%%WWWGROUP%% +otrshome=%%OTRSHOME%% + +if [ "$2" != "POST-INSTALL" ]; then + exit 0 +fi + +if ! pw user show -n $wwwuser >/dev/null; then + echo "User $wwwuser does not exist. Please create it and try again." + exit 1 +fi + +if ! pw group show -n $wwwgroup >/dev/null; then + echo "Group $wwwgroup does not exist. Please create it and try again." + exit 1 +fi + +if pw user show -n $otrsuser >/dev/null; then + if [ `pw user show -n $otrsuser | cut -f9 -d:` != $otrshome ]; then + echo "User $otrsuser exists, but its home directory is not $otrshome." + echo "Please change $otrsuser's home directory and try again." + exit 1 + else + echo "User $otrsuser already exists. Using existing account." + $otrshome/bin/SetPermissions.sh $otrshome $otrsuser $wwwuser $otrsgroup $wwwgroup + fi +else + if pw user show -u $otrsuid >/dev/null; then + echo "UID $otrsuid is already in use, but not for user $otrsuser." + echo "Please free this UID, or set \$OTRSUID to an available UID and rebuild the port." + else + if pw useradd $otrsuser -u $otrsuid -g $wwwgroup -h - \ + -d $otrshome -s /sbin/nologin -c "OTRS User" + then + echo "Added user $otrsuser." + $otrshome/bin/SetPermissions.sh $otrshome $otrsuser $wwwuser $otrsgroup $wwwgroup + else + echo "Error adding $otrsuser. Please create the account then try again." + fi + fi +fi + diff --git a/www/otrs/pkg-descr b/www/otrs/pkg-descr new file mode 100644 index 000000000000..993a6ccb7809 --- /dev/null +++ b/www/otrs/pkg-descr @@ -0,0 +1,6 @@ +OTRS is an Open source Ticket Request System (also well known as trouble ticket +system) with many features to manage customer telephone calls and e-mails. The +system is built to allow your support, sales, pre-sales, billing, internal IT, +helpdesk, etc. department to react quickly to inbound inquiries. + +WWW: http://otrs.org/ diff --git a/www/otrs/pkg-message b/www/otrs/pkg-message new file mode 100644 index 000000000000..88cd8fc09d63 --- /dev/null +++ b/www/otrs/pkg-message @@ -0,0 +1,24 @@ + +Additional configuration is necessary before you can use OTRS. To configure +Apache to use OTRS, add the following to your Apache configuration: + +.<Directory %%OTRSHOME%%/bin/cgi-bin/> +. Options ExecCGI +. AddHandler cgi-script .pl +. Order allow,deny +. Allow from all +.</Directory> +.<Directory %%OTRSHOME%%/var/httpd/htdocs/> +. Order allow,deny +. Allow from all +.</Directory> +.Alias /otrs-web/ "%%OTRSHOME%%/var/httpd/htdocs/" +.ScriptAlias /otrs/ "%%OTRSHOME%%/bin/cgi-bin/" + +After reloading Apache, you should be able to set up OTRS further by going to +http://yourdomain.tld/otrs/installer.pl + +See also %%DOCSDIR%%/INSTALL for additional info about setting up the OTRS +database, cron jobs, email, etc. NB: The included documentation assumes OTRS is +installed in /opt/otrs, but it is installed in %%OTRSHOME%% by this port. + diff --git a/www/otrs/pkg-plist b/www/otrs/pkg-plist new file mode 100644 index 000000000000..a70f40a62998 --- /dev/null +++ b/www/otrs/pkg-plist @@ -0,0 +1,790 @@ +%%OTRSDIR%%/.fetchmailrc.dist +%%OTRSDIR%%/.mailfilter.dist +@unexec if cmp -s %D/%%OTRSDIR%%/.procmailrc.dist %D/%%OTRSDIR%%/.procmailrc; then rm -f %D/%%OTRSDIR%%/.procmailrc; fi +%%OTRSDIR%%/.procmailrc.dist +@exec if [ ! -f %D/%%OTRSDIR%%/.procmailrc ]; then cp -p %D/%%OTRSDIR%%/.procmailrc.dist %D/%%OTRSDIR%%/.procmailrc; fi +%%OTRSDIR%%/Kernel/Config/Files/Ticket.pm +%%OTRSDIR%%/Kernel/Config/Files/FAQ.pm +%%OTRSDIR%%/Kernel/Config/Files/FAQ.xml +%%OTRSDIR%%/Kernel/Config/Files/Framework.xml +%%OTRSDIR%%/Kernel/Config/Files/Ticket.xml +%%OTRSDIR%%/Kernel/Config/Files/TicketPostMaster.pm +%%OTRSDIR%%/Kernel/Config/Defaults.pm +@unexec if cmp -s %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm.dist %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm; then rm -f %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm; fi +%%OTRSDIR%%/Kernel/Config/GenericAgent.pm.dist +@exec if [ ! -f %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm ]; then cp -p %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm.dist %D/%%OTRSDIR%%/Kernel/Config/GenericAgent.pm; fi +%%OTRSDIR%%/Kernel/Config/GenericAgent.pm.examples +@unexec if cmp -s %D/%%OTRSDIR%%/Kernel/Config.pm.dist %D/%%OTRSDIR%%/Kernel/Config.pm; then rm -f %D/%%OTRSDIR%%/Kernel/Config.pm; fi +%%OTRSDIR%%/Kernel/Config.pm.dist +@exec if [ ! -f %D/%%OTRSDIR%%/Kernel/Config.pm ]; then cp -p %D/%%OTRSDIR%%/Kernel/Config.pm.dist %D/%%OTRSDIR%%/Kernel/Config.pm; fi +%%OTRSDIR%%/Kernel/Language.pm +%%OTRSDIR%%/Kernel/Language/nb_NO.pm +%%OTRSDIR%%/Kernel/Language/bb.pm +%%OTRSDIR%%/Kernel/Language/bg.pm +%%OTRSDIR%%/Kernel/Language/cz.pm +%%OTRSDIR%%/Kernel/Language/de.pm +%%OTRSDIR%%/Kernel/Language/en.pm +%%OTRSDIR%%/Kernel/Language/es.pm +%%OTRSDIR%%/Kernel/Language/fi.pm +%%OTRSDIR%%/Kernel/Language/fr.pm +%%OTRSDIR%%/Kernel/Language/hu.pm +%%OTRSDIR%%/Kernel/Language/it.pm +%%OTRSDIR%%/Kernel/Language/pt_BR.pm +%%OTRSDIR%%/Kernel/Language/nl.pm +%%OTRSDIR%%/Kernel/Language/pl.pm +%%OTRSDIR%%/Kernel/Language/pt.pm +%%OTRSDIR%%/Kernel/Language/xx_Custom.pm +%%OTRSDIR%%/Kernel/Language/ru.pm +%%OTRSDIR%%/Kernel/Language/sv.pm +%%OTRSDIR%%/Kernel/Language/xx_AgentZoom.pm +%%OTRSDIR%%/Kernel/Language/zh_CN.pm +%%OTRSDIR%%/Kernel/Modules/Admin.pm +%%OTRSDIR%%/Kernel/Modules/AdminAttachment.pm +%%OTRSDIR%%/Kernel/Modules/AdminAutoResponse.pm +%%OTRSDIR%%/Kernel/Modules/AdminCustomerUser.pm +%%OTRSDIR%%/Kernel/Modules/AdminCustomerUserGroup.pm +%%OTRSDIR%%/Kernel/Modules/AdminEmail.pm +%%OTRSDIR%%/Kernel/Modules/AdminGenericAgent.pm +%%OTRSDIR%%/Kernel/Modules/AdminGroup.pm +%%OTRSDIR%%/Kernel/Modules/AdminLog.pm +%%OTRSDIR%%/Kernel/Modules/AdminNotification.pm +%%OTRSDIR%%/Kernel/Modules/AdminPGP.pm +%%OTRSDIR%%/Kernel/Modules/AdminPOP3.pm +%%OTRSDIR%%/Kernel/Modules/AdminPackageManager.pm +%%OTRSDIR%%/Kernel/Modules/AdminPostMasterFilter.pm +%%OTRSDIR%%/Kernel/Modules/AdminQueue.pm +%%OTRSDIR%%/Kernel/Modules/AdminQueueAutoResponse.pm +%%OTRSDIR%%/Kernel/Modules/AdminQueueResponses.pm +%%OTRSDIR%%/Kernel/Modules/AdminResponse.pm +%%OTRSDIR%%/Kernel/Modules/AdminResponseAttachment.pm +%%OTRSDIR%%/Kernel/Modules/AdminRole.pm +%%OTRSDIR%%/Kernel/Modules/AdminRoleGroup.pm +%%OTRSDIR%%/Kernel/Modules/AdminRoleUser.pm +%%OTRSDIR%%/Kernel/Modules/AdminSMIME.pm +%%OTRSDIR%%/Kernel/Modules/AdminSalutation.pm +%%OTRSDIR%%/Kernel/Modules/AdminSelectBox.pm +%%OTRSDIR%%/Kernel/Modules/AdminSession.pm +%%OTRSDIR%%/Kernel/Modules/AdminSignature.pm +%%OTRSDIR%%/Kernel/Modules/AdminState.pm +%%OTRSDIR%%/Kernel/Modules/AdminSysConfig.pm +%%OTRSDIR%%/Kernel/Modules/AdminSystemAddress.pm +%%OTRSDIR%%/Kernel/Modules/AdminUser.pm +%%OTRSDIR%%/Kernel/Modules/AdminUserGroup.pm +%%OTRSDIR%%/Kernel/Modules/AgentBook.pm +%%OTRSDIR%%/Kernel/Modules/AgentCalendarSmall.pm +%%OTRSDIR%%/Kernel/Modules/AgentInfo.pm +%%OTRSDIR%%/Kernel/Modules/FAQ.pm +%%OTRSDIR%%/Kernel/Modules/AgentLinkObject.pm +%%OTRSDIR%%/Kernel/Modules/AgentLookup.pm +%%OTRSDIR%%/Kernel/Modules/AgentPreferences.pm +%%OTRSDIR%%/Kernel/Modules/AgentSpelling.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketAttachment.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketBounce.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketBulk.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketClose.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketCompose.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketCustomer.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketCustomerFollowUp.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketEmail.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketForward.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketFreeText.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketHistory.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketLock.pm +%%OTRSDIR%%/Kernel/Modules/AgentZoom.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketMailbox.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketMerge.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketMove.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketNote.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketOwner.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketPending.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketPhone.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketPlain.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketPrint.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketPriority.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketQueue.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketSearch.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketStatusView.pm +%%OTRSDIR%%/Kernel/Modules/AgentTicketZoom.pm +%%OTRSDIR%%/Kernel/Modules/CustomerAccept.pm +%%OTRSDIR%%/Kernel/Modules/CustomerCalendarSmall.pm +%%OTRSDIR%%/Kernel/Modules/CustomerFAQ.pm +%%OTRSDIR%%/Kernel/Modules/CustomerPreferences.pm +%%OTRSDIR%%/Kernel/Modules/CustomerTicketAttachment.pm +%%OTRSDIR%%/Kernel/Modules/CustomerTicketMessage.pm +%%OTRSDIR%%/Kernel/Modules/CustomerTicketOverView.pm +%%OTRSDIR%%/Kernel/Modules/CustomerTicketSearch.pm +%%OTRSDIR%%/Kernel/Modules/CustomerTicketZoom.pm +%%OTRSDIR%%/Kernel/Modules/CustomerZoom.pm +%%OTRSDIR%%/Kernel/Modules/FAQCategory.pm +%%OTRSDIR%%/Kernel/Modules/FAQLanguage.pm +%%OTRSDIR%%/Kernel/Modules/Installer.pm +%%OTRSDIR%%/Kernel/Modules/PublicFAQ.pm +%%OTRSDIR%%/Kernel/Modules/SystemStats.pm +%%OTRSDIR%%/Kernel/Modules/Test.pm +%%OTRSDIR%%/Kernel/Output/HTML/Lite/AgentNavigationBar.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/AgentTicketQueue.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/Copyright.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/Footer.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/FooterSmall.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/Header.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/HeaderSmall.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/Login.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/Motd.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/Notify.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/Warning.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/css.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Lite/customer-css.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Agent.pm +%%OTRSDIR%%/Kernel/Output/HTML/ArticleAttachmentDownload.pm +%%OTRSDIR%%/Kernel/Output/HTML/ArticleAttachmentHTMLViewer.pm +%%OTRSDIR%%/Kernel/Output/HTML/ArticleCheckPGP.pm +%%OTRSDIR%%/Kernel/Output/HTML/ArticleCheckSMIME.pm +%%OTRSDIR%%/Kernel/Output/HTML/ArticleComposeCrypt.pm +%%OTRSDIR%%/Kernel/Output/HTML/ArticleComposeSign.pm +%%OTRSDIR%%/Kernel/Output/HTML/Customer.pm +%%OTRSDIR%%/Kernel/Output/HTML/CustomerNewTicketQueueSelectionGeneric.pm +%%OTRSDIR%%/Kernel/Output/HTML/Generic.pm +%%OTRSDIR%%/Kernel/Output/HTML/NavBarLockedTickets.pm +%%OTRSDIR%%/Kernel/Output/HTML/NavBarModuleAdmin.pm +%%OTRSDIR%%/Kernel/Output/HTML/NavBarTicketBulkAction.pm +%%OTRSDIR%%/Kernel/Output/HTML/NotificationAgentOnline.pm +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAABase.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAAMonth.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAANavBar.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAAPreferences.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAATicket.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AAAWeekDay.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminAttachmentForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminAutoResponseForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminCustomerUserForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminCustomerUserGroupChangeForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminCustomerUserGroupForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminEmail.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminGenericAgent.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminGroupForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminLog.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminNavigationBar.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminNotificationForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminPGPForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminPOP3Form.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminPackageManager.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminPostMasterFilter.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminQueueAutoResponseForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminQueueForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminQueueResponsesChangeForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminQueueResponsesForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminResponseAttachmentChangeForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminResponseAttachmentForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminResponseForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleGroupChangeForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/FAQ.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleGroupForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleUserChangeForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminRoleUserForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSMIMEForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSalutationForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSelectBoxForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSession.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSignatureForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminStateForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSysConfig.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSysConfigEdit.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminSystemAddressForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminUserForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminUserGroupChangeForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AdminUserGroupForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentBook.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentCalendarSmall.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentCalendarSmallIcon.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentCustomerTableView.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentInfo.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentLinkObject.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentLookup.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentNavigationBar.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentPreferencesForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentSpelling.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketBounce.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketBulk.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketClose.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketCompose.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketCustomer.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketCustomerMessage.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketForward.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketFreeText.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketHistory.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketLocked.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketMailbox.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketMerge.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketMove.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketNote.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketOwner.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPending.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPhoneNew.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPlain.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPrint.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketPriority.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketQueue.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketQueueTicketView.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketQueueTicketViewLite.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketSearch.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketSearchResult.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketSearchResultPrint.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketSearchResultShort.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketStatusView.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketZoom.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentTicketZoomStatus.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentWindowTabStart.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/AgentWindowTabStop.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Copyright.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerAccept.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerCalendarSmallIcon.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/css.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerError.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerFAQ.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerFooter.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerFooterSmall.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerHeader.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerHeaderSmall.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerLogin.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerNavigationBar.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerPreferencesForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerStatusView.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketMessage.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketMessageNew.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketSearch.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketSearchResultCSV.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketSearchResultPrint.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketSearchResultShort.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerTicketZoom.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/CustomerWarning.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Error.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/FAQCategoryForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/FAQLanguageForm.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Footer.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/FooterSmall.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Header.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/HeaderSmall.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Installer.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Login.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Motd.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/NoPermission.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Notify.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/PrintFooter.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/PrintHeader.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Redirect.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/SystemStats.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Test.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/Warning.dtl +%%OTRSDIR%%/Kernel/Output/HTML/Standard/customer-css.dtl +%%OTRSDIR%%/Kernel/Output/HTML/NotificationAgentTicket.pm +%%OTRSDIR%%/Kernel/Output/HTML/NotificationAgentTicketSeen.pm +%%OTRSDIR%%/Kernel/Output/HTML/NotificationCharsetCheck.pm +%%OTRSDIR%%/Kernel/Output/HTML/NotificationCustomerOnline.pm +%%OTRSDIR%%/Kernel/Output/HTML/NotificationUIDCheck.pm +%%OTRSDIR%%/Kernel/Output/HTML/OutputFilterActiveElement.pm +%%OTRSDIR%%/Kernel/Output/HTML/PreferencesCustomQueue.pm +%%OTRSDIR%%/Kernel/Output/HTML/PreferencesGeneric.pm +%%OTRSDIR%%/Kernel/Output/HTML/PreferencesLanguage.pm +%%OTRSDIR%%/Kernel/Output/HTML/PreferencesPGP.pm +%%OTRSDIR%%/Kernel/Output/HTML/PreferencesPassword.pm +%%OTRSDIR%%/Kernel/Output/HTML/PreferencesSMIME.pm +%%OTRSDIR%%/Kernel/Output/HTML/PreferencesTheme.pm +%%OTRSDIR%%/Kernel/Output/HTML/TicketMenuGeneric.pm +%%OTRSDIR%%/Kernel/Output/HTML/TicketMenuLock.pm +%%OTRSDIR%%/Kernel/System/CheckItem.pm +%%OTRSDIR%%/Kernel/System/Auth.pm +%%OTRSDIR%%/Kernel/System/Auth/Radius.pm +%%OTRSDIR%%/Kernel/System/Auth/DB.pm +%%OTRSDIR%%/Kernel/System/Auth/LDAP.pm +%%OTRSDIR%%/Kernel/System/Auth/HTTPBasicAuth.pm +%%OTRSDIR%%/Kernel/System/DB/maxdb.pm +%%OTRSDIR%%/Kernel/System/DB/db2.pm +%%OTRSDIR%%/Kernel/System/DB/mysql.pm +%%OTRSDIR%%/Kernel/System/DB/oracle.pm +%%OTRSDIR%%/Kernel/System/DB/postgresql.pm +%%OTRSDIR%%/Kernel/System/AuthSession.pm +%%OTRSDIR%%/Kernel/System/AutoResponse.pm +%%OTRSDIR%%/Kernel/System/Config.pm +%%OTRSDIR%%/Kernel/System/Crypt.pm +%%OTRSDIR%%/Kernel/System/CustomerAuth.pm +%%OTRSDIR%%/Kernel/System/CustomerGroup.pm +%%OTRSDIR%%/Kernel/System/CustomerUser.pm +%%OTRSDIR%%/Kernel/System/DB.pm +%%OTRSDIR%%/Kernel/System/Email.pm +%%OTRSDIR%%/Kernel/System/EmailParser.pm +%%OTRSDIR%%/Kernel/System/Encode.pm +%%OTRSDIR%%/Kernel/System/FAQ.pm +%%OTRSDIR%%/Kernel/System/FileTemp.pm +%%OTRSDIR%%/Kernel/System/GenericAgent.pm +%%OTRSDIR%%/Kernel/System/Group.pm +%%OTRSDIR%%/Kernel/System/LinkObject.pm +%%OTRSDIR%%/Kernel/System/Lock.pm +%%OTRSDIR%%/Kernel/System/Log.pm +%%OTRSDIR%%/Kernel/System/Main.pm +%%OTRSDIR%%/Kernel/System/Notification.pm +%%OTRSDIR%%/Kernel/System/PID.pm +%%OTRSDIR%%/Kernel/System/POP3Account.pm +%%OTRSDIR%%/Kernel/System/Package.pm +%%OTRSDIR%%/Kernel/System/Permission.pm +%%OTRSDIR%%/Kernel/System/PostMaster.pm +%%OTRSDIR%%/Kernel/System/Priority.pm +%%OTRSDIR%%/Kernel/System/Queue.pm +%%OTRSDIR%%/Kernel/System/SearchProfile.pm +%%OTRSDIR%%/Kernel/System/Spelling.pm +%%OTRSDIR%%/Kernel/System/State.pm +%%OTRSDIR%%/Kernel/System/StdAttachment.pm +%%OTRSDIR%%/Kernel/System/StdResponse.pm +%%OTRSDIR%%/Kernel/System/SystemAddress.pm +%%OTRSDIR%%/Kernel/System/Ticket.pm +%%OTRSDIR%%/Kernel/System/Time.pm +%%OTRSDIR%%/Kernel/System/User.pm +%%OTRSDIR%%/Kernel/System/XML.pm +%%OTRSDIR%%/Kernel/System/XMLMaster.pm +%%OTRSDIR%%/Kernel/System/AuthSession/DB.pm +%%OTRSDIR%%/Kernel/System/AuthSession/FS.pm +%%OTRSDIR%%/Kernel/System/AuthSession/IPC.pm +%%OTRSDIR%%/Kernel/System/Crypt/SMIME.pm +%%OTRSDIR%%/Kernel/System/Crypt/PGP.pm +%%OTRSDIR%%/Kernel/System/CustomerAuth/Radius.pm +%%OTRSDIR%%/Kernel/System/CustomerAuth/DB.pm +%%OTRSDIR%%/Kernel/System/CustomerAuth/LDAP.pm +%%OTRSDIR%%/Kernel/System/CustomerAuth/HTTPBasicAuth.pm +%%OTRSDIR%%/Kernel/System/CustomerUser/Preferences/DB.pm +%%OTRSDIR%%/Kernel/System/CustomerUser/DB.pm +%%OTRSDIR%%/Kernel/System/CustomerUser/LDAP.pm +%%OTRSDIR%%/Kernel/System/Email/Sendmail.pm +%%OTRSDIR%%/Kernel/System/Email/SMTP.pm +%%OTRSDIR%%/Kernel/System/GenericAgent/AutoPriorityIncrease.pm +%%OTRSDIR%%/Kernel/System/GenericAgent/NotifyAgentGroupOfCustomQueue.pm +%%OTRSDIR%%/Kernel/System/LinkObject/Ticket.pm +%%OTRSDIR%%/Kernel/System/LinkObject/FAQ.pm +%%OTRSDIR%%/Kernel/System/Log/SysLog.pm +%%OTRSDIR%%/Kernel/System/Log/File.pm +%%OTRSDIR%%/Kernel/System/PostMaster/Filter/AgentInterface.pm +%%OTRSDIR%%/Kernel/System/PostMaster/Filter/CMD.pm +%%OTRSDIR%%/Kernel/System/PostMaster/Filter/Match.pm +%%OTRSDIR%%/Kernel/System/PostMaster/Filter/MatchDBSource.pm +%%OTRSDIR%%/Kernel/System/PostMaster/DestQueue.pm +%%OTRSDIR%%/Kernel/System/PostMaster/Filter.pm +%%OTRSDIR%%/Kernel/System/PostMaster/FollowUp.pm +%%OTRSDIR%%/Kernel/System/PostMaster/LoopProtection.pm +%%OTRSDIR%%/Kernel/System/PostMaster/NewTicket.pm +%%OTRSDIR%%/Kernel/System/PostMaster/Reject.pm +%%OTRSDIR%%/Kernel/System/PostMaster/LoopProtection/DB.pm +%%OTRSDIR%%/Kernel/System/PostMaster/LoopProtection/FS.pm +%%OTRSDIR%%/Kernel/System/Stats/AccountedTime.pm +%%OTRSDIR%%/Kernel/System/Stats/NewTickets.pm +%%OTRSDIR%%/Kernel/System/Stats/StateAction.pm +%%OTRSDIR%%/Kernel/System/Stats/TicketOverview.pm +%%OTRSDIR%%/Kernel/System/Ticket/Article.pm +%%OTRSDIR%%/Kernel/System/Ticket/ArticleStorageDB.pm +%%OTRSDIR%%/Kernel/System/Ticket/ArticleStorageFS.pm +%%OTRSDIR%%/Kernel/System/Ticket/CustomerPermission/CustomerIDCheck.pm +%%OTRSDIR%%/Kernel/System/Ticket/CustomerPermission/CustomerUserIDCheck.pm +%%OTRSDIR%%/Kernel/System/Ticket/CustomerPermission/GroupCheck.pm +%%OTRSDIR%%/Kernel/System/Ticket/Event/Test.pm +%%OTRSDIR%%/Kernel/System/Ticket/IndexAccelerator/RuntimeDB.pm +%%OTRSDIR%%/Kernel/System/Ticket/IndexAccelerator/StaticDB.pm +%%OTRSDIR%%/Kernel/System/Ticket/Number/AutoIncrement.pm +%%OTRSDIR%%/Kernel/System/Ticket/Number/Date.pm +%%OTRSDIR%%/Kernel/System/Ticket/Number/DateChecksum.pm +%%OTRSDIR%%/Kernel/System/Ticket/Number/Random.pm +%%OTRSDIR%%/Kernel/System/Ticket/Permission/GroupCheck.pm +%%OTRSDIR%%/Kernel/System/Ticket/Permission/OwnerCheck.pm +%%OTRSDIR%%/Kernel/System/User/Preferences/DB.pm +%%OTRSDIR%%/Kernel/System/Web/UploadCache/DB.pm +%%OTRSDIR%%/Kernel/System/Web/UploadCache/FS.pm +%%OTRSDIR%%/Kernel/System/Web/InterfaceAgent.pm +%%OTRSDIR%%/Kernel/System/Web/InterfaceCustomer.pm +%%OTRSDIR%%/Kernel/System/Web/InterfacePublic.pm +%%OTRSDIR%%/Kernel/System/Web/Request.pm +%%OTRSDIR%%/Kernel/System/Web/UploadCache.pm +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL.pod +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL.pm +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/ANONYMOUS.pm +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/CRAM_MD5.pm +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/EXTERNAL.pm +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/LOGIN.pm +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl/PLAIN.pm +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/CRAM_MD5.pm +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/EXTERNAL.pm +%%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl.pm +%%OTRSDIR%%/Kernel/cpan-lib/Date/Pcalc.pm +%%OTRSDIR%%/Kernel/cpan-lib/HTML/Safe.pm +%%OTRSDIR%%/Kernel/cpan-lib/IO/AtomicFile.pm +%%OTRSDIR%%/Kernel/cpan-lib/IO/InnerFile.pm +%%OTRSDIR%%/Kernel/cpan-lib/IO/Lines.pm +%%OTRSDIR%%/Kernel/cpan-lib/IO/Scalar.pm +%%OTRSDIR%%/Kernel/cpan-lib/IO/ScalarArray.pm +%%OTRSDIR%%/Kernel/cpan-lib/IO/Stringy.pm +%%OTRSDIR%%/Kernel/cpan-lib/IO/Wrap.pm +%%OTRSDIR%%/Kernel/cpan-lib/IO/WrapTie.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Body.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/Base64.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/BinHex.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/Binary.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/Gzip64.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/NBit.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/QuotedPrint.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder/UU.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Entity.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Head.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Tools.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/WordDecoder.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Words.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Field/ConTraEnc.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Field/ContDisp.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Field/ContType.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Field/ParamVal.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser/Filer.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser/Reader.pm +%%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser/Results.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Field/AddrList.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Field/Date.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Address.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Cap.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Field.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Filter.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Header.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Internet.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Send.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Util.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/qmail.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/rfc822.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/sendmail.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/smtp.pm +%%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer/test.pm +%%OTRSDIR%%/Kernel/cpan-lib/XML/Parser/Lite.pm +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/_prephdr.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/add_signature.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/autosplit.ix +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/escape_from.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/nntppost.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/reply.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/send.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/sign.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/smtpsend.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet/unescape_from.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util/autosplit.ix +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util/mailaddress.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util/maildomain.al +%%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util/read_mbox.al +%%OTRSDIR%%/bin/cgi-bin/customer.pl +%%OTRSDIR%%/bin/cgi-bin/faq.pl +%%OTRSDIR%%/bin/cgi-bin/index.pl +%%OTRSDIR%%/bin/cgi-bin/installer.pl +%%OTRSDIR%%/bin/cgi-bin/public.pl +%%OTRSDIR%%/bin/CheckDB.pl +%%OTRSDIR%%/bin/CleanUp.pl +%%OTRSDIR%%/bin/Cron.sh +%%OTRSDIR%%/bin/Cron4Win32.pl +%%OTRSDIR%%/bin/CryptPassword.pl +%%OTRSDIR%%/bin/DeleteSessionIDs.pl +%%OTRSDIR%%/bin/GenericAgent.pl +%%OTRSDIR%%/bin/PendingJobs.pl +%%OTRSDIR%%/bin/PostMaster.pl +%%OTRSDIR%%/bin/PostMasterClient.pl +%%OTRSDIR%%/bin/PostMasterDaemon.pl +%%OTRSDIR%%/bin/PostMasterPOP3.pl +%%OTRSDIR%%/bin/RebuildTicketIndex.pl +%%OTRSDIR%%/bin/SetPermissions.sh +%%OTRSDIR%%/bin/UnlockTickets.pl +%%OTRSDIR%%/bin/XMLMaster.pl +%%OTRSDIR%%/bin/mkStats.pl +%%OTRSDIR%%/bin/opm.pl +%%OTRSDIR%%/bin/otrs.addGroup +%%OTRSDIR%%/bin/otrs.CreateNewTranslationFile +%%OTRSDIR%%/bin/otrs.addQueue +%%OTRSDIR%%/bin/otrs.addStdResponse2Queue +%%OTRSDIR%%/bin/otrs.addUser +%%OTRSDIR%%/bin/otrs.addUser2Group +%%OTRSDIR%%/bin/otrs.checkModules +%%OTRSDIR%%/bin/otrs.cleanup +%%OTRSDIR%%/bin/otrs.getConfig +%%OTRSDIR%%/bin/otrs.getGroupID +%%OTRSDIR%%/bin/otrs.getTicketThread +%%OTRSDIR%%/bin/otrs.getUserID +%%OTRSDIR%%/bin/otrs.setPassword +%%OTRSDIR%%/bin/xml2sql.pl +%%OTRSDIR%%/bin/fcgi-bin/customer.fpl +%%OTRSDIR%%/bin/fcgi-bin/faq.fpl +%%OTRSDIR%%/bin/fcgi-bin/index.fpl +%%OTRSDIR%%/bin/fcgi-bin/public.fpl +%%OTRSDIR%%/scripts/auto_build/description.txt +%%OTRSDIR%%/scripts/auto_build/docbuild.sh +%%OTRSDIR%%/scripts/auto_build/files.txt +%%OTRSDIR%%/scripts/auto_build/xml2docbook.pl +%%OTRSDIR%%/scripts/DBUpdate-to-1.0.mysql.sql +%%OTRSDIR%%/scripts/DBUpdate-to-1.0.postgresql.sql +%%OTRSDIR%%/scripts/DBUpdate-to-1.1.mysql.sql +%%OTRSDIR%%/scripts/DBUpdate-to-1.1.postgresql.sql +%%OTRSDIR%%/scripts/DBUpdate-to-1.2.mysql.sql +%%OTRSDIR%%/scripts/DBUpdate-to-1.2.postgresql.sql +%%OTRSDIR%%/scripts/DBUpdate-to-1.3.mysql.sql +%%OTRSDIR%%/scripts/DBUpdate-to-1.3.postgresql.sql +%%OTRSDIR%%/scripts/DBUpdate-to-2.0.mysql.sql +%%OTRSDIR%%/scripts/DBUpdate-to-2.0.postgresql.sql +%%OTRSDIR%%/scripts/SystemStatsGeneric.pm +%%OTRSDIR%%/scripts/apache-httpd.conf +%%OTRSDIR%%/scripts/auto_build.sh +%%OTRSDIR%%/scripts/apache-httpd.include.conf +%%OTRSDIR%%/scripts/apache-perl-startup.pl +%%OTRSDIR%%/scripts/apache2-httpd-new.include.conf +%%OTRSDIR%%/scripts/apache2-httpd.include.conf +%%OTRSDIR%%/scripts/apache2-perl-startup.pl +%%OTRSDIR%%/scripts/auto_docbuild.sh +%%OTRSDIR%%/scripts/backup.pl +%%OTRSDIR%%/scripts/login.php +%%OTRSDIR%%/scripts/login.pl +%%OTRSDIR%%/scripts/redhat-otrs-7.3.spec +%%OTRSDIR%%/scripts/redhat-otrs-8.0.spec +%%OTRSDIR%%/scripts/redhat-rcotrs +%%OTRSDIR%%/scripts/redhat-rcotrs-config +%%OTRSDIR%%/scripts/redhat-rpmmacros +%%OTRSDIR%%/scripts/restore.pl +%%OTRSDIR%%/scripts/suse-fillup-template-rc.config.otrs +%%OTRSDIR%%/scripts/suse-otrs-7.3.spec +%%OTRSDIR%%/scripts/suse-otrs-8.0.spec +%%OTRSDIR%%/scripts/suse-otrs-9.0.spec +%%OTRSDIR%%/scripts/suse-otrs-9.1.spec +%%OTRSDIR%%/scripts/suse-rcotrs +%%OTRSDIR%%/scripts/suse-rcotrs-config +%%OTRSDIR%%/scripts/sync_node.sh +%%OTRSDIR%%/scripts/syncuser_csv2otrs.pl +%%OTRSDIR%%/scripts/webform.pl +%%OTRSDIR%%/scripts/database/initial_insert.sapdb.sql +%%OTRSDIR%%/scripts/database/initial_insert.sql +%%OTRSDIR%%/scripts/database/otrs-schema-post.db2.sql +%%OTRSDIR%%/scripts/database/otrs-schema-post.maxdb.sql +%%OTRSDIR%%/scripts/database/otrs-schema-post.mysql.sql +%%OTRSDIR%%/scripts/database/otrs-schema-post.oracle.sql +%%OTRSDIR%%/scripts/database/otrs-schema-post.postgresql.sql +%%OTRSDIR%%/scripts/database/otrs-schema.db2.sql +%%OTRSDIR%%/scripts/database/otrs-schema.maxdb.sql +%%OTRSDIR%%/scripts/database/otrs-schema.mysql.sql +%%OTRSDIR%%/scripts/database/otrs-schema.oracle.sql +%%OTRSDIR%%/scripts/database/otrs-schema.postgresql.sql +%%OTRSDIR%%/scripts/database/otrs-schema.xml +%%OTRSDIR%%/scripts/test/CreateTickerNumber.pl +%%OTRSDIR%%/scripts/test/CustomerBackend.pl +%%OTRSDIR%%/scripts/test/CustomerUserAuth.pl +%%OTRSDIR%%/scripts/test/TicketHistoryState.pl +%%OTRSDIR%%/scripts/test/Time.pl +%%OTRSDIR%%/scripts/test/UserAuth.pl +%%OTRSDIR%%/scripts/test/XML.pl +%%OTRSDIR%%/scripts/tools/base64.pl +%%OTRSDIR%%/scripts/tools/charset-convert.pl +%%OTRSDIR%%/scripts/tools/compress-mail.pl +%%OTRSDIR%%/scripts/tools/sync-ldap2db.pl +%%OTRSDIR%%/scripts/tools/xml2html.pl +%%OTRSDIR%%/var/cron/aaa_base.dist +%%OTRSDIR%%/var/cron/fetchmail.dist +%%OTRSDIR%%/var/cron/generic_agent-database.dist +%%OTRSDIR%%/var/cron/generic_agent.dist +%%OTRSDIR%%/var/cron/pending_jobs.dist +%%OTRSDIR%%/var/cron/postmaster.dist +%%OTRSDIR%%/var/cron/postmaster_pop3.dist +%%OTRSDIR%%/var/cron/rebuild_ticket_index.dist +%%OTRSDIR%%/var/cron/session.dist +%%OTRSDIR%%/var/cron/unlock.dist +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/admin.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/attach-small.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/attach.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/back.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/calendar-small.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/checkbox_arrow_left_up.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/close.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/contents.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/desktop.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/disk-s.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/disk.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/down-big.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/down-small.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/down.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/edit.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/edittrash.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/error.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/exit.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/fileopen.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder_green.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder_grey.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder_yellow-small.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/folder_yellow.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/forward.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/group-small.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/group.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/h-line.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/help-small.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/help.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/history.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/home.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/import-s.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/import-sw-s.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/import.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer1.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer2.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer3.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/installer4.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/kcmpartitions.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/left-big.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/list.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/left-small.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/lock.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/mail_new.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/misc.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/module_setting.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/network.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/network_local.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/new-message.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/new.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/note.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/notready.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/overview.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/personal.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/phone-new.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/phppg.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/prefer.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/print.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/priority.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/ready.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/reporting.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/right-big.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/right-small.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/up.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/screen-s.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/screen.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/search.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/spell.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/stats.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/stop.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/ticket.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/tickets.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/unknown.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/unlock.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/up-big.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/up-small.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/warning.png +%%OTRSDIR%%/var/httpd/htdocs/images/Standard/zoom.png +%%OTRSDIR%%/var/httpd/htdocs/index.html +@dirrm %%OTRSDIR%%/Kernel/Config/Files +@dirrm %%OTRSDIR%%/Kernel/Config +@dirrm %%OTRSDIR%%/Kernel/Language +@dirrm %%OTRSDIR%%/Kernel/Modules +@dirrm %%OTRSDIR%%/Kernel/Output/ASCII +@dirrm %%OTRSDIR%%/Kernel/Output/HTML/Lite +@dirrm %%OTRSDIR%%/Kernel/Output/HTML/Standard +@dirrm %%OTRSDIR%%/Kernel/Output/HTML +@dirrm %%OTRSDIR%%/Kernel/Output/XML +@dirrm %%OTRSDIR%%/Kernel/Output +@dirrm %%OTRSDIR%%/Kernel/System/Auth +@dirrm %%OTRSDIR%%/Kernel/System/DB +@dirrm %%OTRSDIR%%/Kernel/System/AuthSession +@dirrm %%OTRSDIR%%/Kernel/System/Crypt +@dirrm %%OTRSDIR%%/Kernel/System/CustomerAuth +@dirrm %%OTRSDIR%%/Kernel/System/CustomerUser/Preferences +@dirrm %%OTRSDIR%%/Kernel/System/CustomerUser +@dirrm %%OTRSDIR%%/Kernel/System/Email +@dirrm %%OTRSDIR%%/Kernel/System/GenericAgent +@dirrm %%OTRSDIR%%/Kernel/System/LinkObject +@dirrm %%OTRSDIR%%/Kernel/System/Log +@dirrm %%OTRSDIR%%/Kernel/System/PostMaster/Filter +@dirrm %%OTRSDIR%%/Kernel/System/PostMaster/LoopProtection +@dirrm %%OTRSDIR%%/Kernel/System/PostMaster +@dirrm %%OTRSDIR%%/Kernel/System/Stats +@dirrm %%OTRSDIR%%/Kernel/System/Ticket/CustomerPermission +@dirrm %%OTRSDIR%%/Kernel/System/Ticket/Event +@dirrm %%OTRSDIR%%/Kernel/System/Ticket/IndexAccelerator +@dirrm %%OTRSDIR%%/Kernel/System/Ticket/Number +@dirrm %%OTRSDIR%%/Kernel/System/Ticket/Permission +@dirrm %%OTRSDIR%%/Kernel/System/Ticket +@dirrm %%OTRSDIR%%/Kernel/System/User/Preferences +@dirrm %%OTRSDIR%%/Kernel/System/User +@dirrm %%OTRSDIR%%/Kernel/System/Web/UploadCache +@dirrm %%OTRSDIR%%/Kernel/System/Web +@dirrm %%OTRSDIR%%/Kernel/System/XMLMaster +@dirrm %%OTRSDIR%%/Kernel/System +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL/Perl +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Authen/SASL +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Authen +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Date +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Email +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/HTML +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/IO +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/MIME/Decoder +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/MIME/Field +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/MIME/Parser +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/MIME +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Mail/Field +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Mail/Mailer +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/Mail +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/XML/Parser +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/XML +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Internet +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/auto/Mail/Util +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/auto/Mail +@dirrm %%OTRSDIR%%/Kernel/cpan-lib/auto +@dirrm %%OTRSDIR%%/Kernel/cpan-lib +@dirrm %%OTRSDIR%%/Kernel +@dirrm %%OTRSDIR%%/bin/cgi-bin/cpanel +@dirrm %%OTRSDIR%%/bin/cgi-bin +@dirrm %%OTRSDIR%%/bin/fcgi-bin +@dirrm %%OTRSDIR%%/bin +@dirrm %%OTRSDIR%%/scripts/auto_build +@dirrm %%OTRSDIR%%/scripts/database +@dirrm %%OTRSDIR%%/scripts/test +@dirrm %%OTRSDIR%%/scripts/tools +@dirrm %%OTRSDIR%%/scripts +@dirrm %%OTRSDIR%%/var/article +@dirrm %%OTRSDIR%%/var/cron +@dirrm %%OTRSDIR%%/var/httpd/htdocs/images/Standard +@dirrm %%OTRSDIR%%/var/httpd/htdocs/images +@dirrm %%OTRSDIR%%/var/httpd/htdocs +@dirrm %%OTRSDIR%%/var/httpd +@dirrm %%OTRSDIR%%/var/log +@dirrm %%OTRSDIR%%/var/pics/images +@dirrm %%OTRSDIR%%/var/pics/stats +@dirrm %%OTRSDIR%%/var/pics +@dirrm %%OTRSDIR%%/var/sessions +@dirrm %%OTRSDIR%%/var/spool +@dirrm %%OTRSDIR%%/var/tmp +@dirrm %%OTRSDIR%%/var +@dirrm %%OTRSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/manual/de/pdf/otrs_admin_book.pdf +%%PORTDOCS%%%%DOCSDIR%%/manual/en/pdf/otrs_admin_book.pdf +%%PORTDOCS%%%%DOCSDIR%%/X-OTRS-Headers.txt +%%PORTDOCS%%%%DOCSDIR%%/otrs-database.dia +%%PORTDOCS%%%%DOCSDIR%%/test-email-1.box +%%PORTDOCS%%%%DOCSDIR%%/test-email-10-ks_c_5601-1987.box +%%PORTDOCS%%%%DOCSDIR%%/test-email-2.box +%%PORTDOCS%%%%DOCSDIR%%/test-email-3.box +%%PORTDOCS%%%%DOCSDIR%%/test-email-4-html.box +%%PORTDOCS%%%%DOCSDIR%%/test-email-5-iso-8859-1.box +%%PORTDOCS%%%%DOCSDIR%%/test-email-6-euro-utf-8.box +%%PORTDOCS%%%%DOCSDIR%%/test-email-7-euro-iso-8859-15.box +%%PORTDOCS%%%%DOCSDIR%%/test-email-8-bulgarian-cp1251.box +%%PORTDOCS%%%%DOCSDIR%%/test-email-9-html-multicharset.box +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.database +%%PORTDOCS%%%%DOCSDIR%%/README.dtl +%%PORTDOCS%%%%DOCSDIR%%/README.webserver +%%PORTDOCS%%%%DOCSDIR%%/RELEASE +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/UPGRADING +%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de/pdf +%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de +%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en/pdf +%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en +%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual +%%PORTDOCS%%@dirrm %%DOCSDIR%% |