[Devel] [PATCH] support automake 1.10

2008-08-15 Thread Martin Atukunda
This simple patch just adds support for automake 1.10. - Martin - Index: bootstrap === RCS file: /cvsroot/mbuni/mbuni/bootstrap,v retrieving revision 1.1 diff -u -r1.1 bootstrap --- bootstrap 20 Oct 2005 11:02:32 - 1.1 +++

[Devel] [PATH] fix typo in userguide

2008-08-18 Thread Martin Atukunda
Hi, The attached simple patch just corrects a typo in the userguide. - Martin - diff --git a/doc/userguide.shtml b/doc/userguide.shtml index 3c2008d..b324dcd 100644 --- a/doc/userguide.shtml +++ b/doc/userguide.shtml @@ -2636,7 +2636,7 @@ faked-sender = 100br tr td valign=top -

[Devel] [PATCH] Add a default mmsc to the send-mms-user field

2008-08-20 Thread Martin Atukunda
Hi, This patch adds an mmsc field to the send-mms-user section of the configuration file for mbuni. The idea is to have a default mmsc in case the CGI Variable is not set. for review, - Martin - diff --git a/doc/userguide.shtml b/doc/userguide.shtml index d08c4fa..b324dcd 100644 ---

[Devel] [PATCH] include signal.h

2008-09-02 Thread Martin Atukunda
diff --git a/mmsc/mmsc.c b/mmsc/mmsc.c index 4e9fd99..7334d94 100644 --- a/mmsc/mmsc.c +++ b/mmsc/mmsc.c @@ -11,6 +11,7 @@ * the GNU General Public License, with a few exceptions granted (see LICENSE) */ +#include signal.h #include mmsc.h #include mms_uaprof.h -- 1.5.6.3