Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2006 15:49:08 +0200
From:      Olivier Girard <Olivier.Girard@univ-angers.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Olivier.Girard@univ-angers.fr
Subject:   ports/95653: Update port: mail/sympa5 Sympa is an electronic mailing list manager
Message-ID:  <443D0554.7050005@univ-angers.fr>
Resent-Message-ID: <200604121350.k3CDoJXU037513@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95653
>Category:       ports
>Synopsis:       Update port: mail/sympa5 Sympa is an electronic mailing list manager
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 12 13:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Girard
>Release:        FreeBSD 5.5-PRERELEASE i386
>Organization:
University of Angers, France.
>Environment:
System: FreeBSD cume.univ-angers.fr 5.5-PRERELEASE FreeBSD 
5.5-PRERELEASE #4: Thu Apr  6 11:45:07 CEST 2006 
olivier@cume.univ-angers.fr:/usr/obj/usr/src/sys/GENERIC  i386
	
>Description:
	Update mail/sympa5 from 5.1.2 to 5.2
>How-To-Repeat:
	
>Fix:


--------------060401010505000006040208
Content-Type: text/plain;
 name="sympa-5.1.2-5.2.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="sympa-5.1.2-5.2.patch"

diff -ruN sympa5.orig/Makefile sympa5/Makefile
--- sympa5.orig/MakefileWed Jan  4 15:06:20 2006
+++ sympa5/MakefileWed Apr 12 16:24:37 2006
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=sympa
-PORTVERSION=5.1.2
-PORTREVISION=1
+PORTVERSION=5.2
+#PORTREVISION=1
 CATEGORIES=mail
 MASTER_SITES?=http://www.sympa.org/distribution/
 
@@ -88,6 +88,7 @@
 --with-lockdir=/var/spool/lock \
 --with-piddir=/var/run \
 --with-localedir=${PREFIX}/share/locale \
+--with-mandir=${PREFIX}/man \
 --with-docdir=${DOCSDIR} \
 --with-sampledir=${EXAMPLESDIR} \
 --with-spooldir=${PREFIX}/sympa/spool
diff -ruN sympa5.orig/distinfo sympa5/distinfo
--- sympa5.orig/distinfoWed Jan  4 15:06:20 2006
+++ sympa5/distinfoWed Apr 12 13:43:26 2006
@@ -1,3 +1,3 @@
-MD5 (sympa-5.1.2.tar.gz) = 32e5bd554be1cb3dea15c92f2931d699
-SHA256 (sympa-5.1.2.tar.gz) = e5553f7f256637422640e00e7973ee37d8f78776ded7a4bf326307847ef99459
-SIZE (sympa-5.1.2.tar.gz) = 4328673
+MD5 (sympa-5.2.tar.gz) = a1ae7622daaeb82d1974ad0d401262b4
+SHA256 (sympa-5.2.tar.gz) = c11a066cf44b6551d38d8e74f86a2bfeec5f8928683c287851aeacdbad79f09e
+SIZE (sympa-5.2.tar.gz) = 5148223
diff -ruN sympa5.orig/files/patch-Makefile.in sympa5/files/patch-Makefile.in
--- sympa5.orig/files/patch-Makefile.inWed Jan  4 15:06:20 2006
+++ sympa5/files/patch-Makefile.inWed Apr 12 16:11:38 2006
@@ -1,6 +1,6 @@
---- Makefile.in.origTue Aug 16 14:25:23 2005
-+++ Makefile.inMon Sep 26 13:00:29 2005
-@@ -218,6 +218,8 @@
+--- Makefile.in.origWed Apr 12 11:01:38 2006
++++ Makefile.inWed Apr 12 16:10:58 2006
+@@ -220,6 +220,8 @@
  PERL_VERSION = `$(PERL) -e ' print $$]'`
  SYMPA_VERSION = @VERSION@
  DIR = ${prefix}
@@ -9,7 +9,7 @@
  EXPL_DIR = @EXPLDIR@
  MAILERPROGDIR = @BINDIR@
  RPMTOPDIR = `rpm --eval %_topdir`
-@@ -508,7 +510,7 @@
+@@ -510,7 +512,7 @@
  @CVS2CL@
  #endif
  
@@ -18,25 +18,43 @@
  
  rpm: build_rh_rpm build_mdk_rpm
  
