From owner-svn-ports-head@FreeBSD.ORG Wed Mar 26 16:54:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C92732C4; Wed, 26 Mar 2014 16:54:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3CEDC65; Wed, 26 Mar 2014 16:54:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QGsTRM083598; Wed, 26 Mar 2014 16:54:29 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2QGsT6I083596; Wed, 26 Mar 2014 16:54:29 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201403261654.s2QGsT6I083596@svn.freebsd.org> From: Chris Rees Date: Wed, 26 Mar 2014 16:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349267 - head/mail/sympa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 16:54:29 -0000 Author: crees Date: Wed Mar 26 16:54:29 2014 New Revision: 349267 URL: http://svnweb.freebsd.org/changeset/ports/349267 QAT: https://qat.redports.org/buildarchive/r349267/ Log: Fix leftovers. While here, change ${RMDIR} to rmdir in pkg-plist-- these were detected falsely as leftovers Reported by: swills Modified: head/mail/sympa/Makefile head/mail/sympa/pkg-plist Modified: head/mail/sympa/Makefile ============================================================================== --- head/mail/sympa/Makefile Wed Mar 26 16:23:26 2014 (r349266) +++ head/mail/sympa/Makefile Wed Mar 26 16:54:29 2014 (r349267) @@ -63,6 +63,7 @@ CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${ MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip SUB_FILES= pkg-install SUB_LIST= DB_TYPE=${DB_TYPE:L} WITH_FASTCGI=${PORT_OPTIONS:MFASTCGI} +PORTEXAMPLES= * USE_RC_SUBR= sympa @@ -136,14 +137,14 @@ pre-install: ${MKDIR} ${STAGEDIR}${ETCDIR} post-install: - for dir in $$(sort ${WRKSRC}/createddirs); do \ + for dir in $$(sort ${WRKSRC}/createddirs | ${SED} 's,^${STAGEDIR},,'); do \ ${MKDIR} -m755 ${STAGEDIR}$$dir; \ ${TOUCH} ${STAGEDIR}$$dir/.keep; \ ${ECHO_CMD} "@exec ${CHOWN} ${USERS}:${GROUPS} $${dir#${PREFIX}/}" >> ${TMPPLIST}; \ ${ECHO_CMD} "$${dir#${PREFIX}/}/.keep" >> ${TMPPLIST}; \ done; \ for dir in $$(sort -r ${WRKSRC}/createddirs); do \ - ${ECHO_CMD} "@unexec ${RMDIR} $$dir" >> ${TMPPLIST}; \ + ${ECHO_CMD} "@unexec rmdir $${dir#${STAGEDIR}} || : 2>/dev/null" >> ${TMPPLIST}; \ done ${INSTALL_DATA} ${WRKSRC}/etc_README ${STAGEDIR}/${ETCDIR} Modified: head/mail/sympa/pkg-plist ============================================================================== --- head/mail/sympa/pkg-plist Wed Mar 26 16:23:26 2014 (r349266) +++ head/mail/sympa/pkg-plist Wed Mar 26 16:54:29 2014 (r349267) @@ -4,6 +4,7 @@ etc/sympa.conf.sample @unexec cmp -s %D/etc/wwsympa.conf.sample %D/etc/wwsympa.conf && rm -f %D/etc/wwsympa.conf etc/wwsympa.conf.sample %%ETCDIR%%/data_structure.version +%%ETCDIR%%/etc_README libexec/sympa/Archive.pm libexec/sympa/Auth.pm libexec/sympa/Bounce.pm @@ -78,337 +79,11 @@ libexec/sympa/tt2.pm libexec/sympa/wwslib.pm libexec/sympa/wwsympa-wrapper.fcgi libexec/sympa/wwsympa.fcgi +man/man1/sympa_newaliases.1.gz man/man8/alias_manager.8.gz man/man8/archived.8.gz man/man8/bounced.8.gz man/man8/sympa.8.gz -%%EXAMPLESDIR%%/auth.conf -%%EXAMPLESDIR%%/ca-bundle.crt -%%EXAMPLESDIR%%/charset.conf -%%EXAMPLESDIR%%/crawlers_detection.conf -%%EXAMPLESDIR%%/create_list.conf -%%EXAMPLESDIR%%/create_list_templates/confidential/comment.tt2 -%%EXAMPLESDIR%%/create_list_templates/confidential/config.tt2 -%%EXAMPLESDIR%%/create_list_templates/discussion_list/comment.tt2 -%%EXAMPLESDIR%%/create_list_templates/discussion_list/config.tt2 -%%EXAMPLESDIR%%/create_list_templates/hotline/comment.tt2 -%%EXAMPLESDIR%%/create_list_templates/hotline/config.tt2 -%%EXAMPLESDIR%%/create_list_templates/html-news-letter/comment.tt2 -%%EXAMPLESDIR%%/create_list_templates/html-news-letter/config.tt2 -%%EXAMPLESDIR%%/create_list_templates/intranet_list/comment.tt2 -%%EXAMPLESDIR%%/create_list_templates/intranet_list/config.tt2 -%%EXAMPLESDIR%%/create_list_templates/news-letter/comment.tt2 -%%EXAMPLESDIR%%/create_list_templates/news-letter/config.tt2 -%%EXAMPLESDIR%%/create_list_templates/private_working_group/comment.tt2 -%%EXAMPLESDIR%%/create_list_templates/private_working_group/config.tt2 -%%EXAMPLESDIR%%/create_list_templates/public_web_forum/comment.tt2 -%%EXAMPLESDIR%%/create_list_templates/public_web_forum/config.tt2 -%%EXAMPLESDIR%%/edit_list.conf -%%EXAMPLESDIR%%/families/sample-auto/config.tt2 -%%EXAMPLESDIR%%/families/sample-auto/param_constraint.conf -%%EXAMPLESDIR%%/global_task_models/chk_cert_expiration.daily.task -%%EXAMPLESDIR%%/global_task_models/crl_update.daily.task -%%EXAMPLESDIR%%/global_task_models/eval_bouncers.daily.task -%%EXAMPLESDIR%%/global_task_models/expire_bounce.daily.task -%%EXAMPLESDIR%%/global_task_models/process_bouncers.weekly.task -%%EXAMPLESDIR%%/global_task_models/purge_logs_table.daily.task -%%EXAMPLESDIR%%/global_task_models/purge_one_time_ticket_table.daily.task -%%EXAMPLESDIR%%/global_task_models/purge_orphan_bounces.monthly.task -%%EXAMPLESDIR%%/global_task_models/purge_session_table.daily.task -%%EXAMPLESDIR%%/global_task_models/purge_tables.daily.task -%%EXAMPLESDIR%%/global_task_models/purge_user_table.monthly.task -%%EXAMPLESDIR%%/ldap_alias_entry.tt2 -%%EXAMPLESDIR%%/ldap_alias_manager.conf -%%EXAMPLESDIR%%/list_aliases.tt2 -%%EXAMPLESDIR%%/list_task_models/expire.yearly.task -%%EXAMPLESDIR%%/list_task_models/remind.2month.task -%%EXAMPLESDIR%%/list_task_models/remind.monthly.task -%%EXAMPLESDIR%%/list_task_models/remind.yearly.task -%%EXAMPLESDIR%%/list_task_models/sync_include.ttl.task -%%EXAMPLESDIR%%/mail_tt2/authorization_reject.tt2 -%%EXAMPLESDIR%%/mail_tt2/bye.tt2 -%%EXAMPLESDIR%%/mail_tt2/certif_warning.tt2 -%%EXAMPLESDIR%%/mail_tt2/command_report.tt2 -%%EXAMPLESDIR%%/mail_tt2/d_install_shared.tt2 -%%EXAMPLESDIR%%/mail_tt2/d_reject_shared.tt2 -%%EXAMPLESDIR%%/mail_tt2/digest.tt2 -%%EXAMPLESDIR%%/mail_tt2/digest_plain.tt2 -%%EXAMPLESDIR%%/mail_tt2/expire_deletion.tt2 -%%EXAMPLESDIR%%/mail_tt2/expire_warning1.tt2 -%%EXAMPLESDIR%%/mail_tt2/expire_warning2.tt2 -%%EXAMPLESDIR%%/mail_tt2/get_archive.tt2 -%%EXAMPLESDIR%%/mail_tt2/global_remind.tt2 -%%EXAMPLESDIR%%/mail_tt2/helpfile.tt2 -%%EXAMPLESDIR%%/mail_tt2/index_archive.tt2 -%%EXAMPLESDIR%%/mail_tt2/info_report.tt2 -%%EXAMPLESDIR%%/mail_tt2/invite.tt2 -%%EXAMPLESDIR%%/mail_tt2/list_created.tt2 -%%EXAMPLESDIR%%/mail_tt2/list_rejected.tt2 -%%EXAMPLESDIR%%/mail_tt2/list_unknown.tt2 -%%EXAMPLESDIR%%/mail_tt2/listeditor_notification.tt2 -%%EXAMPLESDIR%%/mail_tt2/listmaster_notification.tt2 -%%EXAMPLESDIR%%/mail_tt2/listowner_notification.tt2 -%%EXAMPLESDIR%%/mail_tt2/lists.tt2 -%%EXAMPLESDIR%%/mail_tt2/message_report.tt2 -%%EXAMPLESDIR%%/mail_tt2/moderate.tt2 -%%EXAMPLESDIR%%/mail_tt2/modindex.tt2 -%%EXAMPLESDIR%%/mail_tt2/reject.tt2 -%%EXAMPLESDIR%%/mail_tt2/remind.tt2 -%%EXAMPLESDIR%%/mail_tt2/removed.tt2 -%%EXAMPLESDIR%%/mail_tt2/request_auth.tt2 -%%EXAMPLESDIR%%/mail_tt2/review.tt2 -%%EXAMPLESDIR%%/mail_tt2/send_auth.tt2 -%%EXAMPLESDIR%%/mail_tt2/sendpasswd.tt2 -%%EXAMPLESDIR%%/mail_tt2/sendssopasswd.tt2 -%%EXAMPLESDIR%%/mail_tt2/stats_report.tt2 -%%EXAMPLESDIR%%/mail_tt2/summary.tt2 -%%EXAMPLESDIR%%/mail_tt2/urlized_part.tt2 -%%EXAMPLESDIR%%/mail_tt2/user_notification.tt2 -%%EXAMPLESDIR%%/mail_tt2/welcome.tt2 -%%EXAMPLESDIR%%/mail_tt2/which.tt2 -%%EXAMPLESDIR%%/mail_tt2/x509-user-cert-missing.tt2 -%%EXAMPLESDIR%%/mail_tt2/your_infected_msg.tt2 -%%EXAMPLESDIR%%/mhonarc-ressources.tt2 -%%EXAMPLESDIR%%/mime.types -%%EXAMPLESDIR%%/nrcpt_by_domain.conf -%%EXAMPLESDIR%%/scenari/access_web_archive.closed -%%EXAMPLESDIR%%/scenari/access_web_archive.intranet -%%EXAMPLESDIR%%/scenari/access_web_archive.listmaster -%%EXAMPLESDIR%%/scenari/access_web_archive.owner -%%EXAMPLESDIR%%/scenari/access_web_archive.private -%%EXAMPLESDIR%%/scenari/access_web_archive.public -%%EXAMPLESDIR%%/scenari/add.auth -%%EXAMPLESDIR%%/scenari/add.closed -%%EXAMPLESDIR%%/scenari/add.default -%%EXAMPLESDIR%%/scenari/add.owner -%%EXAMPLESDIR%%/scenari/add.owner_notify -%%EXAMPLESDIR%%/scenari/automatic_list_creation.family_owner -%%EXAMPLESDIR%%/scenari/automatic_list_creation.listmaster -%%EXAMPLESDIR%%/scenari/automatic_list_creation.public -%%EXAMPLESDIR%%/scenari/create_list.intranet -%%EXAMPLESDIR%%/scenari/create_list.listmaster -%%EXAMPLESDIR%%/scenari/create_list.public_listmaster -%%EXAMPLESDIR%%/scenari/d_edit.default -%%EXAMPLESDIR%%/scenari/d_edit.editor -%%EXAMPLESDIR%%/scenari/d_edit.owner -%%EXAMPLESDIR%%/scenari/d_edit.private -%%EXAMPLESDIR%%/scenari/d_edit.private-https -%%EXAMPLESDIR%%/scenari/d_edit.public -%%EXAMPLESDIR%%/scenari/d_read.default -%%EXAMPLESDIR%%/scenari/d_read.owner -%%EXAMPLESDIR%%/scenari/d_read.private -%%EXAMPLESDIR%%/scenari/d_read.private-https -%%EXAMPLESDIR%%/scenari/d_read.public -%%EXAMPLESDIR%%/scenari/del.auth -%%EXAMPLESDIR%%/scenari/del.closed -%%EXAMPLESDIR%%/scenari/del.default -%%EXAMPLESDIR%%/scenari/del.owner -%%EXAMPLESDIR%%/scenari/del.owner_notify -%%EXAMPLESDIR%%/scenari/global_remind.listmaster -%%EXAMPLESDIR%%/scenari/info.default -%%EXAMPLESDIR%%/scenari/info.open -%%EXAMPLESDIR%%/scenari/info.private -%%EXAMPLESDIR%%/scenari/invite.closed -%%EXAMPLESDIR%%/scenari/invite.default -%%EXAMPLESDIR%%/scenari/invite.owner -%%EXAMPLESDIR%%/scenari/invite.private -%%EXAMPLESDIR%%/scenari/invite.public -%%EXAMPLESDIR%%/scenari/remind.default -%%EXAMPLESDIR%%/scenari/remind.listmaster -%%EXAMPLESDIR%%/scenari/remind.owner -%%EXAMPLESDIR%%/scenari/review.closed -%%EXAMPLESDIR%%/scenari/review.default -%%EXAMPLESDIR%%/scenari/review.intranet -%%EXAMPLESDIR%%/scenari/review.listmaster -%%EXAMPLESDIR%%/scenari/review.owner -%%EXAMPLESDIR%%/scenari/review.private -%%EXAMPLESDIR%%/scenari/review.public -%%EXAMPLESDIR%%/scenari/send.closed -%%EXAMPLESDIR%%/scenari/send.confidential -%%EXAMPLESDIR%%/scenari/send.default -%%EXAMPLESDIR%%/scenari/send.editorkey -%%EXAMPLESDIR%%/scenari/send.editorkeyonly -%%EXAMPLESDIR%%/scenari/send.editorkeyonlyauth -%%EXAMPLESDIR%%/scenari/send.intranet -%%EXAMPLESDIR%%/scenari/send.intranetorprivate -%%EXAMPLESDIR%%/scenari/send.newsletter -%%EXAMPLESDIR%%/scenari/send.newsletterkeyonly -%%EXAMPLESDIR%%/scenari/send.private -%%EXAMPLESDIR%%/scenari/send.private_smime -%%EXAMPLESDIR%%/scenari/send.privateandeditorkey -%%EXAMPLESDIR%%/scenari/send.privateandnomultipartoreditorkey -%%EXAMPLESDIR%%/scenari/send.privatekey -%%EXAMPLESDIR%%/scenari/send.privatekeyandeditorkeyonly -%%EXAMPLESDIR%%/scenari/send.privateoreditorkey -%%EXAMPLESDIR%%/scenari/send.privateorpublickey -%%EXAMPLESDIR%%/scenari/send.public -%%EXAMPLESDIR%%/scenari/send.public_nobcc -%%EXAMPLESDIR%%/scenari/send.publickey -%%EXAMPLESDIR%%/scenari/send.publicnoattachment -%%EXAMPLESDIR%%/scenari/send.publicnomultipart -%%EXAMPLESDIR%%/scenari/spam_status.x-spam-status -%%EXAMPLESDIR%%/scenari/subscribe.auth -%%EXAMPLESDIR%%/scenari/subscribe.auth_notify -%%EXAMPLESDIR%%/scenari/subscribe.auth_owner -%%EXAMPLESDIR%%/scenari/subscribe.closed -%%EXAMPLESDIR%%/scenari/subscribe.default -%%EXAMPLESDIR%%/scenari/subscribe.intranet -%%EXAMPLESDIR%%/scenari/subscribe.intranetorowner -%%EXAMPLESDIR%%/scenari/subscribe.open -%%EXAMPLESDIR%%/scenari/subscribe.open_notify -%%EXAMPLESDIR%%/scenari/subscribe.open_quiet -%%EXAMPLESDIR%%/scenari/subscribe.owner -%%EXAMPLESDIR%%/scenari/subscribe.smime -%%EXAMPLESDIR%%/scenari/subscribe.smimeorowner -%%EXAMPLESDIR%%/scenari/topics_visibility.conceal -%%EXAMPLESDIR%%/scenari/topics_visibility.default -%%EXAMPLESDIR%%/scenari/topics_visibility.identified -%%EXAMPLESDIR%%/scenari/topics_visibility.noconceal -%%EXAMPLESDIR%%/scenari/unsubscribe.auth -%%EXAMPLESDIR%%/scenari/unsubscribe.auth_notify -%%EXAMPLESDIR%%/scenari/unsubscribe.closed -%%EXAMPLESDIR%%/scenari/unsubscribe.default -%%EXAMPLESDIR%%/scenari/unsubscribe.open -%%EXAMPLESDIR%%/scenari/unsubscribe.open_notify -%%EXAMPLESDIR%%/scenari/unsubscribe.owner -%%EXAMPLESDIR%%/scenari/visibility.conceal -%%EXAMPLESDIR%%/scenari/visibility.default -%%EXAMPLESDIR%%/scenari/visibility.intranet -%%EXAMPLESDIR%%/scenari/visibility.noconceal -%%EXAMPLESDIR%%/scenari/visibility.secret -%%EXAMPLESDIR%%/sympa.wsdl -%%EXAMPLESDIR%%/topics.conf -%%EXAMPLESDIR%%/web_tt2/active_lists.tt2 -%%EXAMPLESDIR%%/web_tt2/add_request.tt2 -%%EXAMPLESDIR%%/web_tt2/admin.tt2 -%%EXAMPLESDIR%%/web_tt2/admin_menu.tt2 -%%EXAMPLESDIR%%/web_tt2/arc.tt2 -%%EXAMPLESDIR%%/web_tt2/arc_manage.tt2 -%%EXAMPLESDIR%%/web_tt2/arc_protect.tt2 -%%EXAMPLESDIR%%/web_tt2/arcsearch.tt2 -%%EXAMPLESDIR%%/web_tt2/arcsearch_form.tt2 -%%EXAMPLESDIR%%/web_tt2/authorization_reject.tt2 -%%EXAMPLESDIR%%/web_tt2/auto_signoff.tt2 -%%EXAMPLESDIR%%/web_tt2/automatic_lists_management_request.tt2 -%%EXAMPLESDIR%%/web_tt2/automatic_lists_request.tt2 -%%EXAMPLESDIR%%/web_tt2/automatic_lists.tt2 -%%EXAMPLESDIR%%/web_tt2/blacklist.tt2 -%%EXAMPLESDIR%%/web_tt2/button_footer.tt2 -%%EXAMPLESDIR%%/web_tt2/button_header.tt2 -%%EXAMPLESDIR%%/web_tt2/ca.tt2 -%%EXAMPLESDIR%%/web_tt2/change_email.tt2 -%%EXAMPLESDIR%%/web_tt2/change_email_request.tt2 -%%EXAMPLESDIR%%/web_tt2/choosepasswd.tt2 -%%EXAMPLESDIR%%/web_tt2/close_list.tt2 -%%EXAMPLESDIR%%/web_tt2/compose_mail.tt2 -%%EXAMPLESDIR%%/web_tt2/copy_template.tt2 -%%EXAMPLESDIR%%/web_tt2/create_list.tt2 -%%EXAMPLESDIR%%/web_tt2/create_list_request.tt2 -%%EXAMPLESDIR%%/web_tt2/css.tt2 -%%EXAMPLESDIR%%/web_tt2/css_ie.tt2 -%%EXAMPLESDIR%%/web_tt2/d_control.tt2 -%%EXAMPLESDIR%%/web_tt2/d_editfile.tt2 -%%EXAMPLESDIR%%/web_tt2/d_install_shared.tt2 -%%EXAMPLESDIR%%/web_tt2/d_properties.tt2 -%%EXAMPLESDIR%%/web_tt2/d_read.tt2 -%%EXAMPLESDIR%%/web_tt2/d_upload.tt2 -%%EXAMPLESDIR%%/web_tt2/dump_scenario.tt2 -%%EXAMPLESDIR%%/web_tt2/dumpvars.tt2 -%%EXAMPLESDIR%%/web_tt2/edit_attributes.tt2 -%%EXAMPLESDIR%%/web_tt2/edit_config.tt2 -%%EXAMPLESDIR%%/web_tt2/edit_list_request.tt2 -%%EXAMPLESDIR%%/web_tt2/edit_template.tt2 -%%EXAMPLESDIR%%/web_tt2/editfile.tt2 -%%EXAMPLESDIR%%/web_tt2/editsubscriber.tt2 -%%EXAMPLESDIR%%/web_tt2/error.tt2 -%%EXAMPLESDIR%%/web_tt2/family_signoff.tt2 -%%EXAMPLESDIR%%/web_tt2/family_signoff_request.tt2 -%%EXAMPLESDIR%%/web_tt2/footer.tt2 -%%EXAMPLESDIR%%/web_tt2/get_closed_lists.tt2 -%%EXAMPLESDIR%%/web_tt2/get_inactive_lists.tt2 -%%EXAMPLESDIR%%/web_tt2/get_latest_lists.tt2 -%%EXAMPLESDIR%%/web_tt2/get_pending_lists.tt2 -%%EXAMPLESDIR%%/web_tt2/help.tt2 -%%EXAMPLESDIR%%/web_tt2/help_admin.tt2 -%%EXAMPLESDIR%%/web_tt2/help_arc.tt2 -%%EXAMPLESDIR%%/web_tt2/help_editfile.tt2 -%%EXAMPLESDIR%%/web_tt2/help_editlist.tt2 -%%EXAMPLESDIR%%/web_tt2/help_faqadmin.tt2 -%%EXAMPLESDIR%%/web_tt2/help_faquser.tt2 -%%EXAMPLESDIR%%/web_tt2/help_introduction.tt2 -%%EXAMPLESDIR%%/web_tt2/help_listconfig.tt2 -%%EXAMPLESDIR%%/web_tt2/help_mail_commands.tt2 -%%EXAMPLESDIR%%/web_tt2/help_sendmsg.tt2 -%%EXAMPLESDIR%%/web_tt2/help_shared.tt2 -%%EXAMPLESDIR%%/web_tt2/help_suspend.tt2 -%%EXAMPLESDIR%%/web_tt2/help_user.tt2 -%%EXAMPLESDIR%%/web_tt2/help_user_options.tt2 -%%EXAMPLESDIR%%/web_tt2/home.tt2 -%%EXAMPLESDIR%%/web_tt2/info.tt2 -%%EXAMPLESDIR%%/web_tt2/install_pending_list.tt2 -%%EXAMPLESDIR%%/web_tt2/javascript.tt2 -%%EXAMPLESDIR%%/web_tt2/latest_arc.tt2 -%%EXAMPLESDIR%%/web_tt2/latest_d_read.tt2 -%%EXAMPLESDIR%%/web_tt2/latest_lists.tt2 -%%EXAMPLESDIR%%/web_tt2/lca.tt2 -%%EXAMPLESDIR%%/web_tt2/list_button_footer.tt2 -%%EXAMPLESDIR%%/web_tt2/list_button_header.tt2 -%%EXAMPLESDIR%%/web_tt2/list_menu.tt2 -%%EXAMPLESDIR%%/web_tt2/list_panel.tt2 -%%EXAMPLESDIR%%/web_tt2/lists.tt2 -%%EXAMPLESDIR%%/web_tt2/login.tt2 -%%EXAMPLESDIR%%/web_tt2/login_menu.tt2 -%%EXAMPLESDIR%%/web_tt2/loginbanner.tt2 -%%EXAMPLESDIR%%/web_tt2/loginrequest.tt2 -%%EXAMPLESDIR%%/web_tt2/ls_templates.tt2 -%%EXAMPLESDIR%%/web_tt2/main.tt2 -%%EXAMPLESDIR%%/web_tt2/maintenance.tt2 -%%EXAMPLESDIR%%/web_tt2/manage_template.tt2 -%%EXAMPLESDIR%%/web_tt2/menu.tt2 -%%EXAMPLESDIR%%/web_tt2/menu_search.tt2 -%%EXAMPLESDIR%%/web_tt2/modindex.tt2 -%%EXAMPLESDIR%%/web_tt2/nav.tt2 -%%EXAMPLESDIR%%/web_tt2/notice.tt2 -%%EXAMPLESDIR%%/web_tt2/picture_upload.tt2 -%%EXAMPLESDIR%%/web_tt2/pref.tt2 -%%EXAMPLESDIR%%/web_tt2/remove_arc.tt2 -%%EXAMPLESDIR%%/web_tt2/rename_list_request.tt2 -%%EXAMPLESDIR%%/web_tt2/renewpasswd.tt2 -%%EXAMPLESDIR%%/web_tt2/request_topic.tt2 -%%EXAMPLESDIR%%/web_tt2/requestpasswd.tt2 -%%EXAMPLESDIR%%/web_tt2/review.tt2 -%%EXAMPLESDIR%%/web_tt2/review_family.tt2 -%%EXAMPLESDIR%%/web_tt2/reviewbouncing.tt2 -%%EXAMPLESDIR%%/web_tt2/rss.tt2 -%%EXAMPLESDIR%%/web_tt2/rss_request.tt2 -%%EXAMPLESDIR%%/web_tt2/scenario_test.tt2 -%%EXAMPLESDIR%%/web_tt2/search.tt2 -%%EXAMPLESDIR%%/web_tt2/search_list.tt2 -%%EXAMPLESDIR%%/web_tt2/search_user.tt2 -%%EXAMPLESDIR%%/web_tt2/serveradmin.tt2 -%%EXAMPLESDIR%%/web_tt2/set_pending_list_request.tt2 -%%EXAMPLESDIR%%/web_tt2/setlang.tt2 -%%EXAMPLESDIR%%/web_tt2/show_cert.tt2 -%%EXAMPLESDIR%%/web_tt2/show_exclude.tt2 -%%EXAMPLESDIR%%/web_tt2/show_sessions.tt2 -%%EXAMPLESDIR%%/web_tt2/sigrequest.tt2 -%%EXAMPLESDIR%%/web_tt2/skinsedit.tt2 -%%EXAMPLESDIR%%/web_tt2/sso_login.tt2 -%%EXAMPLESDIR%%/web_tt2/stats.tt2 -%%EXAMPLESDIR%%/web_tt2/subindex.tt2 -%%EXAMPLESDIR%%/web_tt2/suboptions.tt2 -%%EXAMPLESDIR%%/web_tt2/subrequest.tt2 -%%EXAMPLESDIR%%/web_tt2/subscriber_table.tt2 -%%EXAMPLESDIR%%/web_tt2/suspend_request.tt2 -%%EXAMPLESDIR%%/web_tt2/ticket.tt2 -%%EXAMPLESDIR%%/web_tt2/title.tt2 -%%EXAMPLESDIR%%/web_tt2/tt2_error.tt2 -%%EXAMPLESDIR%%/web_tt2/view_template.tt2 -%%EXAMPLESDIR%%/web_tt2/viewbounce.tt2 -%%EXAMPLESDIR%%/web_tt2/viewlogs.tt2 -%%EXAMPLESDIR%%/web_tt2/viewmod.tt2 -%%EXAMPLESDIR%%/web_tt2/which.tt2 -%%EXAMPLESDIR%%/web_tt2/your_lists.tt2 %%NLS%%share/locale/ar/LC_MESSAGES/sympa.mo %%NLS%%share/locale/ar/LC_MESSAGES/web_help.mo %%NLS%%share/locale/bg/LC_MESSAGES/sympa.mo @@ -416,6 +91,7 @@ man/man8/sympa.8.gz %%NLS%%share/locale/br/LC_MESSAGES/sympa.mo %%NLS%%share/locale/br/LC_MESSAGES/web_help.mo %%NLS%%share/locale/ca/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/ca/LC_MESSAGES/web_help.mo %%NLS%%share/locale/cs/LC_MESSAGES/sympa.mo %%NLS%%share/locale/cs/LC_MESSAGES/web_help.mo %%NLS%%share/locale/de/LC_MESSAGES/sympa.mo @@ -497,14 +173,6 @@ man/man8/sympa.8.gz %%DATADIR%%/icons/text.png %%DATADIR%%/icons/top.png %%DATADIR%%/icons/unknown.png -%%EXAMPLESDIR%%/sample/test/web_tt2/welcome.tt2 -%%EXAMPLESDIR%%/sample/test/config -%%EXAMPLESDIR%%/sample/test/info -%%EXAMPLESDIR%%/sample/test/message.footer -%%EXAMPLESDIR%%/sample/README -%%EXAMPLESDIR%%/sample/trusted_applications.conf -%%EXAMPLESDIR%%/sample/robot.conf -%%EXAMPLESDIR%%/sample/employees.ldap %%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES %%NLS%%@dirrmtry share/locale/zh_TW %%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES