[Pkg-mailman-hackers] Pkg-mailman commit - rev 38 - trunk/debian

Laszlo Boszormenyi gcs-guest@haydn.debian.org
Sun, 28 Mar 2004 13:34:49 -0700


Author: gcs-guest
Date: 2004-03-28 13:34:47 -0700 (Sun, 28 Mar 2004)
New Revision: 38

Modified:
   trunk/debian/changelog
   trunk/debian/config
Log:
Remove bashism from debian/config, as Posix sh does not use the function
keyword.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-03-28 20:12:43 UTC (rev 37)
+++ trunk/debian/changelog	2004-03-28 20:34:47 UTC (rev 38)
@@ -2,6 +2,7 @@
 
   * NOT YET RELEASED (svn-buildpackage likes it).
   * Fix bogus test for empty qfiles/ in preinst (bsb, closes: #240033).
+  * Remove bashism from debian/config (by GCS, closes: #240643).
 
  -- Siggy Brentrup <bsb@debian.org>  Thu, 25 Mar 2004 19:10:17 +0100
 

Modified: trunk/debian/config
===================================================================
--- trunk/debian/config	2004-03-28 20:12:43 UTC (rev 37)
+++ trunk/debian/config	2004-03-28 20:34:47 UTC (rev 38)
@@ -5,7 +5,7 @@
 crontab=/etc/cron.d/mailman
 site_languages=/etc/mailman/site-languages
 
-function get_used_languages ()
+get_used_languages ()
 {
   for ml in $(/usr/sbin/list_lists -b); do
     ( /usr/sbin/config_list -o - ${ml} 2>/dev/null