-@@ -593,7 +595,7 @@
+@@ -604,7 +606,7 @@
  $(MAKE) PERL='${PERL}' clean) || exit 1; \
  done;
  
--install: importantchanges installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installdir installconfig installdoc installsoap
-+install: installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installdir installconfig installdoc installsoap
+-install: importantchanges installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installconfig installdoc installsoap nextstep
++install: installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installconfig installdoc installsoap nextstep
  
- importantchanges:
- @( PERL=$(PERL); export PERL; \
-@@ -719,7 +720,7 @@
+ nextstep: 
+ @echo ""
+@@ -740,7 +742,7 @@
  
  installdir:
  @echo "Creating required directories"
--@for dir in $(DIR) $(EXPL_DIR) $(CONFDIR) $(SAMPLEDIR) ; do \
-+@for dir in $(DIR) $(EXPL_DIR) $(ARC_DIR) $(BOUNCE_DIR) $(CONFDIR) $(SAMPLEDIR) ; do \
+-@for dir in $(DIR) $(EXPL_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) ; do \
++@for dir in $(DIR) $(EXPL_DIR) $(ARC_DIR) $(BOUNCE_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) ; do \
  if [ ! -d $(DESTDIR)$$dir ] ; then \
  echo "Creating $(DESTDIR)$$dir"; \
  mkdir -p $(DESTDIR)$$dir; \
-@@ -769,14 +770,7 @@
+@@ -786,17 +788,6 @@
+ fi \
+ done \
+ fi
+-@if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
+-echo "First installation : creating archives and bounce directories..."; \
+-for dir in bounce arc ; do \
+-if [ ! -d $(DESTDIR)$(DIR)/$$dir ] ; then \
+-echo "Creating $(DESTDIR)$(DIR)/$$dir"; \
+-mkdir -p $(DESTDIR)$(DIR)/$$dir; \
+-chown $(USER) $(DESTDIR)$(DIR)/$$dir; \
+-chgrp $(GROUP) $(DESTDIR)$(DIR)/$$dir; \
+-fi \
+-done \
+-fi
+ 
+ installconfig:
+ mkdir -p $(DESTDIR)$(CONFDIR)
+@@ -812,14 +803,7 @@
  INITCONF='1'; \
  fi \
  fi \
diff -ruN sympa5.orig/files/patch-src-etc-script-sympa sympa5/files/patch-src-etc-script-sympa
--- sympa5.orig/files/patch-src-etc-script-sympaThu Sep 29 15:02:53 2005
+++ sympa5/files/patch-src-etc-script-sympaThu Jan  1 01:00:00 1970
@@ -1,85 +0,0 @@
---- src/etc/script/sympa     Wed Jun 29 17:33:54 2005
-+++ src/etc/script/sympaMon Sep 12 17:11:57 2005
-@@ -43,6 +43,8 @@
- sympaconf="--CONFIG--"
- wwsympaconf="--WWSCONFIG--"
- 
-+lockdir="--LOCKDIR--"
-+
- ##'echo -n' not supported with SH on Solaris
- if [ ${OSTYPE} = "SunOS" ]; then
-   echo_opt=""
-@@ -50,6 +52,10 @@
-   echo_opt="-n"
- fi
- 
-+if [ ${OSTYPE} = "FreeBSD" ]; then
-+  lockdir="/var/spool/lock"
-+fi
-+
- # End of parameters
- 
- # Current state of the module
-@@ -68,7 +74,7 @@
-        if [ -f --PIDDIR--/$1.pid ] ; then
-              pid=`head -1 --PIDDIR--/$1.pid`
-              if [ "$pid" != "" ] ; then
--                 running=`ps -A | grep "$pid"`
-+                 running=`ps -ax | grep perl | grep $pid`
-                  if [ "$running" != "" ]; then
-                      echo "$1 (pid $pid) is active..."
-                      return 0
-@@ -96,7 +102,7 @@
- #startparam=""
- #fi
-  
--if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "Debian" -o ${OSTYPE} = "Suse" ]; then
-+if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "FreeBSD" -o ${OSTYPE} = "Debian" -o ${OSTYPE} = "Suse" ]; then
- $sympadir/$1.pl $startparam && echo "success" || echo "failure"
- else
- $sympadir/$1.pl $startparam && success || failure
-@@ -152,9 +158,9 @@
- if [ -f --PIDDIR--/$1.pid ]; then
- echo $echo_opt "Stopping module $1.pl: "
- pid=`head -1 --PIDDIR--/$1.pid`
--running=`ps -A | grep "$pid"`
-+running=`ps -ax | grep perl | grep "$pid"`
- if [ "$running" != "" ]; then
--if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "Debian" -o ${OSTYPE} = "Suse" ]; then
-+if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "FreeBSD" -o ${OSTYPE} = "Debian" -o ${OSTYPE} = "Suse" ]; then
- kill -TERM $pid && echo "success" || echo "failure"
-     else
- kill -TERM $pid && success || failure
-@@ -185,13 +191,13 @@
- # See how we were called.
- case "$1" in
-   start)
--if [ ! -f --LOCKDIR--/sympa ]; then
-+if [ ! -f "$lockdir/sympa" ]; then
- echo "Starting Sympa subsystem: "
- sympa_start sympa
- sympa_start archived
- sympa_start bounced
- sympa_start task_manager
--touch --LOCKDIR--/sympa
-+touch "$lockdir/sympa"
- echo
- else
- 
-@@ -207,13 +213,13 @@
- sympa_stop sympa
- sympa_stop sympa-distribute
- sympa_stop task_manager
--if [ -f --LOCKDIR--/sympa ]; then
--rm -f --LOCKDIR--/sympa
-+if [ -f "$lockdir/sympa" ]; then
-+rm -f "$lockdir/sympa"
- fi
- ;;
-   status)
- echo "Status of Sympa subsystem: "
--if [ -f --LOCKDIR--/sympa ]; then
-+if [ -f "$lockdir/sympa" ]; then
- echo "Status file for subsystem found."
- else
- echo "Status file for subsystem NOT found."
diff -ruN sympa5.orig/files/patch-wwsympa-Makefile sympa5/files/patch-wwsympa-Makefile
--- sympa5.orig/files/patch-wwsympa-MakefileThu Sep 29 15:02:53 2005
+++ sympa5/files/patch-wwsympa-MakefileWed Apr 12 15:35:35 2006
@@ -1,24 +1,24 @@
---- wwsympa/Makefile.origTue May 24 16:04:33 2005
-+++ wwsympa/MakefileMon Sep 26 13:28:23 2005
+--- wwsympa/Makefile.origMon Apr 10 18:13:20 2006
++++ wwsympa/MakefileWed Apr 12 15:34:49 2006
 @@ -21,7 +21,7 @@
  
  sbin_SUBST=bounced.pl archived.pl
  
