[Devel] Re: [Users] Help with Mbuni VASGW administration Interfaces

2008-09-02 Thread P. A. Bagyenda
CVS now has the beginnings of the HTTP admin interface. No documentation updates yet, alas, but that should change over the coming hours. Briefly, you need to add the following config params to your mbuni conf group: mmsbox-admin-port = port_no admin-password = password admin-port-ssl =

[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

Re: [Devel] [PATCH] include signal.h

2008-09-02 Thread P. A. Bagyenda
applied. thanks On Sep 02, 2008, at 21:56, Martin Atukunda wrote: 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