nufw-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nufw-devel] IPKG Package available for "OpenWRT" based systems


From: Eric Leblond
Subject: Re: [Nufw-devel] IPKG Package available for "OpenWRT" based systems
Date: Fri, 11 Mar 2005 22:02:31 +0100

Le vendredi 11 mars 2005 à 20:41 +0100, Florian Fainelli a écrit :
> Hi all !
> 
> First of all congratulations for your huge work ! It works fine for me, even 
> if it needs some size optimizations for small systems such as the router I 
> use, but it's ok, it works.

Interesting, it was clearly not designed to work on such small systems !
I'm happy to hear that it is able to run on it.
Could you tell us more about theses optimisations ?

> Here you can find an ipkg package, that you can put on your official site if 
> you want : 
> 
> http://openwrt.alphacore.net/nufw_1.0.0_mipsel.ipk

ok, I will add a link to it on the nufw website.

> It is not statically compiled, so that there are dependencies available on my 
> website too such as gnutls, glib 2.6, libsasl ...

ok

> 
> Thanks a lot for your work and bonne continuation car je crois que vous êtes 
> français ;)

Merci beaucoup ! (merci de me garder un curé nantais ;-)

> 
> Here is just a patch that allowed me to cleanly compile the nufw package :

I've got some problem to apply this patch. It only removes the 
        act.sa_restore = NULL;
isn't it ?

> 
> diff -Nurd sources/dl/nufw-1.0.0/src/nuauth/authsrv.c 
> build_mipsel/nufw-1.0.0/src/nuauth/authsrv.c
> --- sources/dl/nufw-1.0.0/src/nuauth/authsrv.c  2005-03-03 09:23:54.000000000 
> +0100
> +++ build_mipsel/nufw-1.0.0/src/nuauth/authsrv.c        2005-03-11 
> 20:34:44.754799256 +0100
> @@ -705,7 +705,6 @@
> 
> 
>         act.sa_handler=&process_poll;
> -       act.sa_restorer = NULL;
>         act.sa_flags = SIGPOLL;
>         if (sigaction(SIGPOLL,&act,NULL) == -1){
>                 printf("could not set signal");
> @@ -713,7 +712,6 @@
>         }
> 
>         act.sa_handler=&process_usr1;
> -       act.sa_restorer = NULL;
>         act.sa_flags = SIGUSR1;
> 
>         if (sigaction(SIGUSR1,&act,NULL) == -1){
> @@ -722,7 +720,6 @@
>         }
> 
>         act.sa_handler=&process_usr2;
> -       act.sa_restorer = NULL;
>         act.sa_flags = SIGUSR2;
> 
>         if (sigaction(SIGUSR2,&act,NULL) == -1){
> 
> _______________________________________________
> Nufw-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/nufw-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]