--cgi_SUBST=wwsympa.fcgi
-+cgi_SUBST=wwsympa.fcgi wwsympa-wrapper
+-cgi_SUBST=wwsympa.fcgi wwsympa_sudo_wrapper.pl
++cgi_SUBST=wwsympa.fcgi wwsympa_sudo_wrapper.pl wwsympa-wrapper
  
  lib_SUBST=wwslib.pm cookielib.pm bounce-lib.pl Marc.pm Auth.pm SharedDocument.pm
  
-@@ -50,9 +50,9 @@
- chown $(USER) $(DESTDIR)$(CGIDIR)/$$i; \
+@@ -51,9 +51,9 @@
  chgrp $(GROUP) $(DESTDIR)$(CGIDIR)/$$i; \
  done
--@echo "Setting SetUID bit on wwsympa.fcgi..."
--chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi
--chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi
-+@echo "Setting SetUID bit on wwsympa-wrapper..."
-+chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper
-+chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper
+ @if [ "$(enable_secure)" != "yes" ]; then \
+-echo "Setting SetUID bit on wwsympa.fcgi..."; \
+-chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi; \
+-chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi; \
++echo "Setting SetUID bit on wwsympa-wrapper..."; \
++chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper; \
++chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper; \
+ fi
  chmod 755 $(DESTDIR)$(ICONSDIR)
  chmod 755 $(DESTDIR)$(LIBDIR)/Marc
- @for i in $(lib_SUBST) Marc/Search.pm; do \
diff -ruN sympa5.orig/pkg-plist sympa5/pkg-plist
--- sympa5.orig/pkg-plistWed Apr  5 17:37:31 2006
+++ sympa5/pkg-plistWed Apr 12 16:24:07 2006
@@ -2,10 +2,12 @@
 bin/bouncequeue
 bin/create_db.Oracle
 bin/create_db.Pg
+bin/create_db.SQLite
 bin/create_db.Sybase
 bin/create_db.mysql
 bin/crypt_passwd.pl
 bin/init_comment.pl
