svn commit: r352466 - in head: devel devel/otrs www www/otrs www/otrs/files
Steve Wills
swills at FreeBSD.org
Mon Apr 28 01:02:45 UTC 2014
Author: swills
Date: Mon Apr 28 01:02:44 2014
New Revision: 352466
URL: http://svnweb.freebsd.org/changeset/ports/352466
QAT: https://qat.redports.org/buildarchive/r352466/
Log:
- Update the port to 3.3.6
- Move to www category: OTRS is actually web based ticket system and it has nothing with development.
PR: ports/188847
Submitted by: "Mikhail T." <m.tsatsenko at gmail.com> (maintainer)
Security: CVE-2014-2554
Added:
head/www/otrs/
- copied from r352465, head/devel/otrs/
Deleted:
head/devel/otrs/
head/www/otrs/files/pkg-install.in
Modified:
head/devel/Makefile
head/www/Makefile
head/www/otrs/Makefile
head/www/otrs/distinfo
head/www/otrs/pkg-plist
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Apr 27 21:54:54 2014 (r352465)
+++ head/devel/Makefile Mon Apr 28 01:02:44 2014 (r352466)
@@ -1353,7 +1353,6 @@
SUBDIR += ossp-val
SUBDIR += ossp-var
SUBDIR += ossp-xds
- SUBDIR += otrs
SUBDIR += p4
SUBDIR += p4.el
SUBDIR += p4api
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Apr 27 21:54:54 2014 (r352465)
+++ head/www/Makefile Mon Apr 28 01:02:44 2014 (r352466)
@@ -588,6 +588,7 @@
SUBDIR += orangehrm
SUBDIR += oscommerce
SUBDIR += otter-browser
+ SUBDIR += otrs
SUBDIR += owncloud
SUBDIR += p5-AMF-Perl
SUBDIR += p5-Acme-Monta
Modified: head/www/otrs/Makefile
==============================================================================
--- head/devel/otrs/Makefile Sun Apr 27 21:54:54 2014 (r352465)
+++ head/www/otrs/Makefile Mon Apr 28 01:02:44 2014 (r352466)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= otrs
-PORTVERSION= 3.3.5
-PORTREVISION= 1
-CATEGORIES= devel
+PORTVERSION= 3.3.6
+CATEGORIES= www
MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \
ftp://ftp.samurai.com/pub/otrs/ \
http://ftp.gwdg.de/pub/misc/otrs/ \
@@ -41,9 +40,10 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/dat
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
+
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= shebangfix perl5
+USES= shebangfix perl5 tar:bzip2
SHEBANG_FILES= bin/cgi-bin/*.pl bin/fcgi-bin/*.pl bin/*.pl \
scripts/auto_build/*.pl scripts/tools/*.pl scripts/*.pl
@@ -58,13 +58,11 @@ POP3_DESC= Fetch email via POP3
SMTP_DESC= Send email via SMTP
REPORTS_MODULES_DESC= Reports support
-USE_BZIP2= yes
-
OTRSDIR= ${PREFIX}/otrs
USERS= ${PORTNAME}
GROUPS= ${USERS} www
-SUB_FILES= pkg-install pkg-message
+SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
ROOT_DIRS_LIST= Kernel bin scripts doc
@@ -78,16 +76,15 @@ DOCS_DIRS_LIST= "" manual/en
DOCS_FILES_LIST= C[A-Z]* INSTALL.md RE* UPGRADING.md
SCRIPTS_DIRS_LIST= "" database/update test tools
-CRON_SCRIPTS= ${OTRSDIR}/var/cron/
+CRON_SCRIPTS= ${STAGEDIR}${OTRSDIR}/var/cron/
CLEAN_FILES= scripts/suse* scripts/redhat* \
var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \
var/httpd/htdocs/skins/Agent/*/img/source
USE_APACHE_RUN= 22+
-PLIST_SUB+= VER_CKEDITOR="4.3"
+PLIST_SUB+= VER_CKEDITOR="4.3" OTRS_USER=${USERS} WWWOWN=${WWWOWN}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MMYSQL}
@@ -173,42 +170,38 @@ do-build:
.endif
do-install:
- @${MKDIR} ${ROOT_DIRS_LIST:S!^!${OTRSDIR}/!} ${BIN_DIRS_LIST:S!^!${OTRSDIR}/bin/!} \
- ${SCRIPTS_DIRS_LIST:S!^!${OTRSDIR}/scripts/!}
- @${INSTALL_DATA} ${WRKSRC}/.*.dist ${OTRSDIR}/
- @${INSTALL_DATA} ${WRKSRC}/RELEASE ${OTRSDIR}/
- @${INSTALL_DATA} ${WRKSRC}/ARCHIVE ${OTRSDIR}/
+.for D in ${ROOT_DIRS_LIST:S!^!${OTRSDIR}/!} ${BIN_DIRS_LIST:S!^!${OTRSDIR}/bin/!} ${SCRIPTS_DIRS_LIST:S!^!${OTRSDIR}/scripts/!}
+ ${MKDIR} ${STAGEDIR}${D}
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/.*.dist ${STAGEDIR}${OTRSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/RELEASE ${STAGEDIR}${OTRSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/ARCHIVE ${STAGEDIR}${OTRSDIR}/
.for D in ${BIN_DIRS_LIST}
- @${INSTALL_SCRIPT} ${WRKSRC}/bin/${D}/*.* ${OTRSDIR}/bin/${D}/
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/${D}/*.* ${STAGEDIR}${OTRSDIR}/bin/${D}/
.endfor
- @(cd ${WRKSRC} && ${PAX} -r -w Kernel var ${OTRSDIR})
-.if !exists(${OTRSDIR}/Kernel/Config.pm)
- @${CP} ${OTRSDIR}/Kernel/Config.pm.dist ${OTRSDIR}/Kernel/Config.pm
-.endif
-.if !exists(${OTRSDIR}/Kernel/Config/GenericAgent.pm)
- @${CP} ${OTRSDIR}/Kernel/Config/GenericAgent.pm.dist ${OTRSDIR}/Kernel/Config/GenericAgent.pm
-.endif
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${OTRSDIR}/Kernel
- @${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.[ps][lh] ${OTRSDIR}/scripts/
- @${INSTALL_DATA} ${WRKSRC}/scripts/apache* \
- ${WRKSRC}/scripts/*.sql ${OTRSDIR}/scripts/
- @${INSTALL_DATA} ${WRKSRC}/scripts/database/update/*.* ${OTRSDIR}/scripts/database/update/
- @${INSTALL_DATA} ${WRKSRC}/scripts/database/*.* ${OTRSDIR}/scripts/database/
- @${INSTALL_SCRIPT} ${WRKSRC}/scripts/test/*.t ${OTRSDIR}/scripts/test/
- @${INSTALL_SCRIPT} ${WRKSRC}/scripts/tools/*.pl ${OTRSDIR}/scripts/tools/
+ (cd ${WRKSRC} && ${PAX} -r -w Kernel var ${STAGEDIR}${OTRSDIR})
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${OTRSDIR}/Kernel
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.[ps][lh] ${STAGEDIR}${OTRSDIR}/scripts/
+ ${INSTALL_DATA} ${WRKSRC}/scripts/apache* \
+ ${WRKSRC}/scripts/*.sql ${STAGEDIR}${OTRSDIR}/scripts/
+ ${INSTALL_DATA} ${WRKSRC}/scripts/database/update/*.* ${STAGEDIR}${OTRSDIR}/scripts/database/update/
+ ${INSTALL_DATA} ${WRKSRC}/scripts/database/*.* ${STAGEDIR}${OTRSDIR}/scripts/database/
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/test/*.t ${STAGEDIR}${OTRSDIR}/scripts/test/
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/tools/*.pl ${STAGEDIR}${OTRSDIR}/scripts/tools/
.if ${PORT_OPTIONS:MDOCS}
- @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
- @${MKDIR} ${DOCS_DIRS_LIST:S!^!${DOCSDIR}/!}
- @${INSTALL_DATA} ${DOCS_FILES_LIST:S!^!${WRKSRC}/!} ${DOCSDIR}/
+ ${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
+.for D in ${DOCS_DIRS_LIST:S!^!${DOCSDIR}/!}
+ ${MKDIR} ${STAGEDIR}${D}
+.endfor
+ ${INSTALL_DATA} ${DOCS_FILES_LIST:S!^!${WRKSRC}/!} ${STAGEDIR}${DOCSDIR}/
.for D in ${DOCS_DIRS_LIST}
- @${INSTALL_DATA} ${WRKSRC}/doc/${D}/*.* ${DOCSDIR}/${D}/
+ ${INSTALL_DATA} ${WRKSRC}/doc/${D}/*.* ${STAGEDIR}${DOCSDIR}/${D}/
.endfor
.endif
- @${FIND} ${CRON_SCRIPTS} -type f -name *.dist | ${SED} -e "p;s/\.dist//" | ${XARGS} -n2 ${MV}
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ ${FIND} ${CRON_SCRIPTS} -type f -name *.dist | ${SED} -e "p;s/\.dist//" | ${XARGS} -n2 ${MV}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/var/article
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/var/httpd/htdocs/js/js-cache/
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/var/tmp
x-generate-plist:
(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
Modified: head/www/otrs/distinfo
==============================================================================
--- head/devel/otrs/distinfo Sun Apr 27 21:54:54 2014 (r352465)
+++ head/www/otrs/distinfo Mon Apr 28 01:02:44 2014 (r352466)
@@ -1,2 +1,2 @@
-SHA256 (otrs-3.3.5.tar.bz2) = acdc2d0b33282d3c2eed42af60eea609a7eb069ed1f51c0e85c2be9963619efc
-SIZE (otrs-3.3.5.tar.bz2) = 20125469
+SHA256 (otrs-3.3.6.tar.bz2) = de170be028a15828810e332f8de9a90820b8b5a8bab40e79ebec6459680715ae
+SIZE (otrs-3.3.6.tar.bz2) = 20193699
Modified: head/www/otrs/pkg-plist
==============================================================================
--- head/devel/otrs/pkg-plist Sun Apr 27 21:54:54 2014 (r352465)
+++ head/www/otrs/pkg-plist Mon Apr 28 01:02:44 2014 (r352466)
@@ -1,18 +1,18 @@
otrs/.fetchmailrc.dist
otrs/.mailfilter.dist
otrs/.procmailrc.dist
- at unexec if cmp -s %D/otrs/Kernel/Config.pm %D/otrs/Kernel/Config.pm.dist; then rm -f %D/otrs/Kernel/Config.pm; fi
+ at unexec if cmp -s %D/otrs/Kernel/Config.pm.dist %D/otrs/Kernel/Config.pm; then rm -f %D/otrs/Kernel/Config.pm; fi
otrs/Kernel/Config.pm.dist
- at exec [ -f %B/Config.pm ] || cp %B/%f %B/Config.pm
+ at exec if [ ! -f %B/Config.pm ] ; then cp -p %D/%F %B/Config.pm; fi
otrs/Kernel/Config/Defaults.pm
otrs/Kernel/Config/Files/Framework.xml
otrs/Kernel/Config/Files/GenericInterface.xml
otrs/Kernel/Config/Files/ProcessManagement.xml
otrs/Kernel/Config/Files/Scheduler.xml
otrs/Kernel/Config/Files/Ticket.xml
- at unexec if cmp -s %D/otrs/Kernel/Config/GenericAgent.pm %D/otrs/Kernel/Config/GenericAgent.pm.dist; then rm -f %D/otrs/Kernel/Config/GenericAgent.pm; fi
+ at unexec if cmp -s %D/otrs/Kernel/Config/GenericAgent.pm.dist %D/otrs/Kernel/Config/GenericAgent.pm; then rm -f %D/otrs/Kernel/Config/GenericAgent.pm; fi
otrs/Kernel/Config/GenericAgent.pm.dist
- at exec [ -f %B/GenericAgent.pm ] || cp %B/%f %B/GenericAgent.pm
+ at exec if [ ! -f %D/otrs/Kernel/Config/GenericAgent.pm ] ; then cp -p %D/%F %B/GenericAgent.pm ; fi
otrs/Kernel/Config/GenericAgent.pm.examples
otrs/Kernel/GenericInterface/Debugger.pm
otrs/Kernel/GenericInterface/Event/Handler.pm
@@ -136,6 +136,7 @@ otrs/Kernel/Modules/AdminSalutation.pm
otrs/Kernel/Modules/AdminScheduler.pm
otrs/Kernel/Modules/AdminSelectBox.pm
otrs/Kernel/Modules/AdminService.pm
+otrs/Kernel/Modules/AdminServiceCenter.pm
otrs/Kernel/Modules/AdminSession.pm
otrs/Kernel/Modules/AdminSignature.pm
otrs/Kernel/Modules/AdminState.pm
@@ -209,6 +210,7 @@ otrs/Kernel/Modules/Installer.pm
otrs/Kernel/Modules/PictureUpload.pm
otrs/Kernel/Modules/PublicDefault.pm
otrs/Kernel/Modules/PublicRepository.pm
+otrs/Kernel/Modules/PublicSupportDataCollector.pm
otrs/Kernel/Modules/SpellingInline.pm
otrs/Kernel/Modules/Test.pm
otrs/Kernel/Output/HTML/ArticleAttachmentDownload.pm
@@ -280,6 +282,7 @@ otrs/Kernel/Output/HTML/Standard/AAACale
otrs/Kernel/Output/HTML/Standard/AAAGenericInterface.dtl
otrs/Kernel/Output/HTML/Standard/AAAMonth.dtl
otrs/Kernel/Output/HTML/Standard/AAAPreferences.dtl
+otrs/Kernel/Output/HTML/Standard/AAASupportDataCollector.dtl
otrs/Kernel/Output/HTML/Standard/AAAStats.dtl
otrs/Kernel/Output/HTML/Standard/AAATicket.dtl
otrs/Kernel/Output/HTML/Standard/AAAWeekDay.dtl
@@ -344,6 +347,7 @@ otrs/Kernel/Output/HTML/Standard/AdminSc
otrs/Kernel/Output/HTML/Standard/AdminSecureMode.dtl
otrs/Kernel/Output/HTML/Standard/AdminSelectBox.dtl
otrs/Kernel/Output/HTML/Standard/AdminService.dtl
+otrs/Kernel/Output/HTML/Standard/AdminServiceCenterSupportDataCollector.dtl
otrs/Kernel/Output/HTML/Standard/AdminSession.dtl
otrs/Kernel/Output/HTML/Standard/AdminSignature.dtl
otrs/Kernel/Output/HTML/Standard/AdminState.dtl
@@ -630,6 +634,7 @@ otrs/Kernel/System/NotificationEvent.pm
otrs/Kernel/System/PDF.pm
otrs/Kernel/System/PID.pm
otrs/Kernel/System/Package.pm
+otrs/Kernel/System/Package/Event/SupportDataSend.pm
otrs/Kernel/System/PostMaster.pm
otrs/Kernel/System/PostMaster/DestQueue.pm
otrs/Kernel/System/PostMaster/Filter.pm
@@ -764,6 +769,52 @@ otrs/Kernel/System/Web/UploadCache/FS.pm
otrs/Kernel/System/WebUserAgent.pm
otrs/Kernel/System/XML.pm
otrs/Kernel/System/YAML.pm
+otrs/Kernel/System/SupportDataCollector.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/TablePresence.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mssql/Size.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mssql/Version.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Charset.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/MaxAllowedPacket.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Performance.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Size.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/StorageEngine.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/TableStatus.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Version.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/oracle/NLS.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/oracle/Version.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql/Charset.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql/DateStyle.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql/Size.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql/Version.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OS/DiskPartitionOTRS.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OS/DiskSpace.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OS/DiskSpacePartitions.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OS/Distribution.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OS/KernelVersion.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OS/Load.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OS/PerlModules.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OS/PerlVersion.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OS/Swap.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/ConfigSettings.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/DatabaseRecords.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/DefaultSOAPUser.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/DefaultUser.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/ErrorLog.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/FQDN.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/FileSystemWritable.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/PackageDeployment.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/PackageList.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/SystemID.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/IndexModule.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/OpenTickets.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/SearchIndexModule.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/StaticDBOrphanedRecords.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Version.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/Performance.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/EnvironmentVariables.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/IIS/Performance.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Version.pm
+otrs/Kernel/System/SupportDataCollector/PluginBase.pm
otrs/ARCHIVE
otrs/RELEASE
otrs/bin/Cron.sh
@@ -831,6 +882,7 @@ otrs/bin/otrs.RebuildEscalationIndex.pl
otrs/bin/otrs.RebuildFulltextIndex.pl
otrs/bin/otrs.RebuildTicketIndex.pl
otrs/bin/otrs.RefreshSMIMEKeys.pl
+otrs/bin/otrs.RegistrationUpdate.pl
otrs/bin/otrs.ReprocessMails.pl
otrs/bin/otrs.Scheduler.pl
otrs/bin/otrs.Scheduler4win.pl
@@ -931,6 +983,7 @@ otrs/scripts/test/StandardResponse.t
otrs/scripts/test/State.t
otrs/scripts/test/Stats.t
otrs/scripts/test/StdAttachment.t
+otrs/scripts/test/SupportDataCollector.t
otrs/scripts/test/SysConfig.t
otrs/scripts/test/SystemAddress.t
otrs/scripts/test/SystemData.t
@@ -1963,6 +2016,7 @@ otrs/var/httpd/htdocs/skins/Agent/defaul
otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.PerformanceLog.css
otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.ProcessManagement.css
otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.Registration.css
+otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.ServiceCenter.css
otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.SysConfig.css
otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.css
otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.CustomerUser.Google.css
@@ -2207,7 +2261,6 @@ otrs/var/httpd/htdocs/skins/Customer/def
otrs/var/httpd/htdocs/skins/Customer/default/img/zoomexpandone.png
@unexec [ -s %D/otrs/var/log/TicketCounter.log ] || rm -f %D/otrs/var/log/TicketCounter.log
otrs/var/logo-otrs.png
-otrs/var/packages/Support-1.5.4.opm
otrs/var/stats/ListOfOpenTicketsSortedByTimeLeftUntilEscalationDeadlineExpires.de.xml
otrs/var/stats/ListOfOpenTicketsSortedByTimeLeftUntilEscalationDeadlineExpires.en.xml
otrs/var/stats/ListOfOpenTicketsSortedByTimeLeftUntilResponseDeadlineExpires.de.xml
@@ -2231,6 +2284,7 @@ otrs/var/stats/Stats.StatusActionOvervie
otrs/var/stats/Stats.TicketOverview.de.xml
otrs/var/stats/Stats.TicketOverview.en.xml
%%PORTDOCS%%%%DOCSDIR%%/manual/en/otrs_admin_book.pdf
+ at exec chown -R %%OTRS_USER%%:%%WWWOWN%% %D/otrs
@dirrmtry otrs/var/tmp
@dirrmtry otrs/var/stats
@dirrmtry otrs/var/spool
@@ -2489,6 +2543,19 @@ otrs/var/stats/Stats.TicketOverview.en.x
@dirrm otrs/Kernel/System/Ticket/Acl
@dirrm otrs/Kernel/System/Ticket
@dirrm otrs/Kernel/System/SysConfig
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/IIS
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/Webserver
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/OS
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/Database/oracle
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/Database/mssql
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin/Database
+ at dirrm otrs/Kernel/System/SupportDataCollector/Plugin
+ at dirrm otrs/Kernel/System/SupportDataCollector
@dirrm otrs/Kernel/System/Stats/Static
@dirrm otrs/Kernel/System/Stats/Dynamic
@dirrm otrs/Kernel/System/Stats
@@ -2504,6 +2571,8 @@ otrs/var/stats/Stats.TicketOverview.en.x
@dirrm otrs/Kernel/System/PostMaster/LoopProtection
@dirrm otrs/Kernel/System/PostMaster/Filter
@dirrm otrs/Kernel/System/PostMaster
+ at dirrm otrs/Kernel/System/Package/Event
+ at dirrm otrs/Kernel/System/Package
@dirrm otrs/Kernel/System/MailAccount
@dirrm otrs/Kernel/System/Log
@dirrm otrs/Kernel/System/LinkObject
More information about the svn-ports-all
mailing list