bugs in installman.sh script

Rafal Szczesniak mimir at spin.ict.pwr.wroc.pl
Tue Sep 25 06:58:04 GMT 2001


On Tue, 25 Sep 2001, Andrew Bartlett wrote:

> Its broken for BSDs and was broken for many others.  You might want to
> re-checkout.  Any fixes appricatiated.

OK. Here's the patch for configure.in. Replaces illegal, under [t]csh,
substitution with more general sed construction. Apply it, please, and
I'll see if I can clean up the installman.sh further.

--- configure.in.orig	Tue Sep 25 14:39:42 2001
+++ configure.in	Tue Sep 25 17:42:36 2001
@@ -2092,7 +2092,7 @@
   esac

   AC_MSG_RESULT($manlangs)
-  manlangs=${manlangs//,/ }   # replacing commas with spaces to produce a list
+  manlangs=`echo $manlangs | sed "s/,/ /"`   # replacing commas with spaces to produce a list
   AC_SUBST(manlangs)],

   [manlangs="en"

> Andrew Bartlett
>

Is it more comfortable to copy'n'paste the patch or rather attach the
file ?


Rafal 'Mimir' Szczesniak <mimir at spin.ict.pwr.wroc.pl>   |
*BSD, Linux and Samba                                  /
______________________________________________________/





More information about the samba-technical mailing list