+bin/ldap_alias_manager.pl
 bin/load_subscribers.pl
 bin/mod2html.pl
 bin/p12topem.pl
@@ -15,6 +17,7 @@
 bin/testlogs.pl
 bin/tpl2tt2.pl
 etc/rc.d/sympa.sh
+etc/sympa/README
 etc/sympa/sympa.conf
 etc/sympa/wwsympa.conf
 lib/sympa/Archive.pm
@@ -35,13 +38,14 @@
 lib/sympa/PlainDigest.pm
 lib/sympa/SharedDocument.pm
 lib/sympa/SympaTransport.pm
+lib/sympa/Task.pm
 lib/sympa/Version.pm
 lib/sympa/admin.pm
 lib/sympa/bounce-lib.pl
 lib/sympa/cookielib.pm
 lib/sympa/mail.pm
 lib/sympa/parser.pl
-lib/sympa/smtp.pm
+lib/sympa/report.pm
 lib/sympa/sympasoap.pm
 lib/sympa/time_utils.pl
 lib/sympa/tools.pl
@@ -78,6 +82,7 @@
 %%NLS%%share/locale/hu/LC_MESSAGES/sympa.mo
 %%NLS%%share/locale/it/LC_MESSAGES/sympa.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/sympa.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/sympa.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/sympa.mo
 %%NLS%%share/locale/oc/LC_MESSAGES/sympa.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/sympa.mo
@@ -120,8 +125,11 @@
 %%DATADIR%%/list_task_models/remind.monthly.task
 %%DATADIR%%/list_task_models/remind.yearly.task
 %%DATADIR%%/list_task_models/sync_include.ttl.task
+%%DATADIR%%/mail_tt2/archive.tt2
+%%DATADIR%%/mail_tt2/authorization_reject.tt2
 %%DATADIR%%/mail_tt2/bye.tt2
 %%DATADIR%%/mail_tt2/certif_warning.tt2
+%%DATADIR%%/mail_tt2/command_report.tt2
 %%DATADIR%%/mail_tt2/d_install_shared.tt2
 %%DATADIR%%/mail_tt2/d_reject_shared.tt2
 %%DATADIR%%/mail_tt2/digest.tt2
@@ -129,8 +137,10 @@
 %%DATADIR%%/mail_tt2/expire_deletion.tt2
 %%DATADIR%%/mail_tt2/expire_warning1.tt2
 %%DATADIR%%/mail_tt2/expire_warning2.tt2
+%%DATADIR%%/mail_tt2/get_archive.tt2
 %%DATADIR%%/mail_tt2/global_remind.tt2
 %%DATADIR%%/mail_tt2/helpfile.tt2
+%%DATADIR%%/mail_tt2/index_archive.tt2
 %%DATADIR%%/mail_tt2/info_report.tt2
 %%DATADIR%%/mail_tt2/invite.tt2
 %%DATADIR%%/mail_tt2/list_created.tt2
@@ -140,22 +150,28 @@
 %%DATADIR%%/mail_tt2/listmaster_notification.tt2
 %%DATADIR%%/mail_tt2/listowner_notification.tt2
 %%DATADIR%%/mail_tt2/lists.tt2
+%%DATADIR%%/mail_tt2/message_report.tt2
 %%DATADIR%%/mail_tt2/moderate.tt2
 %%DATADIR%%/mail_tt2/modindex.tt2
 %%DATADIR%%/mail_tt2/reject.tt2
 %%DATADIR%%/mail_tt2/remind.tt2
 %%DATADIR%%/mail_tt2/removed.tt2
+%%DATADIR%%/mail_tt2/request_auth.tt2
 %%DATADIR%%/mail_tt2/review.tt2
+%%DATADIR%%/mail_tt2/send_auth.tt2
 %%DATADIR%%/mail_tt2/sendpasswd.tt2
+%%DATADIR%%/mail_tt2/sendssopasswd.tt2
 %%DATADIR%%/mail_tt2/stats_report.tt2
-%%DATADIR%%/mail_tt2/subscriber_notification.tt2
 %%DATADIR%%/mail_tt2/summary.tt2
 %%DATADIR%%/mail_tt2/urlized_part.tt2
+%%DATADIR%%/mail_tt2/user_notification.tt2
 %%DATADIR%%/mail_tt2/welcome.tt2
+%%DATADIR%%/mail_tt2/which.tt2
 %%DATADIR%%/mail_tt2/x509-user-cert-missing.tt2
 %%DATADIR%%/mail_tt2/your_infected_msg.tt2
 %%DATADIR%%/mhonarc-ressources.tt2
 %%DATADIR%%/mime.types
+%%DATADIR%%/nrcpt_by_domain.conf
 %%DATADIR%%/scenari/access_web_archive.closed
 %%DATADIR%%/scenari/access_web_archive.intranet
 %%DATADIR%%/scenari/access_web_archive.listmaster
@@ -267,6 +283,7 @@
 %%DATADIR%%/web_tt2/arc_protect.tt2
 %%DATADIR%%/web_tt2/arcsearch.tt2
 %%DATADIR%%/web_tt2/arcsearch_form.tt2
+%%DATADIR%%/web_tt2/authorization_reject.tt2
 %%DATADIR%%/web_tt2/button_footer.tt2
 %%DATADIR%%/web_tt2/button_header.tt2
 %%DATADIR%%/web_tt2/change_email.tt2
@@ -325,6 +342,7 @@
 %%DATADIR%%/web_tt2/remindpasswd.tt2
 %%DATADIR%%/web_tt2/remove_arc.tt2
 %%DATADIR%%/web_tt2/rename_list_request.tt2
+%%DATADIR%%/web_tt2/request_topic.tt2
 %%DATADIR%%/web_tt2/review.tt2
 %%DATADIR%%/web_tt2/review_family.tt2
 %%DATADIR%%/web_tt2/reviewbouncing.tt2
@@ -340,6 +358,7 @@
 %%DATADIR%%/web_tt2/show_cert.tt2
 %%DATADIR%%/web_tt2/sigrequest.tt2
 %%DATADIR%%/web_tt2/skinsedit.tt2
+%%DATADIR%%/web_tt2/sso_login.tt2
 %%DATADIR%%/web_tt2/stats.tt2
 %%DATADIR%%/web_tt2/subindex.tt2
 %%DATADIR%%/web_tt2/suboptions.tt2
@@ -352,8 +371,9 @@
 %%DATADIR%%/web_tt2/which.tt2
 %%DATADIR%%/web_tt2/your_lists.tt2
 sympa/cgi-bin/sympa_soap_server.fcgi
-sympa/cgi-bin/wwsympa.fcgi
 sympa/cgi-bin/wwsympa-wrapper
+sympa/cgi-bin/wwsympa.fcgi
+sympa/cgi-bin/wwsympa_sudo_wrapper.pl
 sympa/icons/back.png
 sympa/icons/begin.png
 sympa/icons/binary.png
@@ -372,26 +392,6 @@
 sympa/icons/sound1.png
 sympa/icons/text.png
 sympa/icons/unknown.png
-%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/cs
-%%NLS%%@dirrmtry share/locale/el/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/el
-%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/en_US
-%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/fi
-%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/oc
-%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/pl
-%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/pt
-%%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ro
-%%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/zh_CN
-%%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/zh_TW
 @dirrm sympa/spool/tmp
 @dirrm sympa/spool/task
 @dirrm sympa/spool/outgoing
@@ -404,8 +404,8 @@
 @dirrm sympa/icons
 @dirrm sympa/expl
 @dirrm sympa/cgi-bin
-@dirrm sympa/arc
 @dirrm sympa/bounce
+@dirrm sympa/arc
 @dirrm sympa
 @dirrm %%DATADIR%%/web_tt2
 @dirrm %%DATADIR%%/scenari
@@ -421,6 +421,28 @@
 @dirrm %%DATADIR%%/create_list_templates/discussion_list
 @dirrm %%DATADIR%%/create_list_templates
 @dirrm %%DATADIR%%
+%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/cs
+%%NLS%%@dirrmtry share/locale/el/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/el
+%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/en_US
+%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/fi
+%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/nb_NO
+%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/oc
+%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/pl
+%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/pt
+%%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ro
+%%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/zh_CN
+%%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/zh_TW
 @dirrm %%EXAMPLESDIR%%/sample-list
 @dirrm %%EXAMPLESDIR%%
 @dirrm libexec/sympa
--------------060401010505000006040208--
>Release-Note:
>Audit-Trail:
>Unformatted:
 This is a multi-part message in MIME format.
 --------------060401010505000006040208
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?443D0554.7050005>