From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 5 15:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC6E6106564A for ; Sun, 5 Aug 2012 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 898298FC0A for ; Sun, 5 Aug 2012 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q75Fe1VV043379 for ; Sun, 5 Aug 2012 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q75Fe1cB043378; Sun, 5 Aug 2012 15:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 5 Aug 2012 15:40:01 GMT Resent-Message-Id: <201208051540.q75Fe1cB043378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Schneider Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B04531065672 for ; Sun, 5 Aug 2012 15:37:16 +0000 (UTC) (envelope-from helmut@charlieroot.de) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by mx1.freebsd.org (Postfix) with ESMTP id 058198FC0A for ; Sun, 5 Aug 2012 15:37:15 +0000 (UTC) Received: from fwd14.aul.t-online.de (fwd14.aul.t-online.de ) by mailout11.t-online.de with smtp id 1Sy2eb-0001t7-FG; Sun, 05 Aug 2012 17:22:05 +0200 Received: from mailout.charlieroot.de (rI1J+GZlwhdRtRVCPf8tsPg2ojQ3ab5S9jxu7HM9X6A0K4XgqgB80uI5l7z0QUcwcD@[93.205.116.189]) by fwd14.aul.t-online.de with esmtp id 1Sy2eT-04pjJA0; Sun, 5 Aug 2012 17:21:57 +0200 Received: from BSDHelmut964.charlieroot.de (unknown [IPv6:2001:6f8:1013:1::202]) by mailout.charlieroot.de (Postfix) with ESMTP id DF2B217047; Sun, 5 Aug 2012 17:21:56 +0200 (CEST) Received: by BSDHelmut964.charlieroot.de (Postfix, from userid 1001) id C3B0D18331; Sun, 5 Aug 2012 17:21:56 +0200 (CEST) Message-Id: <20120805152156.C3B0D18331@BSDHelmut964.charlieroot.de> Date: Sun, 5 Aug 2012 17:21:56 +0200 (CEST) From: Helmut Schneider To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chris@smartt.com Subject: ports/170391: [PATCH] net-mgmt/nagiosql: update to 3.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2012 15:40:01 -0000 >Number: 170391 >Category: ports >Synopsis: [PATCH] net-mgmt/nagiosql: update to 3.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 05 15:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Helmut Schneider >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD BSDHelmut964.charlieroot.de 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 >Description: - Update to 3.2.0 Port maintainer (chris@smartt.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- nagiosql-3.2.0.patch begins here --- diff -ruN --exclude=CVS ../nagiosql.org/Makefile ./Makefile --- ../nagiosql.org/Makefile 2011-06-26 09:03:42.000000000 +0200 +++ ./Makefile 2012-08-05 17:18:31.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= nagiosql -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= net-mgmt www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NagiosQL%20${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} @@ -14,11 +14,11 @@ MAINTAINER= chris@smartt.com COMMENT= A web based administration tool for Nagios +LICENSE= GPLv2 + RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios \ ${PEARDIR}/HTML/Template/IT.php:${PORTSDIR}/devel/pear-HTML_Template_IT -LICENSE= GPLv2 - USE_BZIP2= yes USE_MYSQL= yes USE_GETTEXT= yes @@ -48,7 +48,7 @@ do-install: ${MKDIR} ${WWWDIR} - ${CP} -R ${WRKSRC}/${PORTNAME}/ ${WWWDIR} + ${CP} -R ${WRKSRC}/${PORTNAME}32/ ${WWWDIR} ${CHOWN} ${WWWOWN}:${WWWGROUP} ${WWWDIR}/config post-install: diff -ruN --exclude=CVS ../nagiosql.org/distinfo ./distinfo --- ../nagiosql.org/distinfo 2012-08-05 17:17:46.000000000 +0200 +++ ./distinfo 2012-08-05 17:18:36.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (nagiosql_311.tar.bz2) = 1664701d5b114dfce4716d3644ebc399e50ef9a6478f7282ca3c92abd40e7814 -SIZE (nagiosql_311.tar.bz2) = 978963 +SHA256 (nagiosql_320.tar.bz2) = a5259d2342752949f005533eec5a68c10e7476b83f192e972d9edcd3ec92d5d1 +SIZE (nagiosql_320.tar.bz2) = 921396 diff -ruN --exclude=CVS ../nagiosql.org/pkg-plist ./pkg-plist --- ../nagiosql.org/pkg-plist 2011-06-26 09:03:42.000000000 +0200 +++ ./pkg-plist 2012-08-05 17:19:03.000000000 +0200 @@ -5,12 +5,13 @@ %%WWWDIR%%/admin/checkcommands.php %%WWWDIR%%/admin/commandline.php %%WWWDIR%%/admin/commands.php +%%WWWDIR%%/admin/configtargets.php %%WWWDIR%%/admin/contactgroups.php %%WWWDIR%%/admin/contacts.php %%WWWDIR%%/admin/contacttemplates.php +%%WWWDIR%%/admin/datadomain.php %%WWWDIR%%/admin/delbackup.php %%WWWDIR%%/admin/delconfig.php -%%WWWDIR%%/admin/domain.php %%WWWDIR%%/admin/download.php %%WWWDIR%%/admin/group.php %%WWWDIR%%/admin/groupusers.php @@ -38,6 +39,7 @@ %%WWWDIR%%/admin/servicetemplates.php %%WWWDIR%%/admin/settings.php %%WWWDIR%%/admin/specials.php +%%WWWDIR%%/admin/support.php %%WWWDIR%%/admin/templatedefinitions.php %%WWWDIR%%/admin/timedefinitions.php %%WWWDIR%%/admin/timeperiods.php @@ -45,6 +47,8 @@ %%WWWDIR%%/admin/user.php %%WWWDIR%%/admin/variabledefinitions.php %%WWWDIR%%/admin/verify.php +%%WWWDIR%%/admin/versioncheck.php +%%WWWDIR%%/config/content.css %%WWWDIR%%/config/fieldvars.php %%WWWDIR%%/config/locale/da_DK/LC_MESSAGES/da_DK.mo %%WWWDIR%%/config/locale/da_DK/LC_MESSAGES/da_DK.po @@ -58,10 +62,6 @@ %%WWWDIR%%/config/locale/en_GB/LC_MESSAGES/en_GB.po %%WWWDIR%%/config/locale/en_GB/LC_MESSAGES/index.html %%WWWDIR%%/config/locale/en_GB/index.html -%%WWWDIR%%/config/locale/es_AR/LC_MESSAGES/es_AR.mo -%%WWWDIR%%/config/locale/es_AR/LC_MESSAGES/es_AR.po -%%WWWDIR%%/config/locale/es_AR/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/es_AR/index.html %%WWWDIR%%/config/locale/es_ES/LC_MESSAGES/es_ES.mo %%WWWDIR%%/config/locale/es_ES/LC_MESSAGES/es_ES.po %%WWWDIR%%/config/locale/es_ES/LC_MESSAGES/index.html @@ -74,18 +74,10 @@ %%WWWDIR%%/config/locale/it_IT/LC_MESSAGES/it_IT.mo %%WWWDIR%%/config/locale/it_IT/LC_MESSAGES/it_IT.po %%WWWDIR%%/config/locale/it_IT/index.html -%%WWWDIR%%/config/locale/ja_JP/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/ja_JP/LC_MESSAGES/ja_JP.mo -%%WWWDIR%%/config/locale/ja_JP/LC_MESSAGES/ja_JP.po -%%WWWDIR%%/config/locale/ja_JP/index.html %%WWWDIR%%/config/locale/nl_NL/LC_MESSAGES/index.html %%WWWDIR%%/config/locale/nl_NL/LC_MESSAGES/nl_NL.mo %%WWWDIR%%/config/locale/nl_NL/LC_MESSAGES/nl_NL.po %%WWWDIR%%/config/locale/nl_NL/index.html -%%WWWDIR%%/config/locale/pl_PL/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/pl_PL/LC_MESSAGES/pl_PL.mo -%%WWWDIR%%/config/locale/pl_PL/LC_MESSAGES/pl_PL.po -%%WWWDIR%%/config/locale/pl_PL/index.html %%WWWDIR%%/config/locale/pt_BR/LC_MESSAGES/index.html %%WWWDIR%%/config/locale/pt_BR/LC_MESSAGES/pt_BR.mo %%WWWDIR%%/config/locale/pt_BR/LC_MESSAGES/pt_BR.po @@ -99,14 +91,22 @@ %%WWWDIR%%/config/locale/zh_CN/LC_MESSAGES/zh_CN.po %%WWWDIR%%/config/locale/zh_CN/index.html %%WWWDIR%%/config/main.css +%%WWWDIR%%/doc/CHANGELOG +%%WWWDIR%%/doc/INSTALLATION_deDE.txt +%%WWWDIR%%/doc/INSTALLATION_enGB.txt +%%WWWDIR%%/doc/LICENSE +%%WWWDIR%%/doc/LIZENZ +%%WWWDIR%%/doc/README_SSH_KEY %%WWWDIR%%/favicon.ico %%WWWDIR%%/functions/common.js %%WWWDIR%%/functions/config_class.php +%%WWWDIR%%/functions/content_class.php %%WWWDIR%%/functions/data_class.php %%WWWDIR%%/functions/import_class.php %%WWWDIR%%/functions/mysql_class.php %%WWWDIR%%/functions/nag_class.php %%WWWDIR%%/functions/prepend_adm.php +%%WWWDIR%%/functions/prepend_content.php %%WWWDIR%%/functions/prepend_scripting.php %%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/langs/en.js %%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/license.txt @@ -208,13 +208,21 @@ %%WWWDIR%%/functions/yui/build/container/assets/tip16_1.gif %%WWWDIR%%/functions/yui/build/container/assets/warn16_1.gif %%WWWDIR%%/functions/yui/build/container/container-min.js +%%WWWDIR%%/functions/yui/build/datasource/datasource-min.js +%%WWWDIR%%/functions/yui/build/datatable/assets/skins/sam/datatable.css +%%WWWDIR%%/functions/yui/build/datatable/assets/skins/sam/dt-arrow-dn.png +%%WWWDIR%%/functions/yui/build/datatable/assets/skins/sam/dt-arrow-up.png +%%WWWDIR%%/functions/yui/build/datatable/datatable-min.js %%WWWDIR%%/functions/yui/build/element/element-min.js +%%WWWDIR%%/functions/yui/build/event-delegate/event-delegate-min.js %%WWWDIR%%/functions/yui/build/fonts/fonts-min.css +%%WWWDIR%%/functions/yui/build/json/json-min.js +%%WWWDIR%%/functions/yui/build/paginator/assets/skins/sam/paginator.css +%%WWWDIR%%/functions/yui/build/paginator/paginator-min.js %%WWWDIR%%/functions/yui/build/tabview/assets/skins/sam/tabview.css %%WWWDIR%%/functions/yui/build/tabview/tabview-min.js %%WWWDIR%%/functions/yui/build/utilities/utilities.js %%WWWDIR%%/functions/yui/build/yahoo-dom-event/yahoo-dom-event.js -%%WWWDIR%%/images/admin.png %%WWWDIR%%/images/bg_menu_aktiv.png %%WWWDIR%%/images/bg_menu_inaktiv.png %%WWWDIR%%/images/bg_submenu.png @@ -223,67 +231,51 @@ %%WWWDIR%%/images/copy.gif %%WWWDIR%%/images/del.png %%WWWDIR%%/images/delete.gif +%%WWWDIR%%/images/donate.png +%%WWWDIR%%/images/donate_2.png %%WWWDIR%%/images/down.gif %%WWWDIR%%/images/download.gif %%WWWDIR%%/images/edit.gif %%WWWDIR%%/images/exclude_01.gif -%%WWWDIR%%/images/exclude_02.gif -%%WWWDIR%%/images/exclude_03.gif %%WWWDIR%%/images/info.gif %%WWWDIR%%/images/input.png %%WWWDIR%%/images/inputlock.png %%WWWDIR%%/images/inputmust.png -%%WWWDIR%%/images/left.gif -%%WWWDIR%%/images/login-form.png -%%WWWDIR%%/images/logo_top.png +%%WWWDIR%%/images/loader.gif %%WWWDIR%%/images/lupe.gif %%WWWDIR%%/images/menu.gif -%%WWWDIR%%/images/menu_bg.png -%%WWWDIR%%/images/menu_bg2.png -%%WWWDIR%%/images/menusub_bg.png %%WWWDIR%%/images/mut.gif %%WWWDIR%%/images/nagiosql_logo.png %%WWWDIR%%/images/pfeil_l.gif %%WWWDIR%%/images/pfeil_r.gif -%%WWWDIR%%/images/pfeil_r_red.gif %%WWWDIR%%/images/pixel.gif -%%WWWDIR%%/images/right.gif +%%WWWDIR%%/images/sort_asc.png +%%WWWDIR%%/images/sort_desc.png %%WWWDIR%%/images/tip.gif -%%WWWDIR%%/images/tip.png %%WWWDIR%%/images/up.gif -%%WWWDIR%%/images/upArrow.png %%WWWDIR%%/images/write.gif %%WWWDIR%%/index.php -%%WWWDIR%%/install/css/cmxform.css -%%WWWDIR%%/install/css/core.css -%%WWWDIR%%/install/css/index.html %%WWWDIR%%/install/css/install.css -%%WWWDIR%%/install/css/reset.css -%%WWWDIR%%/install/css/screen.css -%%WWWDIR%%/install/doc/INSTALLATION_deDE.txt -%%WWWDIR%%/install/doc/INSTALLATION_enGB.txt -%%WWWDIR%%/install/doc/README_SSH_KEY -%%WWWDIR%%/install/functions/func_installer.php -%%WWWDIR%%/install/functions/index.html +%%WWWDIR%%/install/functions/initial_settings.php +%%WWWDIR%%/install/functions/install_class.php +%%WWWDIR%%/install/functions/prepend_install.php %%WWWDIR%%/install/images/background.png %%WWWDIR%%/install/images/body_background.png -%%WWWDIR%%/install/images/cmxform-divider.gif -%%WWWDIR%%/install/images/cmxform-fieldset.gif %%WWWDIR%%/install/images/favicon.ico %%WWWDIR%%/install/images/index-install.png %%WWWDIR%%/install/images/index-update.png %%WWWDIR%%/install/images/index.html +%%WWWDIR%%/install/images/input.png +%%WWWDIR%%/install/images/inputlock.png +%%WWWDIR%%/install/images/inputmust.png %%WWWDIR%%/install/images/install.png %%WWWDIR%%/install/images/invalid.png -%%WWWDIR%%/install/images/minus.png %%WWWDIR%%/install/images/nagiosql.png %%WWWDIR%%/install/images/next.png %%WWWDIR%%/install/images/onlinehelp.png %%WWWDIR%%/install/images/pixel.gif -%%WWWDIR%%/install/images/plus.png %%WWWDIR%%/install/images/previous.png %%WWWDIR%%/install/images/reload.png -%%WWWDIR%%/install/images/skip.png %%WWWDIR%%/install/images/step1_active.png %%WWWDIR%%/install/images/step1_deactive.png %%WWWDIR%%/install/images/step2_active.png @@ -296,47 +288,41 @@ %%WWWDIR%%/install/images/warning.png %%WWWDIR%%/install/index.php %%WWWDIR%%/install/install.php -%%WWWDIR%%/install/js/cmxform.js -%%WWWDIR%%/install/js/index.html -%%WWWDIR%%/install/js/jquery.js -%%WWWDIR%%/install/js/prototype.js -%%WWWDIR%%/install/js/validation.js -%%WWWDIR%%/install/js/yh_tooltip.js %%WWWDIR%%/install/sql/import_nagios_sample.sql -%%WWWDIR%%/install/sql/index.html -%%WWWDIR%%/install/sql/nagiosQL_v31_db_mysql.sql -%%WWWDIR%%/install/sql/update_200_202.sql -%%WWWDIR%%/install/sql/update_202_302.sql +%%WWWDIR%%/install/sql/nagiosQL_v32_db_mysql.sql %%WWWDIR%%/install/sql/update_300_301.sql -%%WWWDIR%%/install/sql/update_300b1_300b2.sql -%%WWWDIR%%/install/sql/update_300b2_300rc1.sql -%%WWWDIR%%/install/sql/update_300rc1_300.sql +%%WWWDIR%%/install/sql/update_300_310.sql %%WWWDIR%%/install/sql/update_301_302.sql %%WWWDIR%%/install/sql/update_302_303.sql %%WWWDIR%%/install/sql/update_303_304.sql %%WWWDIR%%/install/sql/update_304_310.sql -%%WWWDIR%%/install/sql/update_304_310b1.sql %%WWWDIR%%/install/sql/update_310_311.sql -%%WWWDIR%%/install/sql/update_310b1_310b2.sql -%%WWWDIR%%/install/sql/update_310b2_310b3.sql -%%WWWDIR%%/install/sql/update_310b3_310rc1.sql -%%WWWDIR%%/install/sql/update_310rc1_310.sql -%%WWWDIR%%/install/status.php +%%WWWDIR%%/install/sql/update_310_320.sql +%%WWWDIR%%/install/sql/update_311_320.sql %%WWWDIR%%/install/step1.php %%WWWDIR%%/install/step2.php %%WWWDIR%%/install/step3.php +%%WWWDIR%%/install/templates/index.tpl.htm +%%WWWDIR%%/install/templates/install.tpl.htm +%%WWWDIR%%/install/templates/step1.tpl.htm +%%WWWDIR%%/install/templates/step2.tpl.htm +%%WWWDIR%%/install/templates/step3.tpl.htm %%WWWDIR%%/libraries/pear/HTML/Template/IT.php %%WWWDIR%%/libraries/pear/HTML/Template/ITX.php %%WWWDIR%%/libraries/pear/HTML/Template/IT_Error.php +%%WWWDIR%%/libraries/pear/JSON/JSON.php +%%WWWDIR%%/libraries/pear/JSON/index.html %%WWWDIR%%/libraries/pear/PEAR.php %%WWWDIR%%/libraries/pear/PEAR5.php %%WWWDIR%%/libraries/pear/index.html %%WWWDIR%%/scripts/do_config.php %%WWWDIR%%/templates/admin/admin_master.tpl.htm %%WWWDIR%%/templates/admin/checkcommands.tpl.htm +%%WWWDIR%%/templates/admin/configtargets.tpl.htm %%WWWDIR%%/templates/admin/contactgroups.tpl.htm %%WWWDIR%%/templates/admin/contacts.tpl.htm %%WWWDIR%%/templates/admin/contacttemplates.tpl.htm +%%WWWDIR%%/templates/admin/datadomain.tpl.htm %%WWWDIR%%/templates/admin/delbackup.tpl.htm %%WWWDIR%%/templates/admin/domain.tpl.htm %%WWWDIR%%/templates/admin/group.tpl.htm @@ -358,6 +344,7 @@ %%WWWDIR%%/templates/admin/services.tpl.htm %%WWWDIR%%/templates/admin/servicetemplates.tpl.htm %%WWWDIR%%/templates/admin/settings.tpl.htm +%%WWWDIR%%/templates/admin/support.tpl.htm %%WWWDIR%%/templates/admin/timeperiods.tpl.htm %%WWWDIR%%/templates/admin/user.tpl.htm %%WWWDIR%%/templates/admin/verify.tpl.htm @@ -384,15 +371,15 @@ @dirrm %%WWWDIR%%/templates/admin @dirrm %%WWWDIR%%/templates @dirrm %%WWWDIR%%/scripts +@dirrm %%WWWDIR%%/libraries/pear/JSON @dirrm %%WWWDIR%%/libraries/pear/HTML/Template @dirrm %%WWWDIR%%/libraries/pear/HTML @dirrm %%WWWDIR%%/libraries/pear @dirrm %%WWWDIR%%/libraries +@dirrm %%WWWDIR%%/install/templates @dirrm %%WWWDIR%%/install/sql -@dirrm %%WWWDIR%%/install/js @dirrm %%WWWDIR%%/install/images @dirrm %%WWWDIR%%/install/functions -@dirrm %%WWWDIR%%/install/doc @dirrm %%WWWDIR%%/install/css @dirrm %%WWWDIR%%/install @dirrm %%WWWDIR%%/images @@ -402,8 +389,19 @@ @dirrm %%WWWDIR%%/functions/yui/build/tabview/assets/skins @dirrm %%WWWDIR%%/functions/yui/build/tabview/assets @dirrm %%WWWDIR%%/functions/yui/build/tabview +@dirrm %%WWWDIR%%/functions/yui/build/paginator/assets/skins/sam +@dirrm %%WWWDIR%%/functions/yui/build/paginator/assets/skins +@dirrm %%WWWDIR%%/functions/yui/build/paginator/assets +@dirrm %%WWWDIR%%/functions/yui/build/paginator +@dirrm %%WWWDIR%%/functions/yui/build/json @dirrm %%WWWDIR%%/functions/yui/build/fonts +@dirrm %%WWWDIR%%/functions/yui/build/event-delegate @dirrm %%WWWDIR%%/functions/yui/build/element +@dirrm %%WWWDIR%%/functions/yui/build/datatable/assets/skins/sam +@dirrm %%WWWDIR%%/functions/yui/build/datatable/assets/skins +@dirrm %%WWWDIR%%/functions/yui/build/datatable/assets +@dirrm %%WWWDIR%%/functions/yui/build/datatable +@dirrm %%WWWDIR%%/functions/yui/build/datasource @dirrm %%WWWDIR%%/functions/yui/build/container/assets/skins/sam @dirrm %%WWWDIR%%/functions/yui/build/container/assets/skins @dirrm %%WWWDIR%%/functions/yui/build/container/assets @@ -449,26 +447,21 @@ @dirrm %%WWWDIR%%/functions/tinyMCE/jscripts @dirrm %%WWWDIR%%/functions/tinyMCE @dirrm %%WWWDIR%%/functions +@dirrm %%WWWDIR%%/doc @dirrm %%WWWDIR%%/config/locale/zh_CN/LC_MESSAGES @dirrm %%WWWDIR%%/config/locale/zh_CN @dirrm %%WWWDIR%%/config/locale/ru_RU/LC_MESSAGES @dirrm %%WWWDIR%%/config/locale/ru_RU @dirrm %%WWWDIR%%/config/locale/pt_BR/LC_MESSAGES @dirrm %%WWWDIR%%/config/locale/pt_BR -@dirrm %%WWWDIR%%/config/locale/pl_PL/LC_MESSAGES -@dirrm %%WWWDIR%%/config/locale/pl_PL @dirrm %%WWWDIR%%/config/locale/nl_NL/LC_MESSAGES @dirrm %%WWWDIR%%/config/locale/nl_NL -@dirrm %%WWWDIR%%/config/locale/ja_JP/LC_MESSAGES -@dirrm %%WWWDIR%%/config/locale/ja_JP @dirrm %%WWWDIR%%/config/locale/it_IT/LC_MESSAGES @dirrm %%WWWDIR%%/config/locale/it_IT @dirrm %%WWWDIR%%/config/locale/fr_FR/LC_MESSAGES @dirrm %%WWWDIR%%/config/locale/fr_FR @dirrm %%WWWDIR%%/config/locale/es_ES/LC_MESSAGES @dirrm %%WWWDIR%%/config/locale/es_ES -@dirrm %%WWWDIR%%/config/locale/es_AR/LC_MESSAGES -@dirrm %%WWWDIR%%/config/locale/es_AR @dirrm %%WWWDIR%%/config/locale/en_GB/LC_MESSAGES @dirrm %%WWWDIR%%/config/locale/en_GB @dirrm %%WWWDIR%%/config/locale/de_DE/LC_MESSAGES --- nagiosql-3.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: